Dimitar Panayotov
Dimitar Panayotov
It would be very cloud-storage-friendly if we were able to do something like `bupstash limit --set 5GB` and then, _a la_ macOS's TimeMachine, `bupstash put ...` would remove the oldest...
Not a big deal, I can use a bash `for` loop for this (and I do) but I'd prefer it if I can directly specify a list of backup sources...
Hey, I am aware you don't owe anybody anything and that `actix-web` was your project. It was also pretty visible that you weren't open to let certain PRs come through....
As per the title, can we get a CLI switch that adds count of results in the prompt? That's one of the things I'm missing from `fzf` and `skim`. I...
## Expected behavior I am using Spacemacs (and thus projectile) and LSP. I have an Elixir project which uses the `rustler` library which generates a Rust project inside the Elixir's...
When I am working with Sqlitex and opening connections, I always get a tri-tuple like the following: ``` { :connection, #Reference, #Reference } ``` IMO the type should not be:...
### Task list - [x] Add `chain_id` to `Builder` - [x] Fix bug when decoding the `chain_id` -- allow it to be larger than one byte - [ ] Add...
**Describe the bug** Adding `eval "$(emplace init zsh)"` to `~/.zshrc` makes the terminal produce the following on every startup (including opening tabs): `arguments:comparguments:327: can only be called from completion function`...
Currently, getting the values of PRAGMAs applies conversion from the sqlite integer values to Elixir atoms, but the reverse is not happening. Let's support it. Example: ```elixir Xqlite.Pragma.put(:auto_vacuum, 0) #...