Josh Harris
Josh Harris
Hey @David-Desmaisons! I don't suppose you have any further updates to this? We're using RateLimiter in our project as it hugely simplifies things and avoids having us roll out our...
Replacing the templates in the startup seems to break the template functions for me. I've tested overriding the templates in `pkg/codegen/codegen.go` instead, and that seems to work properly. I've tested...
Off the back of the issue mentioned above, we'd love to see a default customization plugin shipped with SPIRE too. The plugin could allow for generic modification of SVIDs based...
No worries! Honestly, that's what I've been using as a workaround, but using `$request->route()->parameter('event');` instead of the `route` method directly, but same-same really. I think the reasoning for it not...
Hey thanks for getting back so quick. Output of `glxinfo` can be found [here](https://gist.github.com/Celant/16775b6980880fcf385407194f9b4372). I'm happy to try glmvng if you can help convert my config from glmviz? I'm just...
Looks like your debug stuff fails to compile: ``` In file included from /home/joshha/GLMViz/src/Program.cpp:20: /home/joshha/GLMViz/src/Program.hpp:25:8: error: redefinition of ‘class GL::Program’ 25 | class Program { | ^~~~~~~ In file included...
As I've just found out, if you've got providers set up using Single Application forwarding mode... Switch them to Domain Level in the UI, make sure the Cookie Domain is...
Alas just waiting on the maintainer of that package to push a new release first, but yes, good news regardless!
@jeganarepo did you ever find a solution to this? I'm running into the same problem.
Thanks @abbood! I've created [Celant/laravel-bug-reproduction](https://github.com/Celant/laravel-bug-reproduction) to help. It's only got two commits which is the base new project, and then the changes I made to reproduce the issue, which hopefully...