-
### Bug description
```sh
$ quarto render posts/2024-11-11-random/index.qmd
[1/2] posts/2024-11-11-random/index.qmd
[2/2] index.qmd
ERROR: InvalidCharacterError: The string to be encoded contains ch…
-
EDIT: The goal here is to have dynamic word bubbles near a character on the lower right side of an OBS scene to broadcast messages to the viewer. The tail will always be to the right and point to a s…
-
tsup builds on top of esbuild (so it's SUPER fast) + emits type dec files + iife format
- resolve type dec imports? (for deno? or just use skypack)
- follow recs on package export field: https://d…
-
As I understand, Skypack was maintained by the Snowpack team.
Since Snowpack is no longer being actively maintained, is Skypack also not actively maintained?
I don't see recent issues being closed.
-
Trying to import `web3.storage` from skypack like so:
```html
import { Web3Storage } from 'https://cdn.skypack.dev/web3.storage'
```
fails with:
```
Uncaught TypeError: null has no prope…
-
```html
import React from 'https://cdn.skypack.dev/react@17.0.2';
import ReactDOM from 'https://cdn.skypack.dev/react-dom@17.0.2';
import TextField from 'h…
-
Running the following script results in type errors when using [Deno](https://deno.land/):
`echo 'import plist from "https://cdn.skypack.dev/simple-plist@1.3.1?dts"' | deno run -`
https://github…
-
While attempting to replicate the shape drawing example here:
https://openlayers.org/en/latest/examples/draw-shapes.html
This import statement:
import {OSM, Vector as VectorSource} from 'http…
-
This report appears specific to using (either of) skypack or esm.sh to get a ES6 module version of ajv. I see the issue in both Deno v1.16.4 and Chrome 96.0.4664.110 (on OS X, though I doubt that matt…
-
The following error occurs when defining`.spectral.js` in a project repo which would extend a ruleset from a **private** NPM package (in this case `@team-supercharge/oasg/ruleset`)
```js
import oa…