Qyriad

Results 22 issues of Qyriad

cc-rs [hardcodes](https://github.com/rust-lang/cc-rs/blob/53fb72c87e5769a299f1886ead831901b9c775d6/src/windows_registry.rs#L477) "VC\Tools\MSVC" when searching for tools, but LLVM tools are in "VC\Tools\Llvm", which prevents finding things like clang-cl if it not actively being used by any `Build`s.

O-windows

Tracking issue; meant to have a more complete solution than #13.

enhancement

I've had some reports of Fusée Launcher reporting launch complete but, for example, when launching a payload that should show output, seemingly nothing happens on the Switch. I have experienced...

bug

Bash and zsh both have a shorthand syntax for `2>&1 |` as `|&`, which redirects stderr to stdout, and then pipes. Xonsh has the ability to redirect both stdout and...

threading

A separate issue from #42 which is asking about bitwise operations, I'd love for the parser just to be able accept hexadecimal integers with 0x notation. I commonly use Insect...

feature

Currently on Windows we require use of something like Zadig to install libusb-win32 for GreatFET. Instead we should just write a backend for communications over WinUSB.

enhancement

GreatFET nightly builds are hosted at https://gf.ktemkin.com, which we've linked to in several issues but that link doesn't exist in the readme or in the wiki. Also that URL was...

documentation

## xonfig ``` $ xonfig +------------------+----------------------+ | xonsh | 0.13.0.dev4 | | Git SHA | 0214b878 | | Commit Date | Jul 14 14:51:40 2022 | | Python | 3.10.5...

windows
aliases

This crate seems to fail if either the patch text or the text being patched contain Windows line endings. For example, the following test cases: ```rust let text_lf = "Allomancy\nFeruchemy\n";...

Closes #4351. Let me know if there's a better way to implement or test this, and feel free to bikeshed the option name, of course. ## For community ⬇️ **Please...

threading
subproc