Jimmy Reichley
Jimmy Reichley
I've had this a few times. One time I had it occur, I happened to be running two server instances of jellyfin (pointing at the same library) and it didn't...
Heres a bookmarklet to export the in-memory spec to a json file. Tested in firefox: ``` javascript: (() => { const filename = 'swagger.json'; const jsonStr = JSON.stringify(ui.getConfigs().spec); let element...
This was something I noticed as well being new to the product. Definitely slows down the analytical process.
This is really annoying for those that do views-in-code, and the current docs "lie" about the API.
Actually, messing around more with this example, I realized it seems the state of the backstack doesnt work at all between tabs. Another example: - Select Home tab - Click...
I think I'm running into something similar, where factory use in a `before(:all)` block fails because http calls arent being stubbed. Nothing to add other than that so far 😅
@nzbr any tips on: > How to rollback to a previous generation (especially through the rescue shell) Asking for a friend 😅. I switched over to `nativeSystemd` on an existing...
OK it looks like it is: ``` # From windows: wsl -d NixOS --user root -e /nix/var/nix/profiles/system/sw/bin/bash # Now in root shell you can run commands without needing sudo nixos-rebuild...
I was also sort of looking for something like this. It's not clear to me what version of the code corresponds with a given app store release. I was looking...
Hello my good people from the past, was this ever fixed, or is there a workaround I can use? I just tried loading up a v5 CHD and got the...