Mateus Auler
Mateus Auler
At least from my interpretation, the [comments](https://github.com/rui314/chibicc/commit/6c2f1275b7840f1d0553d8a2376c3de03b20c305#diff-2045016cb90d1e65d71c2407a2570927R33-R44) describing the functions `equal` and `skip` are switched on commit 6c2f1275b7840f1d0553d8a2376c3de03b20c305.
When using the textMateThemeFromScheme function from lib-contrib, a warning is generated: ``` trace: Obsolete option `colorScheme.colors' is used. It was renamed to `colorScheme.palette'. ``` This PR fixes this issue.
This PR creates shell functions that invoke `wt` and cd into the given directory. This partially solves #11. What changed: - When running `wt` and giving it a valid worktree...
This PR fixes: - Fish completions would only run once per shell session. - Every shell completion would not accept worktrees with spaces in their basename. This PR adds: -...
Adds a check for if the current directory is part of a git repository. This is to prevent a loud failure when trying to build auto-completion options. Eg. in fish,...
Adapted from: - https://gist.github.com/thoughtpolice/8f2fd36ae17cd11b8e7bd93a70e31ad6#file-jjconfig-toml-L247 - https://github.com/avamsi/dotfiles/blob/28a0e40439de56fe179a1b0e705727c85e075464/.jjconfig.toml#L150 I'm not sure if I should add tests. I can add them if needed. # Checklist If applicable: - [ ] I have updated...
Might also work under OSX with some tweaks. But I don't have a Mac to test. I have also added some other unrelated commits that I think are good ideas:...
This adds `stylix.testbed.ui.desktop` which allows the testbed to pick what desktop environment/window manager will be ran inside the VM. This PR is currently a PoC and I'm open to any...
## Things done - [x] Tested locally - [x] Tested in [testbed](https://stylix.danth.me/testbeds.html) - [x] Commit message follows [commit convention](https://stylix.danth.me/commit_convention.html) - [x] Fits [style guide](https://stylix.danth.me/styling.html) - [x] Respects license of any...