jrb0001
jrb0001
Yeah, that's what I did. But I still think having a real UI for it would be better.
There is a maven plugin "moditect" which supports creating the module descriptor with javac 8 (and maybe 7? not sure). The much bigger issue is that modules can only depend...
Keycloak->Client->Settings: ``` Client ID: Enabled: checked Client Protocol: openid-connect Access Type: confidential Valid Redirect URIs: https:///oauth/callback Base URL: https:/// Admin URL: https:/// Web Origins: https:/// ``` Keycloak->Client->Credentials: ``` Client Authenticator:...
I gave it a try myself and got the metadata refresh working. I still have to figure out how the GetSearchResults() is used before I can submit a PR. By...
Unfortunately I ran into some sort of wall regarding season/episode numbering (especially specials) and usability in general. I tried to get it working properly on a small subset of just...
> In the best case we'd always have a way to force a specific episode/special by supplying not only an anidb id, but also a uid for a specific episode/special....
I did play around with writing my own plugin for a bit. It works like this at the moment: - You enter the desired structure and provider IDs in a...
Back when I played around with it, I couldn't find a way to do anything with just the episode id. You need the anime id to get data from the...
I am currently testing it with my project. - Executor from this PR and signals from my old implementation (based on async_channel) seems to work ingame. - My old executor...
> > i'd guess it's related to using thread_local here which we need to do some hacky stuff to support with hot-reloading enabled > > Shouldn't the hot-reload hack only...