-
Hi!
I'm trying to implement file encryption using one of your algorithms. (in this case ml_dsa65, the example on your website.)
```ts
import { ml_dsa44, ml_dsa65 as algo, ml_dsa87 } from "npm:@no…
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't con…
-
I'm trying to use the sentry middleware, with a strict typescript hono project.
See the project at https://github.com/flathub-infra/website/pull/2736 for reference
```
yarn build …
-
### Observed behavior
My DNS is apparently resolving connect.ngs.global to ::ffff:35.234.43.228. It is a valid IPv6 address that maps to an IPv4 address. However, while trying to connect to it I get …
-
I keep running into a "Could not locate the repository" error when following the instructions at https://nextjs.org/learn/basics/create-nextjs-app/setup
```
npx: installed 1 in 2.349s
Could not l…
-
hello, thank you for your great work.
Seems like the proj in VDRImageEncoder isn't being updated? I don't think I saw anywhere where proj would be updated. And I also didn't see where embed(train=Tru…
-
## CVE-2017-0247 - High Severity Vulnerability
Vulnerable Libraries - system.text.encodings.web.4.5.0.nupkg, microsoft.aspnetcore.mvc.webapicompatshim.2.1.0.nupkg
system.text.encodings.web.4.5.0.nu…
-
When we have a reporter running on nodejs and an observer running on browser we have problems related with the Mutual Authentication.
We found some possible causes and all need to be fixed:
- th…
-
To help the Golang users, add sample code for token generation as we have for the other languages over [here](https://www.100ms.live/docs/get-started/v2/get-started/security-and-tokens)
-
Hi!
Is it expected that it's not possible to `get()` values bigger than 333MB?
It **is** possible to fetch with `getBinary()`.
Thank you!