Results 14 issues of Quinn Rohlf

https://github.com/qrohlf/gradebook/blob/f7fa0f9ee8c9b8823390a50fcec2c509814e68a0/app/models/assignment.rb#L21 ^^ hardcoded value 😥

The hard-coded value at https://github.com/qrohlf/gradebook/blob/f7fa0f9ee8c9b8823390a50fcec2c509814e68a0/app/models/assignment.rb#L25 should really be an admin config item, not a hard-coded value.

The current behavior of the library when passed non-string IDs for sortable items can be confusing, see https://github.com/clauderic/dnd-kit/issues/604 and https://github.com/clauderic/dnd-kit/discussions/357#discussioncomment-1018851 for additional context. I plan to add runtime checks to...

enhancement

First off, thanks for this, I am a long-time RSS user (rip google reader) and dislike the modern writing-on-the-internet ecosystem's insistence on email newsletters so it solved a huge annoyance...

When you have the time, fix it.

Currently a user has no way to recover their password if they forget it.

Google analytics tracking code + docs for how to configure it is a must.

https://bost.ocks.org/mike/algorithms/ Bridson’s algorithm for Poisson-disc sampling solves your problem with using a square grid for initial point generation, it gives you uniform triangle size and randomized point distribution. Would probably...

I'd like to run some tests on how to move Trianglify computations off the main thread. The main use case here is increasing the responsiveness of the sliders on https://trianglify.io/...

enhancement