mrichards42

Results 12 issues of mrichards42

I'm not even sure what to title this bug report, but I've come across some funny interactions between gensym, local shadowing and compiler(?) scope. The piece of code I'm looking...

bug

👋 Hi folks, thanks for a great library! I came across what looks like a typing bug to me: --- The first overload of TypePreservingAggregation (taking columnName and options) used...

What's the "correct" way to keep references to widgets? It looks like `Scene` ends up taking ownership when you call `add`, which makes sense, since you need the widgets to...

I'm hoping to add some cleanup code in remarkable_puzzles (like saving the current puzzle state before exit). Currently it looks like the "kill" button in remux uses SIGKILL, which is...

I'm trying to get a Dropdown inside a Dialog, but since there's only a single overlay allowed at a given time, setting the Dropdown overlay would remove the Dialog overlay...

Feature request from an email: > It would be really useful to have Tab skip over filled clues, or at least to have that as an option. That was always...

**Absolutely before initial release** - [x] clean up top menu bar (expand "?" to "help", nicer undo/redo buttons, maybe shrink "all games" button to gain space, etc.) - [x] use...

- correct green dot - incorrect black triangle - revealed red triangle

Hi, thanks for a great library! I was surprised to see that if I make multiple calls to `openapi()` that the `_def.openapi` object is overwritten instead of being extended. My...

Hi, thanks for a great tool! I'm wondering if there's a way to ensure that files end with a newline, while using `{:style :respect-nl}`. Ideally I'd love to be able...