Vladimir Krivosheev
Vladimir Krivosheev
> 1. Certain websites add a CSS class to all images when dark mode is turned on. The "dark" class is technically applied to the `html` or other top-level elements....
> Cool and lastly, can you sign your PR please Sign Git commits? Done.
The D2 for IntelliJ Platform based IDEs will be available in 1-2 weeks. The D2 IntelliJ plugin will primarily focus on the editor features, and not on the preview (that...
Could you please assist me in finding the official and free-to-use D2 logo assets? In particular, I need a plugin logo icon that like the one available here: https://github.com/terrastruct/d2-vscode/blob/master/d2-icon.png but...
The D2 plugin for IntelliJ [is available in the marketplace](https://plugins.jetbrains.com/plugin/20630-d2). ### Light ### Dark (yes, we should instruct D2 to [use a dark theme](https://github.com/develar/d2-intellij-plugin/issues/1) :) Known issues: * smart completion...
> I believe it will simplify release of new versions a lot. Please note — it also means that you have to use commit message policy — see https://github.com/semantic-release/semantic-release#default-commit-message-format Also,...
electron-builder can also build `portable` windows app (without installation).
It would be excellent to see some progress in this area. I am currently working on introducing JPEG XL support to [https://immich.app](https://immich.app) for previews and thumbnails (as Python is used...
Feel free to contact me — electron-builder can be refactored to reuse all targets for nw. No need to copy paste :)
Currently, no API to manage PooledBlockAllocator. And it leads to memory leak, if you decided to cache `IonBinaryWriterBuilder` (like `IonBinaryWriterBuilder.standard().immutable()`).  Workaround — use `_Private_IonManagedBinaryWriterBuilder` directly: ``` val binaryWriterBuilder =...