Adam Gregory

Results 49 comments of Adam Gregory

Hi, I wanted to be able to optionally run my Dash application with the look & feel of a native application (not necessarily frozen into an executable), and came across...

@LukeDev42 No, I just run it as a script. AFAIK there no reason it wouldn't be compatible with PyInstaller though. Let me know if you have any success!

I think there is a problem if the project's import map uses both `npm:` and `https:` specifiers. `deno vendor` creates an import map for the https imports only. If you...

Am I right in thinking the same issue applies to JSR dependencies? If so, will the byonm workaround work for those until this is addressed?

> Awesome, this is great! Thanks for opening a PR 👍 Let's add a test case and then it's ready to be merged Hi @marvinhagemeister I've tried adding a simple...

TLDR: The feature works fine, but unit tests require a newer version of Puppeteer, which is not easily available. Fresh uses a Deno fork of Puppeteer version 16.2.0 from deno.land/x...

@marvinhagemeister as a quick fix I could add the submitter name&value manually to the `formData` instead of depending on the constructor to do it? EDIT: I've added a commit to...

Hi @marvinhagemeister is this OK? I'm not a fan of adding the form data manually, but it has the same effect and seems to be the only way to make...

Is there a risk that the suggested approach will cause problems by introducing duplicate versions of Preact? I think you might have to be careful to include the same version...

@marvinhagemeister are you sure about the "only to be used inside an island" caveat? I've been rendering some components imported this way on the server with no problems. Might it...