Thayne McCombs
Thayne McCombs
Fixes: #1243 Fixes: #1331 - [x] add test - [ ] update changelog
As mentioned in https://github.com/sharkdp/fd/issues/1354#issuecomment-1657208919 There are many cases where it is desirable to use `--exec` or --exec-batch` with a shell command, including having access to aliases and shell functions, being...
This is an attempt to speed up CI builds, by pulling completion generation out into a separate job. I don't know if it will work though.
Module cache
### Terraform Version ```shell Terraform v1.7.2 on linux_amd64 ``` ### Use Cases Currently whenever you use a remote module, terraform has to download it and put it in .terraform/modules. In...
### Terraform Version ```shell any ``` ### Use Cases Consider the problem of splitting up a monolithic terraform configuration into smaller root modules. This requires either splitting up the existing...
If the alphabet has a size that is a power of 2, the implementation can be a little faster.
From the [cargo reference](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification): > ... features should be additive. That is, enabling a feature should not disable functionality, and it should usually be safe to enable any combination of...
### Description of the feature request: I would like a simple way to get the path of a file relative to the package it comes from. Something like a method...
This is an attempt to improve window decorations on wayland. It waits to create the window decorations until we get a configure event from the compositor, so that we can...