Kamil

Results 39 issues of Kamil

How about porting it to Windows? I'm not that cruel to force anyone to use batch, but there's plenty of solutions, e.g.: - nushell (portable between Mac/Linux/Windows) - powershell (decent...

discussion

Sometimes one has a Mon-Fri alarm but they wake up earlier. It'd be useful to cancel this alarm just once when unneeded instead of waiting for the moment after the...

# Summary * This is a… * [ ] Bug fix * [x] Feature addition * [ ] Refactoring * [ ] Minor / simple change (like a typo) *...

# Summary The `imp` module will be removed in Python 3.12 so we have to switch to `importlib` * This is a… * [ ] Bug fix * [ ]...

### Steps to reproduce 1. Just use the keyboard ### Expected behaviour It doesn't happen ### Actual behaviour ![photo_2022-07-04_12-46-41](https://user-images.githubusercontent.com/76530971/178830976-064fd5eb-8559-4551-b90f-58f8c3dc87a1.jpg) **Android OS version:** Android 12 (Lineage OS 19.1) **Device manufacturer and...

The idea is to display all possible destinations for the `c` command, i.e. display all folders located in the `$env.CDPATH` variable's elements on TAB. Like it works with `cd` but...

I have seen in [the hook's code](https://github.com/pocc/pre-commit-hooks/blob/master/hooks/uncrustify.py#L15) that `uncrustify` is hardcoded as a command. It would be really useful to specify some custom path for the executable, e.g. `/home/skelly37/.local/bin/uncrustify`, so...

### Describe the issue - The code should work with the newest Nushell, which is currently `0.79.0` - We should make use of `assert` introduced to the newest stdlib, so...

refactor
priority: CRITICAL
tests

### Describe the issue Just add tests that will raise errors to see how they are raised ### Argumentation We test proper workflow, while `error make` calls are ignored, so...

priority: Medium
tests

### Describe the issue Just rename the jsons to have the same name everywhere bonus: enforce that installers are named `installer.nu` Simplicity and consistency ftw Basically all the *special-purpose files*...

documentation
good first issue
refactor
priority: Medium