Artur Rychlewicz
Artur Rychlewicz
Hey, consider this example: I think a more "valid" diff would be to show that `gui.render` has been wrapped by `helpers.OnScrollFunc` and that the next line is new. Rendered diff...
Hey, Atuin has few configuration options and even comes with `default-config` that prints default configuration with short description for each setting. Another popular project, [starship](https://starship.rs/config/#configuration) provides a JSON schema for...
**Description:** Currently, it seems that this action only restores cache **if** the cache key is matched exactly (`go.mod` and `go.sum` haven't changed). **Justification:** Typically, when updating dependencies, only some dependencies...
When the import path doesn't match the package name, it's a good idea to alias the import to be more explicit. Here's an example with `github.com/testcontainers/testcontainers-go` (which defines a package...
## Description I use `zinit` for loading plugins and `zoxide` as a `cd` replacement. When I type `z dir `, `zoxide` shows a popup to select directory. However, if I...
### Current Behavior I'm on the newest version (`carapace-bin 1.3.2`) using Carapace with Nushell. I configured `cobra` bridge for `rclone`: ```sh ❯ cat ~/.config/carapace/bridges.yaml rclone: cobra ``` and my `config.nu`...