Josh Goebel

Results 1643 comments of Josh Goebel
trafficstars

_Were you poking the full 1 byte register?_ Obviously you can't poke a 8 bit value with poke4. I'm pretty sure we handled this case which means the docs are...

I don't think this is necessarily good if it encourages users to continue to design for OLDER versions of the software after newer ones are released... what I do think...

Even if we decide to add it it wouldn't be added until the 1.0 release anyways, so `BOOT()` would already be off the table - since it would be included...

> I'm not really on board with how dismissive you are of the idea. Don't take it personally. You're obviously enthusiastic about it, I'm simply not. We're all entitled to...

> but your tone in your messages comes more across as "that's dumb don't do that" Not my intent. I have a very dead-pan/flat tone sometimes. Just because I don't...

@Weeppiko @ChildishGiant Which native platform is your browser running on? I wonder if this is limited to Linux, etc...

A reproducible example would be great. Does `while(true) {}` have the problem?

I could have whipped up a test myself if I wanted. Does it hard lock? :-) > I'm not one for baby-sitting bad code 🤷 I generally agree, but crashing...

I haven't looked at the code but I'd assume/hope all the runtimes have some type of "run x cycles" provision vs "run forever and cross your fingers"? maybe it's finally...