Woynert

Results 10 comments of Woynert

Just encountered this. The window does not shrink after the revealer closes. Happens with the expander too. ![Peek 2021-11-18 01-09](https://user-images.githubusercontent.com/61242172/142362193-4bf4907d-f8bf-449f-ac85-02194ae477a9.gif) ![Peek 2021-11-18 01-18](https://user-images.githubusercontent.com/61242172/142362697-9db8e835-d744-4d19-9fe2-d8762daee254.gif)

@t-wissmann There are icons in pipe menus as far as I can see ![2021-11-16_00-58](https://user-images.githubusercontent.com/61242172/141929737-8f84d404-34e0-4bdd-978d-6da2110de5a4.png)

@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...

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...