Marcin Wisnicki

Results 95 issues of Marcin Wisnicki

I copied the example from https://docs.github.com/en/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#footnotes to wiki page but it does not render. However it does work in issues as below. --- Here is a simple footnote[^1]. A footnote...

### Problem It looks like `$HOME/.cargo/env` is not created on Windows. This breaks shell scripts that depend on it. ### Steps 1. Download and run rust-init.exe 2. Check ~/.cargo/env existence...

bug

According to documentation `INIT` executes a script whenever client connects to database. This is not so useful with persistent databases. A better behavior would only run INIT when database file...

Some websites, especially 3D ones like https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/ use right mouse button drag to control camera. Unfortunately SmartUp still processes these drags as mouse gestures. Perhaps it is possible to detect...

**Describe the bug** If configuration is invalid (e.g. wrong SSL certs) then vault config prints exception and continues execution. Even when spring.config.import is not set to optional. This is probably...

I would like for app page to have a link to original manifest file

I need to combine this with another mod (https://github.com/VaanaCZ/LANVP) that also uses dinput8.dll method. I tried using ASI loader and renaming both mods to \*.asi but only LANVP seems to...

Can you make Iso object extend Function (equivalent to wrap) so it can be used as a constructor of values, such that following computes? ```ts interface EUR extends Newtype {}...

At the moment user can only report business as closed or moved. Arguably the most common case is that of business being replaced by another so it should be offered...

It should be possible to handle system clipboard by capturing `C-c` keydown event and creating almost hidden (ie. 1px*1px) text component and doing select() on it. I was using [keyboard...