Nick Fitzgerald

Results 190 issues of Nick Fitzgerald

They're already assigned. Perhaps this functionality should be generalized somehow.

Making changes to the source is scary without them :( What testing lib are all the cool kids using these days?

Right now, it opens a new chrome-less window. Maybe better to just open them up in Firefox? Or to do a slide-y sideways thing?

The app's icon is small resolution, probably the same as the favicon? Doesn't scale well to the OSX dock.

would be cool if we could display bug priority and sort by it too

I'm not sure exactly what this would be, but maybe just a list of all bugs you are mentoring that have a mentee assigned, so you can check up on...

I would assume that if I select the tab with the new activity, then the indicator would go away, but it doesn't go away until you focus a different tab...

We should make this work out so that safety is guaranteed by the types. So a sub-arena should exclusively borrow its parent (whether that is the top-level arena or another...

breaking-change

Copying the miri CI script from the `typed-arena` crate: miri CI script ``` set -ex MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri) echo "Installing latest nightly with Miri: $MIRI_NIGHTLY" rustup default "$MIRI_NIGHTLY" cargo clean...

We could use const generics to control the size, perhaps. This means that the initial N bytes of allocation wouldn't need to hit the global allocator. cc @cfallin