Maximilian Csuk

Results 15 comments of Maximilian Csuk

The issue still exists in the latest version: ``` $ autorest readme.md --go --v3 --verbose AutoRest code generation utility [cli version: 3.1.5; node: v12.9.0, max-memory: 1024 MB] ... FATAL: System.ArgumentNullException:...

> Have you considered persisting your cache to something like a REDIS store? It should afford you the speed of maintaining a cache and not be affected by which node...

> Java version has/had `Quartz Where` which was a paid addon to allow such configuration based on wanted characteristics. Not sure where it went, here's [the announcement](https://www.eweek.com/enterprise-apps/terracotta-enhances-quartz-java-job-scheduler/) though. I've seen...

@wsargent I'm also very interested in this feature. Any update? :)

> > @nonameolsson no this is not a problem of keycloak-js package, it's a react issue as described above. > > Should we read this as "we bail out of...

Having the same issue! @jmbldwn Thanks for the code snippet, that worked well for me! I additionally had to set flex-direction to 'inherit' to get it to work. There might...

Thanks a lot for looking into it! I figured it would be Mac specific. :( Are there any instructions how to build the lib? I'd try myself, but without documentation...

I tried but failed miserably :( It seems my homebrew installed libraries get in the way of a clean compilation... I might try another time, but I'm not sure if...

+1! My usecase is that I want to use this library together with [Keycloak.Protection.Net](https://github.com/lvermeulen/Keycloak.Protection.Net), which uses the unsigned version of Flurl.Http. Referencing both breaks all calls to Flurl: `The call...

Has anybody found a workaround for this maybe? Struggling with this issue since we added a second auth flow to our API.