Nathan Ringo

Results 33 comments of Nathan Ringo

"Light black" is typically treated as gray. I have a patch for this here: https://git.sr.ht/~remexre/hexyl/commit/11488a55b9e5a7c6ba973f142ebc5307b5bb1bae This seems to work well on my machines; I can PR it if it looks...

Hm.... it works on my machine, and [Wikipedia](https://en.wikipedia.org/wiki/Ansi_color#3-bit_and_4-bit) certainly implies it's common but it's of course a color-scheme-dependent thing -- do you know if your color scheme is a common...

I only need `Send`, not `Sync`; I'm not doing concurrent operations, but the serial operations may run on an arbitrary thread, since (I believe) tokio spawns all futures onto a...

Also having problems with an Intel 660p, PCI ID 8086:f1a8. My symptoms match https://forum.manjaro.org/t/nvme-suddenly-stopped-working/4507 pretty much exactly -- https://github.com/pcm720/u-boot-build-scripts/blob/fb2b1f3ddeb552f51379a57118ccc4109a5854a8/patches/u-boot/0007-address-NVMe-instability.patch sounds like the relevant patch?

Okay, I'm pretty confused now. Assuming I didn't do anything wrong in https://github.com/remexre/Tow-Boot/commit/c1e60b2943cbbb5ee690ff30f79d99ed10318fbb , it didn't fix my issue. However, I mounted it in another machine (an x86 PC) and...

I wrote up a simple implementation of this; tested with `n in 0..(2

I guess only PartialOrd would work, then: ``` given Numbers a and b: if a and b are both i64 compare as i64 if a and b are both u64...

I was under the impression that if you impl'd Error instead of Fail, the blanket implementation of Fail would kick in; that way, people who use `Result` or similar don't...

Will this be fixed in the near future?

I'm rather new to the Haskell tools and language, so sorry if this is obvious, but how do I instruct `cabal` to use that branch?