FelisDiligens
FelisDiligens
Oh, well... the account # feature does only affect the fields "username" and "password". Basically, you can switch between different accounts but it doesn't carry any other changes with it....
This issue should be fixed in v1.12.3 now.
This seems to be related to this: [Format some characters which are full-width — md-table-tools/issues/2](https://github.com/FelisDiligens/md-table-tools/issues/2) It should be improved in v1.2.1. Could you update the plugin and see if it's...
I think I ran into the same (or similar) issue. For me, when running `npm run tauri dev` inside the built-in VSCodium terminal, resizing the webview window increases RAM usage...
Hi @silopolis, I uploaded a build just now: https://github.com/FelisDiligens/joplin-note-tabs/releases/tag/v1.4.0-chrome-like-tabs If you want to build the plugin yourself, these are the commands (git and Node.js are needed): ```bash git clone -b...
After some troubleshooting, I found out that this if block in the [`SConstruct` file (line 115)](https://github.com/guillaumechereau/goxel/blob/66d36e0c3511479ceaac8cbf9f5c7c3e619b30d3/SConstruct#L115) is never run: ```python # Windows compilation support. if target_os == 'msys': # ......
Hi @guillaumechereau, @tatelax, I'd love for this PR to be merged if possible/desired. It implements a FOV slider and fly mode, which I feel are missing from Goxel for me....
@tatelax Would it be okay if I use some of your code and my proposed fixes to open a new PR here? @guillaumechereau I'd love to fix the issues and...