James H
James H
The API I'm working with has `Latitude` and `Longitude` fields encoded as strings. Ideally, I want these on my models as doubles. So far, the best I've been able to...
Say I have a data structure where there might be multiple levels of links. It would be good to be able to fetch these links recursively or to a certain...
This one, again, might be a bit niche or might not be wanted. However, I often find I want to deserialise a string to an enum using a custom value...
I want to fill my nav bar based on a DI injected list of every class that implements an interface. I can't see any equivalent to `ListView.ItemSource` and `ListView.ItemTemplate`, so...
When I hover over a variable whilst debugging in hyprland to see its value and then expand it to see the members, the box is sized too small to see...
wxWidgets 3.2 [supports Wayland](https://www.phoronix.com/news/wxWidgets-3.2-Released). Unfortunately, PrusaSlicer (and therefore superslicer) seems to be stuck on 3.1.4. Could you consider migrating to 3.2?
It would be nice if the CI for the project existed on GH actions rather than Travis. I'd be happy to do this migration if there's interest.
I'm struggling to get a response to successfully generate when using Llama3.2 and a JsonFormat. Here's my request: ``` { "model" : "llama3.2", "prompt" : "Fill out the details for...