Nicholas Berlette
Nicholas Berlette
https://github.com/importantimport/urara/blob/b5520f925fea031fc04d672dbb2f8a40fcddf48d/urara.js#L86-L96 I noticed that pre-existing folders in the routes directory are blown away by the `urara.clean` function, as you can see in the section of code highlighted above. Urara apparently...
Hey everybody, quick little issue here. While setting up a SvelteKit project today I needed to refer to the docs (honestly I **still** cannot remember if it's `svelte-preprocess-windicss` or `svelte-windicss-preprocess`....
- fixed a typo or two - added specifiers to redirects error messages - some other minor edits for better consistency with grammar/style
Good morning fellow Denozins! This is an issue I've been running into for quite a while now, sorry for not reporting it earlier. I'm unable to deploy from a URL...
When trying to view [docs for a third-party module](https://doc.deno.land/https://deno.land/x/[email protected]/mod.ts), I encounter a "Bad Request" error referencing various dependencies of the module. Refreshing the page displays a different dependency each time,...
### Description The current `config.cdnEntry` URL uses `cdn.jsdelivr.net/gh` to source iconify JSON data. I discovered that when using icons from a particularly large set, such as [noto](https://cdn.jsdelivr.net/gh/iconify/icon-sets/json/noto.json), there's apparently a...
### Describe the bug The noto iconset is apparently too large for jsdelivr, and the extension is throwing a 403 forbidden error whenever I've used it in my code: I...
The official [`schema.json` file (0.3.10)](https://x.nest.land/[email protected]/src/schema.json) lists the properties `bump` and `checkAll`. However, on the [**docs.nest.land** page](https://docs.nest.land/eggs/configuration) neither of those fields are mentioned. The documentation instructs us to use [`releaseType`](https://docs.nest.land/eggs/configuration#releasetype) and...
## Background Information ### Environment - **Deno Version:** v1.40.4+d2477f7 - **Operating System:** macOS Sonoma 14.2 - **Other relevant details:** Legacy Decorators are disabled ### Bug Description When a class with...
I'm running the latest canary build of v1.40.4. When I click on a built-in symbol such as `WritableStream`, the link that _should_ take me to [the correct page](https://deno.land/[email protected]?s=WritableStream) in the...