nicktheone
nicktheone
Explore posts from servers
HHomarr
Created by nicktheone on 11/7/2023 in #💬・get-help
Recommended way to install on a Raspberry Pi.
What would the ideal way be to install Homarr on a fresh Raspberry Pi used as home server? Straight Raspberry OS or something else?
10 replies
CC#
Created by nicktheone on 9/10/2023 in #help
❔ Representing a custom map using GeoJSON data instead of a map of the globe. Is it possible?
I was wondering if it were possible to create a custom map not of the Earth and use GeoJSON to create data on it. In other words I need the same features of a typical vectorial map with data on it made with GeoJSON but of a custom reference map.
6 replies
CC#
Created by nicktheone on 4/23/2023 in #help
✅ Repository Pattern question.
While incorporating the Repository Pattern should the repository class itself remain as agnostic as possible and only rely on the functions passed through from the database context class making it as agnostic as possible or should it include code tightly bound to the database context, i.e. actual code to manipulate the database. More or less what I'm trying to say if the code for actually interacting with the database (CRUD operations) should come from the database context and or be in the repository itself (assume I'm using a local, self-contained NoSQL database).
4 replies
CC#
Created by nicktheone on 4/20/2023 in #help
❔ Rounded corners in MAUI flyout menu.
Is it possible to achieve a rounder corner effect on the flyout menu?
2 replies
CC#
Created by nicktheone on 4/19/2023 in #help
❔ Possible to have whole app margin/padding in NET MAUI?
Would it be possible to have an internal margin/padding for the whole presentation of the app?
4 replies
CC#
Created by nicktheone on 3/11/2023 in #help
✅ Proper way to download a file in .NET MAUI?
New to MAUI and I was wondering what the ideal way to download a file (YAML manifest) would be. Also, is YamlDotNet still the golden standard for deserializing YAML files?
4 replies