Woynert
Woynert
Just encountered this. The window does not shrink after the revealer closes. Happens with the expander too.  
@t-wissmann There are icons in pipe menus as far as I can see 
@t-wissmann In my preprend.csv I have: ``` ^sep() Applications,^checkout(apps) ^sep() ^tag(apps) ``` jgmenurc: ``` csv_cmd = apps icon_size = 24 ``` I extracted it from the bunsenlabs_lithium example, although it...
I solved it by removing the "" from the port, like so ``` - CUSTOM_PORT=8080 - CUSTOM_HTTPS_PORT=8443 ```
I also ran into this issue whilst trying to wrap [JoltPhysics](https://github.com/jrouwe/JoltPhysics). The CMakeLists.txt file is inside the Build directory. See https://github.com/jrouwe/JoltPhysics/issues/764. For a workaround I'm currently applying a patch through...
That's better. Thank you!
As a workaround use ffmpeg to convert the **transparent** GIF to a WEBM replacing the transparent color with GREEN so it can be Chroma Keyed. ```sh INPUT=binding-of.gif; DURATION=$(ffprobe -v error...
Thank you so much! This was driving me crazy
This! Maybe a checkbox in the config page
https://github.com/conan-io/conan/blob/2035d2848ea3ba4dd2533a602d9a2f88487f942e/conans/util/runners.py#L51 As I see it the problem is the assumption that `subprocess.Popen` will open the correct shell. Even though we can set `tools.microsoft.bash:active` in the profile, and even though we...