Josh Goebel
Josh Goebel
Actually you could maybe have your cake and eat it too (for larger snippets)... though I'm not sure I have time to pursue that angle. But the idea: - Short-circuit...
> It is 30% faster for my use case in both node and browser. **Awesome! HTML seems to be a real sweat spot for the new code.** > If anything,...
No intention to change ES5 support.
Ping: Any word on merging this?
Is this the same issue as with `labeler`? https://github.com/actions/labeler/pull/50 If so, can the same solution also be applied (at least as a stopgap)? Very frustrating that Github seems to push...
> Some actions might be required, but a greeting hardly, but this is flagging a valid PR as failing due to this. Yes, very good point also. Not all actions...
Anyone alive here: Is this the same issue as with `labeler`? https://github.com/actions/labeler/pull/50 I added this to a project but I guess I'm about to rip it out - the use...
Oh, I get it now. You're leveraging the font functionality to help set the stack pointer. Any reason to not just do the math yourself (add/sub 15 to VE)? You're...
> If memory serves me right, and I think you're right, pushing and popping abuses the font pointer to save V0-VE to ROM with the LD [I] instruction. I did...
Oh. Sorry. But it's all 8-bit math with wrap-around. SUB 15 just becomes ADD 240. Not that strange considering how easy it is. A nice compiler should really just support...