Ian Harris

Results 48 comments of Ian Harris

Ah, I wasn't using your version of hump's vector.lua. Thanks.

Exercise 32 says the expected result of summing all the values in table `d` should be 26, but it seems like it should be 23, if the table is `d...

No, thank you, @SSYGEN. I've been enjoying these posts quite a bit - about to start #18 (number 4 in the series). I was wanting to also ask if you...

@hikkithegene as far as your question about `creation_time`, I think it's just saying you should have an attribute on objects that allows you to know if an object was created...

Yeah, it's awkward. jsmediatags also gets this wrong. mpv gets it "right", but I can't find where they're handling it right now. I expect there's an issue with the TIT2...

I have a file with 255 chapters and one with 257, and the CTOCs for them are: ``` CTOC $00 00 06 91 // size $00 00 // flags toc...

Oh right, I missed the subframe part of your first example and was just thinking about chapters with ids as frame ids, which actually I'm not sure if that's allowed....

> I'll have to think about it a little, maybe there is a better solution Yeah, me too. I still think you're actually handling this correctly on read by reading...

This seems weird for several reasons. - Which non-POJOs are special? - What API do they implement? - When the spec changes, do you retroactively add support for old svelte...

Thanks for the reply! Another oddity I didn't think of until now is that this will also mean that if you import `svelte/reactivity`, is runes mode enabled? I believe there...