-
Just doing some reading about Node.js related I just discovered that the original Node.js modules are now referred to as .cjs (using require and module.export syntax) is OLD and with recent ECMA scrip…
-
I have an Azure Function that is running in Linux (Consumption plan). I have also enabled `SCM_DO_BUILD_DURING_DEPLOYMENT` by setting its value to `true` in my environment variables. The Function app …
-
### Specification
While we have some isomorphism working to some degree, we're still running into issues with the deployed version of PKE. Otherwise it currently works when hosting locally.
The main…
-
[Playwright](https://playwright.dev/) support would be nice.
Currently I'm using:
```nix
inputs = {
nix-playwright-browsers.url = "github:voidus/nix-playwright-browsers";
nix-playwr…
-
Hi there,
Apologies if I'm polluting your issues, but just wanted to put this here in case it helps someone else, as I came looking here first as we use your library.
Redeployed our code today a…
-
### Version
```
System:
OS: macOS 15.1
CPU: (12) arm64 Apple M2 Max
Memory: 142.00 MB / 32.00 GB
Shell: 3.7.1 - /opt/homebrew/bin/fish
Browsers:
Chrome: 130.0.6723.70
Safa…
-
Wondering...
-
Hey hey 👋
Love this module, but it relies in `node:crypto` which is not available in edge environments or browser.
Here's a version which uses the [web crypto API](https://developer.mozilla.org…
-
- Continuation of #1
- Target of the RFC: Change #5 to set our Node version to the currently active LTS.
The argumentation in #1 had its point in unifying the Node version, making it easier to mainta…
-
### Reproduction
I'm doing a redirect in a AuthLayout (AuthLayout.tsx) according if session is true/false
And when navigating to /login I have a 404 error
Small reproduction : https://github.co…