Paul Dugas

Results 25 comments of Paul Dugas

Working for me... YMMV ``` # config/services.yaml services: app.refreshservice: class: App\Service\RefreshService public: true arguments: [ "@gesdinet.jwtrefreshtoken" ] ``` ``` # config/routes.yaml app_refresh: path: /refresh methods: [POST] #controller: gesdinet.jwtrefreshtoken::refresh controller: app.refreshservice::refresh...

This bit me today. The DEB is from the ancient release and when I fixed the code it installed and wend back to the repo to submit a PR. I...

In the mean time, is there a simple way to disable the Synchronized Scrolling?

I tried commenting out the calls to `self.scrolledwindow_live_preview.get_vadjustment().set_value()` in the `scrollPreviewTo()` method. As expected scrolling one panel didn't cause the other to scroll. However, when I typed into the edit...

@RicoSuter, I'm not using this package any more. I switched to [Cytoscape.js](https://js.cytoscape.org/) a while ago for node grouping and end-labels on edges. Y'all are obviously welcome to cherry pick what...

Is it "legal" for me to store the expiration value from the `JWTCreatedEvent` event into the subscriber class then use that value later in the `AuthenticationSuccessEvent` event hander on the...

If so, where can I get the expiration value from?

Has this been investigated? I just discovered I'm getting the same results.

`ip link` or `ifconfig` should show you the interfaces on your host machine. You should see the same within the container AFAIK. Given the `privilege` setting in the Compose file,...