Megamannen

Results 11 comments of Megamannen

Ok, no shell master. But don't you compare __"false"__ (string) to __false__ (boolean) here? https://github.com/jnovack/autossh/blob/816f453e82fa5256dc861754a26f171dc3e082d0/rootfs/entrypoint.sh#L19

[tao-resizeable.zip](https://github.com/tauri-apps/tao/files/9613582/tao-resizeable.zip) Or sample project with the same code as the sample

I have the same problem, commit and pushes directly to main works as expected. But branching out on github and doing a pull request gives this ``` [5:40:13 AM] [semantic-release]...

Yeah, quite certain it's the squash commit that gives a format it can't handle. If doing a merge-commit of the feat-branch: ``` [1:17:48 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analyzing commit:...

I'm quite certain this is the result of a miss-configuration and not a fault in the commitlint itself. This happens if you by mistake add commitlint to `pre-commit` instead of...

I haven't used this lib, but it already has it, right? ```rust LShiftKey.press(); WKey.press(); sleep(Duration::from_millis(50)); // Now Shift+W is pressed simultaneously for 50 ms WKey.release(); LShiftKey.release(); ```

I'm guessing this is also adds support for å ä ö ? Is there a branch for this feature?

Yeah, it checks the "legacy theme" setting. I have dark mode in Gnome 44 but I got light theme in Tauri app until I changed this ![bild](https://github.com/tauri-apps/tauri/assets/19424456/e171b5e1-a8d2-4b51-9fda-1a4f7473c91e)

And creating a dummy blocked user and setting limit to 1 is out of the question?