Rick Button

Results 33 comments of Rick Button

> There's an enclosing #{/#[, a space after , and :, and double quotes around record keys +1, I was initially thinking that it would output JSON.parse-able `{}` but including...

alternatively, `Record.prototype.groupBy` could return a record and just throw when you try to return a symbol from the callback, although kinda gross

I don't really have a strong opinion on this either way. I can see the argument against allowing adding string properties to a boxed Record, for the same reason that...

It is still possible to opt-in an immutable wrapped Record into a protocol with a Proxy.

this is currently not possible because workspacer marks windows as not-`SHOW_WINDOW` which means that the shell will just entirely ignore them for alt-tab. if we were to do something here,...

Yeah, this is likely because of the way that I am packaging this package. wasm modules must be loaded, and without native support for wasm-es modules the way to load...

@bmeck I don't want to dismiss anything due to lack of prior art, and don't find it problematic as syntax. Since this is largely an argument about ergonomics, I am...

We support computed properties, so we already get the syntactic marker for "free": ```js #{ [3.14]: PI } ```

`3.14` is a weird example because it isn't an array-index-like-key, but in general numbers are ambiguous when the path doesn't already exist at that level, since it could be a...