Stibnite
Stibnite
Explore posts from servers
RRailway
Created by Stibnite on 5/7/2024 in #✋|help
I can't find a way to add credits
N/A
4 replies
RRailway
Created by Stibnite on 6/23/2023 in #✋|help
Crash behavior - "A server is already running"
Sorry, but I didn't find a solution. It resolved itself
15 replies
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
Change name: "Hey" to name: "hey"
13 replies
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
const commands = [
{
name: "Hey",
description: "Replies with hey",
},
];
const commands = [
{
name: "Hey",
description: "Replies with hey",
},
];
must be
const commands = [
{
name: "hey",
description: "Replies with hey",
},
];
const commands = [
{
name: "hey",
description: "Replies with hey",
},
];
13 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
All right, thanks a lot!
10 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
And if I am an owner, where can I disable it?
10 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
10 replies
RRailway
Created by Stibnite on 7/14/2023 in #✋|help
Elixir Phoenix DB connection error
Project ID: 3ff3749f-2ffd-4696-9840-668f32af26d4
4 replies
RRailway
Created by Stibnite on 6/23/2023 in #✋|help
Crash behavior - "A server is already running"
Anyway, the service seems stable now. I think we can close the thread for now. I'll let you know if the same incident happens again.
15 replies
RRailway
Created by Stibnite on 6/23/2023 in #✋|help
Crash behavior - "A server is already running"
(In a typical Karen voice) Hello, I'd like to talk with your manager 😆
15 replies
RRailway
Created by Stibnite on 6/23/2023 in #✋|help
Crash behavior - "A server is already running"
Sure thing! I'll contact you via Discord.
15 replies
RRailway
Created by Stibnite on 6/23/2023 in #✋|help
Crash behavior - "A server is already running"
Thanks @Percy ^^
15 replies
RRailway
Created by mykal on 6/22/2023 in #✋|help
Application Stuck in "Crashed" State
Same thing happening to me. It keeps crashing evne thought there are no errors in the log and it worked just fine for months.
15 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
Fingers crossed 🤞 Thanks once again. It's going to be huge for me. I love quick deployments.
53 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
When are changes like this usually merged?
53 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
Awesome, thanks!
53 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
--- So the gems location looks like this ~/.rbenv/versions/{version-number}/lib/ruby/gems/{minor-version}
53 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
With rbenv the gems location is: .rbenv/versions/3.1.1/lib/ruby/gems/3.1.0/gems/pay-6.3.1 Where: 3.1.1 is the installed Ruby version 3.1.0 is the minor version. pay-6.3.1 is an example library.
53 replies
RRailway
Created by Stibnite on 2/23/2023 in #✋|help
Is there a way to make Rails deployments faster?
Looks like nixpacks are using rbenv
53 replies