Ian Harris

Results 14 issues of Ian Harris

The manpage is basically just the output of `nvm --help`. A few things were added/modified to be more "manpage-like". The modification to [install.sh](install.sh) isn't great, so that probably needs to...

### Describe the bug If a Card component is on a page, PageA, and the user navigates away from that page, e.g. to PageB, PageA gets removed from the DOM...

When reading the CTOC frame, the entry count is used to get the child elements [here](https://github.com/Zazama/node-id3/blob/c324988bfb0ae34210d438c03e420f4d6bc6dd6e/src/frames/frame-ctoc.ts#L40-L44). Since entry count is a single unsigned eight bit integer, it overflows when the...

### Describe the bug `$inspect` will correctly see updates, but the outputted value is always the initial value of the `ReactiveSet` or `ReactiveMap`. For `ReactiveDate`, it seems updates aren't seen...

I'm not sure if this is an actual fix, but it's difficult to recreate. This allows for multiple writers and readers, so there may be some instances where the highlighted...

Some formatting, text changes, and details are still needed. I wanted to get some feedback/guidance on styling, content, etc. I also don't really understand how the `extra:` filter works. `updated_after:`...

1.7.3 -> 1.7.8. Fixes issue with Elixir 1.17.

This PR adds the ability to set values for enums, so this type of C code can be generated: ```c enum Foo { FOO_A = 1, FOO_B, FOO_C = 4...