Ilya Bizyaev

Results 28 comments of Ilya Bizyaev

Same here, attaching more detailed logs: ``` [INFO][amethyst::app] Initializing Amethyst... [INFO][amethyst::app] Version: 0.15.3 [INFO][amethyst::app] Platform: x86_64-unknown-linux-gnu [INFO][amethyst::app] Amethyst git commit: UNKNOWN [INFO][amethyst::app] Rustc version: 1.50.0 Stable [INFO][amethyst::app] Rustc git commit:...

Apparently, the example crashes (with the above stack trace) as soon as hovered with the mouse pointer. ![window](https://user-images.githubusercontent.com/11175213/114168837-77fa2580-9939-11eb-9452-a6fd9d6f0649.png)

Спасибо, работает. Упаковал в AppImage: https://nofile.io/f/mZxtSFJ9fY6/rto-proxy-x86_64.AppImage

https://user-images.githubusercontent.com/11175213/102691904-f0b96280-4220-11eb-85ef-a0f6db7e1897.mp4

I have, disabling other scripts does not help. Also, it seems moving windows immediately becomes laggier after enabling Parachute...

Tested with Parachute 0.9.1 on Plasma 5.21, the issue persists.

Is this feature somewhat hidden at the moment? It looks like `USE_KEYCHAIN` needs to be set somewhere, but it's not listed in CMakeLists.txt. According to the Troubleshooting page, it's off...

I don't see it being disabled: https://build.opensuse.org/package/view_file/multimedia:apps/spotify-qt/spotify-qt.spec?expand=1 But does setting it in https://github.com/kraxarn/spotify-qt/blob/master/lib/thirdparty/CMakeLists.txt make it visible to source files in other subdirectories?

Related is how headings and paragraphs are handled. ## Example 1 ```python3 md("Some Heading\nSome text", heading_style='ATX') ``` **Expected:** ```md ## Some Heading\n\nSome text\n\n ``` **Actual:** ```md ## Some Heading\n\n\nSome text\n\n...

For the bot: I'll close this issue once a version is released with the change mentioned above, and I confirm that the problem is gone.