Sơn Trần-Nguyễn
Sơn Trần-Nguyễn
Probably okay to simply replace "vs" to "vs." since it's a common word.
There is a case in which a schema does not have its own primary key. Instead, it uses two secondary indices as key. For example: ```ts export const Edge =...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** - The user chooses to insert an image through Image plugin. Let's say...
None of the distributed modules can be used in Cloudflare Workers, due to the usage of Node.js specific modules like `path` and `fs` without `node:` prefix. Would it be possible...
**Describe the bug** The library uses a couple Node.js built-in modules like `fs`, `events`, `net`, `tls`, `stream` and `path`. It would be great if their imports have `node:` prefix. The...
With the following `test.file`: ```text [&_*]:foobar "[&_*]:foobar" ``` With actual `sed` on macOS: ```shell $ sed 's/\[\([^\&]*\)\&/\[\1\&/g' test.file [&_*]:foobar "[&_*]:foobar" ``` With `shx sed`: ```shell npx shx sed 's/\[\([^\&]*\)\&/\[\1\&/g' test.txt...
**What version of Tailwind CSS are you using?** `tailwindcss v4.0.0-alpha.20` **What build tool (or framework if it abstracts the build tool) are you using?** `@tailwindcss/cli v4.0.0-alpha.20` **What version of Node.js...
**What version of Tailwind CSS are you using?** For example: v4.1.7 **What build tool (or framework if it abstracts the build tool) are you using?** `@tailwindcss/[email protected]` **What version of Node.js...
Please publish the WASM/JS API as a package on NPM. Looks like somebody already registered the [`lol-html`](https://www.npmjs.com/package/lol-html) name with a fork, but keeping this repo's information, making it hard to...
Hello, I came from `@wp-now/wp-now` where it auto detects my project structure and runs in `wp-content` mode. Seeing that `@wp-now/wp-now` is being deprecated, I switched to `@wp-playground/[email protected]`. To get back...