Jonathan Sarrazin

Results 8 comments of Jonathan Sarrazin

I had to make the python file executable: `chmod +x ~/.config/terminator/plugins/terminator-themes.py`

I am also looking forward to this. As a workaround I have created the following custom action, which installs and caches a single asdf plugin. ```yml name: "Install asdf" description:...

I hat the same problem and could figure out that tis is related to some accessibility problems see: https://github.com/primefaces/primeng/issues/13439. As a workaround, it is possible to use fire a keyPress...

@beorn did you find a workaround for the problem? This: https://github.com/Danzo7/snowpack-svgr-plugin worked for me as a workaround

@lachlancollins it would be awesome if you could click on "update angular monorepo to v18". Angular 18 is now out since month and it is very unlikely that updating the...

yes, you are right. Thank you for https://github.com/TanStack/store/pull/136 👍

It also breaks our code. We have implemented a simple feature toggle mechanism which inter alia allows users to enable/disable the tanstack query devtools dynamically in our app. In the...

For me, it was enough to add: ```yaml config: receivers: kubeletstats: insecure_skip_verify: true ```