Jordan Last

Results 193 issues of Jordan Last

I'm running into issues with this repo because the assets aren't built already for me. Now I'm going to have to manually go in and do an npm install and...

I'd like to see an Ethereum address added to the `custom` property of the `FUNDING.yml` file for GitHub Sponsors. This would allow a canonical address to send funds to. For...

As I've been digging into proxying requests to postgres because of large serverless load, I've come to realize that transaction pooling with `node-postgres` does not seem possible for prepared statements....

It would be nice to support ES Modules moving forward :)

enhancement

Have you considered compiling this project to wasm? I imagine it wouldn't be too difficult since you're already using emscripten.

I just want to bring this up and get some preliminary feedback. My project [Azle](https://github.com/demergent-labs/azle) is a TS/JS environment for the Internet Computer, a Wasm environment. It is relatively resource-constrained...

enhancement

I'd love to get feedback on this, especially how I should handle errors and any other idiomatic Rust improvements you'd like me to make (I'm still kind of new to...

This Pull Request fixes/closes #1994 and #1991 and depends on https://github.com/boa-dev/boa/pull/1971. It changes the following: - Adds many primitive conversions, From for JsValue where T are integers - Makes some...

enhancement
API

I think that From should be implemented in boa for as many types as possible for JsValue.

enhancement