Wojciech Żurek

Results 10 comments of Wojciech Żurek

@Inf166 Could you post the plugin (or a link to it) here temporarily?

@Inf166 it works without problems. Thank you!

@Neo-29 I have the same problem. I'm temporarily using this extension with a manual fix: https://github.com/velitasali/gtktitlebar/issues/36

@Fausto-Korpsvart Can you share a theme on another branch for testing purposes (even if it is not ready yet)?

@oae @wanlce Thank you. It works for me.

It's great idea to add support for Rust language! I can help with testing.

@ludovicmeurot Can you temporarily share this plugin?

@djhoese Ediit gradle.properties (0.1.6 is already in market) ``` pluginVersion = 0.1.7 ``` then use docker in plugin directory: ``` docker run --rm -u gradle -v "$PWD":/home/gradle/project -w /home/gradle/project gradle:8.0.2-jdk11...

@michaelskyba to fix just downgrade python-requests package ``` sudo pacman -U https://archive.archlinux.org/packages/p/python-requests/python-requests-2.32.2-1-any.pkg.tar.zst ``` This fix works with the latest httpie version. ``` yay -Qs httpie local/httpie 3.2.2-2 ```