Dmytro Klymenko

Results 13 comments of Dmytro Klymenko

Thank you for great work you did with the plugins. Here are a couple of things that would be good to have: * Some way to tell if there is...

I ended up instantiating `AuthService` in the test, calling the `createCookie` method manually and adding that to test request. The logout test using this strategy looks like this: ```ts describe('[POST]...

Hello, I have ran into this issue too. Is there any quick fix that can be applied?

For me the solution was to switch to `xrender`. So replace ``` backend = "glx"; ``` with ``` backend = "xrender"; ``` In your `.config/picom.conf`.

> Problem with xrender is that it does not offer vsync. But luckily [#578 (comment)](https://github.com/yshui/picom/issues/578#issuecomment-841094585) appears to work. Can you please list your full working picom.conf? Maybe it's caused by...

You might want to create a custom function that writes the file, runs the cli version of this tool(asuming you have one installed) and reloads the file. Here is my...

Thanks to @maxpeterson , I resolved the issue I had with user components not being bundled in prod build. If anyone else is struggling with bundling of custom components in...

> Hi, I have same problem but my project uses -express.js -javascript I'm not sure what to do. I really confused. Can you please help me, thank you! If you're...

For me this seems to have started happening after update to Sonoma (14.5).

It turns out that I was on 0.21.0, which is the latest version according to the website and the in-app update checker. 0.21.1 fixes this exact issue. To update I...