Casey Rodarmor
Casey Rodarmor
### Description When a window is created with `.with_fullsize_content_view(true)`, calling `window.set_decorations(false)` followed by `window.set_decorations(true)` disables the fullsize content view setting, so the titlebar now appears outside the window. I was...
Fixes #77. I don't think this actually matters, but it helps if someone is trying to understand what IDs are for, since if there are duplicate IDs, a reader might...
Issues surrounding renaming are usually annoying bikeshed fests, but I thought I would open this one anyways, since I think some of the names could use some improvement. I personally...
I ran into a bug where I was using `sequencer.time()` on a frontend, which had worked when it didn't have a backend, but silently broke when I later refactored my...
I'm not sure if this is actually wrong, but I thought I would open an issue anyway. I noticed that `Chain` and `Reduce` both have `ID` 32, and `Tap` and...