Michael Hertig
Michael Hertig
Unfortunately, pushing to the PPA is not the main problem. It's that I'd need to figure out how to **build** the go application **on** the PPA, because AFAIK the PPA...
This could be another possibility: https://mpr.makedeb.org/
I just realized that I may have left [my comment](https://github.com/jwtk/jjwt/issues/440#issuecomment-1260803373) in the wrong issue. I am currently implementing the [OpenID Connect RP-Initiated Logout 1.0](https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RedirectionAfterLogout) specification for an OpenID Connect Provider...
@bdemers Hmmm, interesting workaround :thinking: Wouldn't I need to set the clock into the past for expired tokens to get accepted? I could certainly do that, just in the specific...
@bdemers thanks for the idea, I think I'll go ahead with something like that. ```java final String body = jwtString.split("\\.")[1]; final String jsonString = new String(Base64.getUrlDecoder().decode(body), StandardCharsets.UTF_8); final JsonNode json...
Just had an afterthought about that feature-request, so I'll just leave that here as a brain-dump, it may be a bit overkill (?) Additionally to the positioning, specifying the alignment...
Would #95 help in your case? Try removing the modesetting Module from `/etc/X11/xorg.conf.d/99-egpu-switcher.conf`, and see if that changes anything. *You may need to boot with the egpu connected (so this...
Can confirm, updated to version `0.5.0` and got this bug, same for the latest git commit
Were you able to solve it? I have the same issue.
related to #875