v1rtl
v1rtl
would be nice for low-http-server to have type declarations (In a `index.d.ts` file) for better editor support
Would be great for this package to have Deno support. At the moment the main blocker is this: ``` error: Uncaught ReferenceError: require is not defined at https://cdn.esm.sh/v41/[email protected]/deno/node-gyp-build.js:2:952 ``` some...
When putting ```json "content_scripts": [ { "matches": ["*"], "js": "content_url.ts" } ] ``` inside a manifest.json I get this error: ``` ➜ yarn dev yarn run v1.21.1 $ parcel -p...
Link: https://rsms.me/inter/ I currently have to use this (or inter-ui package), but it is not cool: ``` @import url('https://rsms.me/inter/inter.css'); html { font-family: 'Inter', sans-serif; } @supports (font-variation-settings: normal) { html...
The link to Awesome Node.js returns 404 because there's a newer list. This PR fixes the link. https://github.com/sindresorhus/awesome-nodejs
[](https://issuehunt.io/r/deno-libs/ipfs/issues/3) ref: https://github.com/ipfs/js-ipfs/blob/f11220e00a12afed5ebbbd8b4c5134595aea735d/packages/ipfs-http-client/src/add-all.js docs: https://docs.ipfs.io/reference/http/api/#api-v0-add should be something like this: ```ts async addAll({ files, pin }: { files: (string | { path: string; content: string; mtime: string })[]; pin?: boolean...
Need to port from https://github.com/ipfs-shipyard/js-ipfs-http-client-lite/tree/master/test
I'm not good at async iterators and I want to simplify that method but not sure how yet. Anyone is welcome to PR.
First of all, thanks for creating OpenChakra! I'm using it right now and it feels nice. Although, I have a small suggestion to editor UX. Right now I can only...
This would be a cool feature because most of the js physics libraries have it. Maybe we could have a special prop, e.g. `dnd={true}` for both `World` in case we...