snek

Results 363 comments of snek

this is a bug in v8 that they have been very unenthusiastic about fixing.

There was a significant amount of effort put into TLA to ensure it would not be breaking for a module's dependencies to use it. It would be unfortunate to expose...

@hax that is incorrect. it creates a graph with async edges, from the perspective of esm code it doesn't change at all, and since import() already returns a promise, it...

@Jack-Works it is unclear to me what that code does (is it using globals??), and I don't know the rules of evaluation for script type=module tags. but the above point...

FWIW both examples in `Other Issues With Do-Blocks` are syntax errors. I also find that your examples tend towards operations better suited for function bodies anyway. ```js // There is...

Could you bring up IPv6 subject names with your contact at zerossl? I've not been able to get past their frontline support agents.

I think combined with the existence of numeric separators, `10_cm` (or whatever symbol, the point being people are warmed up to the idea of not numbers in their numbers) where...

@bakkot is your problem with `return` in a do expression that it uses the return syntax or that the behaviour of return happens?

How does one disable the transparency fading when switching between workspaces? I seem to have set `--fading=false` in the past but now that's an invalid option?