Vorlon
Vorlon
RRailway
Created by Vorlon on 7/13/2024 in #✋|help
Help making an accessible URL for status checking
I need help making a URL which can be checked by something like better stack for the purpose of status page. I am in C#
18 replies
RRailway
Created by Vorlon on 7/10/2024 in #✋|help
Setting up DB with EFCore?
I am trying to migrate a DB to railway. I used to use SQLite with EFCore (I am in a C# .NET environment) , but after reading other threads I have heard it is discouraged so I am trying to transition from SQLite to postgres. I have an empty postgres DB running in my project and I took the URL and tried to run dotnet ef database update but I keep getting this error:
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
29 replies
RRailway
Created by Vorlon on 7/8/2024 in #✋|help
Help Installing Linux Packages
I need to run these commands:
sudo apt-get update
sudo apt-get install libharfbuzz0b libfontconfig1 libfreetype6 libgl1-mesa-dev libglu1-mesa
sudo apt-get update
sudo apt-get install libharfbuzz0b libfontconfig1 libfreetype6 libgl1-mesa-dev libglu1-mesa
so I can use SkiaSharp for my project. Is there anything else I can do to get these packages, or is there a way to run these commands?
40 replies