Matt Mastracci
Matt Mastracci
The `clock` feature currently pulls in timezone features which pulls in a bunch of crates to deal with timezones (`iana-time-zone`, `android-tz`). Some of these crates pull in system libraries that...
We are likely going to need to create a custom v8::Platform in the long term, so getting a start on this is going to be important. We prototyped mapping C++...
# Description This enhancement focuses on improving the usability of the `http` crate when integrating Rust HTTP libraries with other VM engines, such as V8 (specifically for, but not limited...
### Description Hi all, For some strange reason, our mac arm64 CI started failing as soon as the runners ticked over to 14.4.1. It appears that cURL is unable to...
I'm not sure if the documentation is incorrect, or if the check itself is wrong. The documentation for `hex_decode` states the following: ``` /// The length of dst must be...
Blocked on TLS and deno_kv issues: ``` Caused by: Unknown TLS backend passed to `use_preconfigured_tls` ```
See message in #70
Per conversation with @dweiss in another issue, we should probably have a reader mode where exceptions are more readily thrown for things like type cast exceptions.
We currently offer builds for multiple versions of Linux, but we don't offer builds for Mac.