Oleksandr Babak

Results 13 comments of Oleksandr Babak

> I found the assets Can you tell me where?

I have the same issue, 5.19.10-arch1-1 dwm-6.3 openjdk 18.0.2 2022-07-19 OpenJDK Runtime Environment (build 18.0.2+0) OpenJDK 64-Bit Server VM (build 18.0.2+0, mixed mode)

@maehne Yes, it helped. I've changed name of my window manager to compiz and it works. `wmname compiz`

> @eippoc, @roman1267 and @Ddystopia: Could you please try whether setting `_JAVA_AWT_WM_NONREPARENTING=1` environment variable instead of changing the `wmname` also fixes the issue? One way is to issue `'export _JAVA_AWT_WM_NONREPARENTING=1'`...

This could help a lot, because many of the necessary packages are only in js. For example, I wanted to use codemirror, but I can't do that, so I have...

Adding "alloc" feature to example solved the issue, but example still should be updated

> You have to use elliptic curve certificates, or compile embedded-tls crate with the alloc feature to support RSA signatures Could you please explain, how does it relate to error?...

Hello, I do use copilot and encounter this error quite often.

> Might be wise to analyze how rust-mqtt et al. do it. `rust-mqtt` is not supporting simultaneous listen and publish - method corresponding for listening is taking `&mut self` and...

> with minimal code duplication One option may be to go with async only - blocking is very plarform specific, while asynchronism is a language level concept, independent of os...