jesse snyder
jesse snyder
@adaam2 I'd like to use graphql-faker to mock the api for new features so the front end can implement a feature without all backend work being done. Sometimes new features...
@vincentsels curious if you ever got any type of solution working. I have the exact same use case and have tried all kinds of crazy stuff like grabbing prop values...
One option: I think I can create my own `ModelAdmin.get_exclude` method and could hide the fields that I know are encrypted manually. Something like ``` def get_exclude(self, request, obj=None): if...
@hyzyla @Doctorkvothe I was using 13.3 and noticed this error when a coworker installed the project and got 14 since we did not define a version. You can rollback to...
@benbeshara can you explain a bit how you built them so we can build ourselves and you don't have to keep them up to date? I'm having trouble building libmap...
@benbeshara thanks! This lets me know I'm heading in the right direction. I actually got that far, but when I tried to build libmap, I get an error related to...
Mine never appears. I've had it installed for a year and completely forgot I had it because I don't think I've ever actually seen it load. I've tried lots of...
I have the same issue. ``` E AssertionError: assert E + where = ('what the absolute fuck') E + where = .content E + where = () E + where...
Having latest Xcode wasn't sufficient for me, but this worked: `MACOSX_DEPLOYMENT_TARGET=14.4.1 cargo build ...`
@JakeMHughes I unfortunately had to uninstall and reinstall Ombi and was very careful with how I input the Radarr settings, but I was able to get it working. I actually...