Patrick Vale
Patrick Vale
Just to add my experience, we've been using [kingsquare/tunnel](https://hub.docker.com/r/kingsquare/tunnel/) to handle connections from our dev environment to various database and other services very successfully for over a year now, the...
Check the filename of the token file - I found that in the documentation and the blog post they differed. In my case, I made them both `gmail_token.json`
@crevillo is right - this error message is informing that the specified php extensions do not exist on the platform which you are running composer on. If you are running...
I just found this having noticed this behaviour from a [commit using commitizen](https://gitlab.com/crossref/frontend/-/commit/f98d0a288eba2ebac70e1460c1ae7f927d367e9e). I filled in the issue reference at the `Does this change affect any open issues? (y/N) `...
Thanks for the feedback. As to #622 @TimoBakx would have to answer that.
This would be a really good addition to the library. I like the idea of having multiple options to control the layout, and having a 'layout object' that controls the...
The same thing happens when using Docker under Ubuntu's [Multipass](https://multipass.run/) under Mac OS X 13 (with the local `docker` command aliased to `multipass exec docker docker` where the name of...
It's by no means ideal but if it helps any I've released this under my handle at `@pvale/vue-keycloak-js` on [npm](https://www.npmjs.com/package/@pvale/vue-keycloak-js) (so I can use it!)
If you don't have (or can't) enable 'Add to userinfo', you can extract the roles from the JWT. Here's how I did it ``` import base64 import json ``` ```...
This feature would be huge for me. I really want to write my tests as executable specifications, and we are doing that on the backend, but I'm not yet happy...