adriannsemb
adriannsemb
Hi, I'm linking issue here from: - https://github.com/denoland/deno/issues/28247 as this library contains the implementation of `URLPattern` for deno. --- Deno's `URLPattern.exec(string)` implementation differs from the node polyfill, which is causing...
Hi there, I think it would be great if we could re-add the simple `globalThis.crypto.randomUUID()` as the v4 uuid generation. It currently feels very weird to me that there doesn't...
I get the following error when trying to use `DeviceState` in an async function. ```bash let device_state = Arc::new(DeviceState::new()); | ------------ has type `std::sync::Arc` which is not `Send` ``` This...