Hashi364

Results 6 comments of Hashi364

I have other suggestions, I'll append " (and other suggestions)" at the end of the title, I think that one issue with all my suggestions is better. I'm slowly reading...

(3) https://odin-lang.org/docs/overview/#bit-sets When listing the bit sets supported operations, I spent a lot of time analyzing `&~` (bitwise and-not). From my understanding: ``` #assert( 0b1100 &~ 0b1010 == 0b0111 )...

(6) https://odin-lang.org/docs/overview/#foreign-system In the last code block, maybe missing `//` on lines 2 and 4 (starting from 1). Those lines look like comments: ``` default_calling_convention= default calling convention for procedures...

(7) https://odin-lang.org/docs/overview/#what-to-do-if-you-get-stuck A typo at the end of the 2nd item of the list: > Tests are also guaranteed to be up-to-date (if regularly run), unlike more informal documenation. Should...

(I lost the original comment for some reason, so I'm rewriting from memory, I may have forgotten some details) I'll list what I understood from the commit. Suggestions covered by...

I have (at least) another use case for it, but first I'll try to generalize @natebragg 's use case. The "mark the entire playlist as watched" button is useful for...