-
Hi, I'm trying to follow the instruction to implement live editor on my site. Yet when trying the basic code with pure html, I only got the following result.
![image](https://user-images.githubuserco…
-
Are there any plans of upgrading dependencies to React 18?
I have updated my browser app to React 18 and when loading flexlayout-react as an ESM module from https://cdn.skypack.dev/flexlayout-react…
-
When skypack.dev displays a package's README.md, the IDs it generates for the headers aren't always the same as when NPM and GitHub display the same file. If the README provides its own table of conte…
-
Currently, you can use Comlink in Deno through one of the npm CDNs (unpkg, skypack etc). But it’d be nice to be able to import the source from GitHub directly. This currently doesn’t work as TypeScrip…
surma updated
2 years ago
-
Hi. I'm excited about skypack, and started writing something that had being inspectable with *View Source* as one of its main features, but am unable to get it to work.
A simple CodeMirror 6 gets t…
-
Hi, tattali, great bundle!
I put together a demo using the CRUD example (Booking.php), wrapped it in a bootstrap admin theme, and it's available now at
https://calendar-bundle-demo.herokuapp.co…
-
![image](https://user-images.githubusercontent.com/7935416/189181913-3b82d7fc-6e32-4acb-ac63-d9d1295dfdc8.png)
I get the same message in my code - any workarounds??
-
Hi.
I'm trying to use the [Kobalte](https://github.com/kobaltedev/kobalte) lib on a Deno project but I'm getting the next error:
```
error: 'import', and 'export' cannot be used outside of modu…
-
I'm testing this in console
```js
{
const start = performance.now()
import('https://jspm.dev/three/src/Three.js')
.then(m => {const end = performance.now(); console.log('jspm: ', end-start,…
-
This is a fantastic idea and excellent library. Any chance that it might work in Deno scripts?