Ryan Dahl

Results 128 comments of Ryan Dahl

Deno.openSync is not supported in Deploy.

Can you describe the use case more? Generally we’re not keen on adding insecure carve outs like this.

Yes, we want to do this. We are researching support for cron jobs and/or background workers. But no estimate yet of when this will be supported.

There's no need to bundle for Deploy. You can use imports. That said, you can use esbuild-wasm inside of deploy for bundling frontend javascript. The fresh framework, for example, uses...

The only problem with this idea is that there's no rain in the my mock up : )

https://deno.land/x/redis/redis.ts https://deno.land/x/amqp/amqp.ts https://deno.land/x/oak/mod.ts https://deno.land/std/archive/tar.ts https://deno.land/std/node/module.ts

Are there some non-deno.land links we could use too? Maybe a pure browser module?

@MayaLekova Thank you for the reply and asking around for us. Yes, if necessary, we can float the revert patch - but that causes other complications.

I'll float the revert in this branch https://github.com/denoland/v8/commits/9.2-lkgr-revert-7f9d7f0 This is not a sustainable solution - but will work for the time being https://github.com/denoland/rusty_v8/pull/700