Darren Schroeder

Results 80 issues of Darren Schroeder

I'm one of the maintainers of `nushell` and am interested in a cross-platform wrapper for std::process::Command. We have a couple requirements and I was wondering if your crate supports those....

The key to using powershell is making sure that when we use `Start-Process` make sure we give it an `-ArgumentList` otherwise the parameters won't work right. Another thing I had...

I would love to see this ported to your C# Keras. I'd do it myself but I'm not familiar enough with Keras or Python. https://www.kaggle.com/mtcmr2/mnist-kerasexample Up For Grabs!

Is there a way to do a traditional `pow`/`powf`/`fpow` command with a bigdecimal? Like `2 ^ 8` or `2 ** 8` - two to the power of eight but with...

closes #253 thanks to @petrochenkov's fix mentioned there. I just switched the order of a few lines. I did not change any in the build.rs. The rust-toolchain.toml had to be...

Thanks for reporting a bug! Please include all of the following: ``` error: linking with `link.exe` failed: exit code: 1120 | = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.31.31103\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\CarTar\\release\\deps\\difft-c8ab8d3c92a269de.difft.2229026d-cgu.0.rcgu.o" "C:\\CarTar\\release\\deps\\difft-c8ab8d3c92a269de.difft.2229026d-cgu.1.rcgu.o"...

### Describe the new feature what files do I need to change to upgrade to the latest version of sqlite? ### Does this feature exist in another product or project?...

sqlite

### Describe the bug with every character typed the screen flickers see gifs below. it works fine in 0.65.0. git bisect says 98126e298175ed78a5797bacc06d0704a30b1785 is the first bad commit I don't...

:bug: bug
line editor

### Describe the bug I've had to comment out the `...args?` param in the nu_scripts file cargo-completions.nu in order to get the file to work. ``` export extern "cargo test"...

bug
parser

I was contemplating having a command that would "fork" a command and let it run in the background. One way to think about it is to have commands launch in...

enhancement