Ryan Avella

Results 40 comments of Ryan Avella

I don't think the suggestion was to add an unconditional delay for every proxy binary, just the installer. The bug can be triggered only under very narrow circumstances: specifically, a...

@rbtcollins some of your questions were answered by the folks over on the issue filed for Terminal, I'll summarize below. > If so, can rustup detect older versions being used...

I was running into #394 and managed to get past that error message with the workaround mentioned in that issue. Now interestingly I'm being blocked on this. This is after...

My Spotify username is a string of 9 digits, probably auto-generated on their end because I primarily sign in through a Facebook account. It does match in both files, though...

Wow, I managed to fix it but it was quite a ride. I hacked in a bunch of logging calls throughout mopidy-spotify, which eventually led me here: https://github.com/mopidy/mopidy-spotify/blob/e088c33e5158d6fbebd95d9651fb7bd20abf8c80/src/mopidy_spotify/backend.py#L40-L43 This was...

I tried the following quick hack to bypass build.rs: ```diff -#[cfg(any(target_os = "windows", target_os = "macos"))] +#[cfg(any(target_os = "windows", target_os = "macos", target_os = "freebsd"))] fn get_ioctl_data() {} -#[cfg(not(any(target_os =...

@nabijaczleweli You mentioned over in #158 > this should probably use the same methodology as I do in voreutils (https://git.sr.ht/~nabijaczleweli/voreutils/tree/02bcd701febb555147b67e0fa7fdc1504fe3cca2/item/cmd/wc.cpp#L155-177), which includes Linux, {Free,Net}BSD, OpenBSD, and the illumos gate. maybe...

Excellent, [be7de13](https://github.com/thecoshman/http/commit/be7de1362d2e887b0b3dde6f59446a09c5251d37) works for me, thanks for looking into this!

> if there's a broader "linux and BSDs" or "general non-macOS UNIX-like" feature we can select for, that would be preferable One potential issue I see with the "subtractive" definition...

I'm seeing the same thing on FreeBSD whether `TERM` is `xterm` or `xterm-256color`, so maybe this isn't purely a ConPTY thing?