ioB
ioB
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
Thanks! I should have tried that earlier
14 replies
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
🙏
14 replies
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
would love to see your setup
14 replies
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
I write to the filesystem outside of the included reproduction
14 replies
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
No description
14 replies
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
cc @marvinh. if you could give some guidance when you get the chance
14 replies
DDeno
Created by ioB on 2/16/2025 in #help
Help compiling preact
test html page for fun:
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
<script src="./out.js" type="text/javascript"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
<script src="./out.js" type="text/javascript"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>
14 replies
DDeno
Created by Octal! on 12/19/2024 in #help
deno_ast 1:1 token location mapping
Ah, I just saw the title of the question, I don't think deno ast supports this (because the underlying parser doesn't)
3 replies
DDeno
Created by Octal! on 12/19/2024 in #help
deno_ast 1:1 token location mapping
3 replies
DDeno
Created by wedmaniac on 11/27/2024 in #help
Loop Detected in Deno Deploy
either one works
11 replies
DDeno
Created by wedmaniac on 11/27/2024 in #help
Loop Detected in Deno Deploy
You can't make a call to yourself. Instead of doing that, just call the function manually.
11 replies
DDeno
Created by FutureLights on 10/19/2024 in #help
Deno Compile Exe doesn't run
drivelist uses napi. I don't believe this is supported quite yet in deno compile. I found this open issue: https://github.com/denoland/deno/issues/23266. cc @divy
6 replies
DDeno
Created by lowercasebtw on 9/21/2024 in #help
Stupid Broken Pipe
can you share code
19 replies
DDeno
Created by Phatso on 8/12/2024 in #help
Importing local files (streaming large JSON files)
Could you share your code
6 replies
DDeno
Created by Bhaumin on 7/29/2024 in #help
Please help to run puppeteer with deno?
If you're looking for a deno-native browser automation solution, that's what I would recommend (I also happen to be the author of the library so I have a bit of bias here).
23 replies
DDeno
Created by Bhaumin on 7/29/2024 in #help
Please help to run puppeteer with deno?
https://github.com/lino-levan/astral/issues/84 created this issue for webdriver bidi if you want to follow it
23 replies
DDeno
Created by Bhaumin on 7/29/2024 in #help
Please help to run puppeteer with deno?
already landed in main, I don't believe I've cut a release yet
23 replies
DDeno
Created by Bhaumin on 7/29/2024 in #help
Please help to run puppeteer with deno?
23 replies
DDeno
Created by Bhaumin on 7/29/2024 in #help
Please help to run puppeteer with deno?
I will create an issue to have a better error message (one with commands to run)
23 replies
DDeno
Created by Bhaumin on 7/29/2024 in #help
Please help to run puppeteer with deno?
it looks like you're missing some system dependencies, were you trying to do this within docker or something?
23 replies