Jack O'Connor

Results 156 issues of Jack O'Connor

I am the author / guy-in-the-video :) It covers some misconceptions that C and C++ programmers commonly have when they're learning unsafe Rust.

This was fixed in v1.2.0 (Nov 5, 2021). See https://github.com/BLAKE3-team/BLAKE3/issues/206 and https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.2.0. Triggering this bug in the affected versions requires a Windows environment that either 1) lacks SSE4.1 support (i.e....

The docs mention that the fence prevents reordering "as a precaution to help ensure reads are not reordered before memory has been zeroed". My understanding is that the compiler and...

I don't know Criterion well enough to guess at why this is, but the following behavior seems weird. In `x25519-dalek` and `ed25519-dalek` I can run benchmarks as tests like this:...

There's some guidance that suggests `std` is a more idiomatic feature name than `use_std`: https://rust-lang-nursery.github.io/api-guidelines/naming.html#feature-names-are-free-of-placeholder-words-c-feature

One of my favorite features of GH markdown is footnotes. Here's an [example article of mine](https://github.com/oconnor663/jacko.io/blob/safety_and_soundness/blog/safety_and_soundness.md) that makes extensive use of them. Would it be possible to add support for...

Seems to happen during chat activity. No consistent repro. No helpful error stacktrace either -- just segfault.

hi-pri

We make all our calls to `bind_external()` after the browser windows are already created. It's possible that JS in our windows could start running before the external object that it...

There seem to be problems with focus switching when toasts appear over chat. Also, the chat window doesn't come to foreground if it's already open when a new message arrives.