Results 139 comments of Steven Roussey

I guess the first step is to have models have an idea of what their keys are. Not just some idAttribute, though that can be the last part of a...

This works on Chrome, but not Firefox.

Appears to not match documentation.

What does `-fwasm-exceptions` do? Adding or removing that makes no difference, I still end up with ``` wasm-ld: error: /var/folders/74/djsf8lv965l2tkgr29ybpz4h0000gn/T/lib-858918.o: undefined symbol: __cxa_allocate_exception wasm-ld: error: /var/folders/74/djsf8lv965l2tkgr29ybpz4h0000gn/T/lib-858918.o: undefined symbol: __cxa_free_exception wasm-ld:...

That is a great explanation, thank you.

In typescript, the options give an error if you have `callback_function` in options.

So, I made a change that fixes it, but it changes bindings.cpp and I have no idea what other ramifications it might have.

https://github.com/oven-sh/bun/compare/main...sroussey:bun:main

For the keyboard, part I checked the source which does use raw mode: ``` keypress.listen = (options = {}, onKeypress) => { let { stdin } = options; if (!stdin...

I see why it failed. But the more I look the less qualified I feel to fix the enumerable issue. For example, what is `fast` and why is it there?...