Kyle J Strand

Results 70 issues of Kyle J Strand

I [asked about this in Rayon](https://github.com/rayon-rs/rayon/issues/689), but the functionality is not actually specific to parallelism, so I've copied my request here instead: > Is there a way to get "chunks"-like...

I can't find a list of the specific bindings enabled by the current vi mode. I noticed that `C` doesn't have the standard behavior of deleting from the cursor to...

documentation
A-ViKeybinding

This is a suggested companion ticket to #1131. The following `Command`s invoke coreutils: ``` Command::new("pgrep") Command::new("pkill") Command::new("sync") ``` These are not available by default on Windows, and the functionality they...

help wanted
good first issue
technical debt
platform/windows
DX/Developer Experience

This is a partial implementation of #1131. It relies on https://github.com/infinyon/k8-api/pull/191. It only addresses two uses of `kubectl`, one for checking the k8s server version and one for deleting collections...

As of Rust 1.71, every ABI except for `Rust` comes in two variants, an `-unwind` version and the original non-`unwind` version. This isn't something the book should cover in detail,...

2024-fix-nomination

Nushell doesn't have `pushd`/`popd`, but it's suggested that `enter`/`p`/`n`/`g` [would be a suitable replacement](https://github.com/nushell/nushell/issues/4269). Could the Nu alias for `cd`/ `z` be configured to use `enter` (rather than `cd`) to...

**Is your feature request related to a problem? Please describe.** Since conflict resolutions are propagated to child commits, it's often only necessary to resolve a single commit's conflict after a...

enhancement

### What version of Badger are you using? v3.2103.2 v3.2103.5 v4.2.0 ### What version of Go are you using? `go version go1.20.1 linux/amd64` ### Have you tried reproducing the issue...

kind/bug

**Is your feature request related to a problem? Please describe.** I am comparing `toml-bombadil` to other dotfile managers such as `chezmoi` and `yadm`, and one primary requirement for me is...

enhancement

## Description `jj` permits creating branches with names that cannot be exported to `git`. These branches *can* be renamed using `jj branch rename`, but they cannot be removed using `jj...