Anton P
Anton P
Hi, is there any way to embed DlangUI into existing SDL2 app and create widgets inside preexisting SDL window (not made by DlangUI)? I already have a window and a...
Fixers
Hi, Some tools (aka makers) offer "fixing" functionality. For instance, `eslint` invoked with the `--fix` flag will try to automatically fix found problems when it's possible (stuff like wrong indentation,...
So there is `Normal` and `NormalNC` built-in highlight groups which allows to have different highlights for active and inactive windows. I'm wondering whether it's possible to have some indent highlight...
Consider this code: ```javascript const result = await this.vault.write( '/totp/keys/[email protected]', { url: 'otpauth://totp/SecSys:[email protected]?issuer=SecSys&secret=somesecret', requestOptions: { followAllRedirects: true } } ); ``` It works as expected when performing the request from,...
Hi, please take a look at the screenshot:  For some reason some words (id, status, country, password) have special highlightig, but I can't see anything special about them. So...
Hi, thanks for the wonderful plugin! Is it possible to sort document symbols by type? E.g. all properties first, all methods after properties, standalone constants after methods, vars after constants...
Is there any way to define scenarios per phase? Say, I need to perform requests to endpoint X for 20 seconds, then stop and start calling endpoint Y. Can't find...
This is relevant for MySQL and MariaDB that don't have a native boolean type. Not sure about Postgres
When `&generatePassword` property is set to `1`, Register snippet does not perform registration at all.
## Summary This is a proposal to split the "Lock databases when session is locked or lid is closed" checkbox into two, one for session lock and another for lid...