Kyle J Strand

Results 209 comments of Kyle J Strand

@joelpurra That sounds fine! I didn't notice at first that your releases are tagged in Git despite not showing up in the "releases" view here on GitHub, but now that...

@bluss Yes, that sounds very much like what I was thinking of! I will check how close `ndarray-parallel` is to what I'm picturing.

> You can get some of them by looking at `keybindings default` but for others you may have to dig into the code https://github.com/nushell/reedline/tree/main/src/edit_mode/vi ...oh wow, I didn't know about...

Posting here just in case anyone else is struggling to install Erlang on Ubuntu-on-WSL. I was able to download the `.deb` file for my distribution, then use `sudo apt install...

Is this really a "public" method? I don't know how to access it from outside the module. (Of course just treating the declaration as though it were outside the block...

I have definitely wished for an easy way to preserve headers when piping `rg` to `rg`. Maybe a flag for "header passthrough" would be useful on its own.

Note that the reason the @uasi's POSIX space-handling examples don't work has nothing to do with escaping; it's about how Nu decides whether to treat `"` and `'` as the...

Using `k3d` on `wsl2` (on Windows 11), I had no problems getting started: ``` ❯ fluvio cluster start Current channel: stable 📝 Running pre-flight checks ✅ Kubectl active cluster k3d-mycluster...

@sehz Yep, producing/consuming worked fine. WSL2 uses a real Linux kernel, so in theory it should behave mostly identically to the same distro (Ubuntu by default) running directly on the...

@sehz Since #2044 added a check for a running local cluster, is a `status` API still necessary to resolve this? Or is it sufficient to simply make the nonrecoverable `AlreadyInstalled`...