Can Rau
Can Rau
Hey Luca, fantastic work, thanks a lot 🙏 I was wondering how you feel about nested layouts and error boundaries or if it's already somehow possible? Nested layouts are great...
## Failing module - **GitHub**: https://github.com/chrisdickinson/raf - **npm**: https://www.npmjs.com/package/raf ```js import { something } from 'https://esm.sh/my_module' export { default as rafPolyfill } from http://esm.sh/[email protected]/polyfill ``` ## Error message After running...
Trying this, as found in the [example](https://github.com/c4spar/deno-cliffy/blob/main/examples/command/sub_commands.ts#L20)s ```ts .command( "db", new Command() .description("add a new database") .arguments("") .command("add ") .option("--no-replication", "Don't set-up replication") .action((opts, name) => console.log({ opts, name })),...
Hey there, would be amazing if support for `.insv` & `.insp` file formats of [Insta360](https://www.insta360.com/) 360˚ cameras could be added 😻 As I understand the `.insv` is some kind of...
PR to #171 Not sure that's the right place?
I made this actually long time ago, yet as the friendly @schickling just gave me access to his [`cuid-cli`](https://www.npmjs.com/package/cuid-cli) package and I could merge my scoped CLI, I thought it...
I've got files & folders with `.ignored.` in the name or ending in `.ignored` I tried all of the following to exclude them ```toml exclude_dir = ["tmp", ".ignored"] exclude_regex =...
I'm passing in a string, which should, according to the readme, calculate a strong etag and setting weak to `false` ```ts await etag.calculate(myString, { weak: false }) ``` Result is...
Trying to install on Debian Bullseye in Docker, getting Tried ``` apt-add-repository ppa:eosrei/fonts ``` & ``` apt-add-repository "http://ppa.launchpad.net/eosrei/fonts/ubuntu disco Release" \ ``` The container is using `FROM node:16-bullseye-slim`