Ben Noordhuis

Results 935 comments of Ben Noordhuis

Persistent storage is something we want to add eventually (it's on my personal todo list) but there's no ETA, it's a Hard Problem.

It's mentioned on the https://deno.com/deploy/docs/pricing-and-limits page: > Isolate: an instance of your deployment running in any one of the available regions. Isolates are created and destroyed on demand based on...

Thanks for the feedback! `install` and `periodicSync` are on our roadmap. W.r.t. your other points, can you elaborate what for you the use cases are for: 1. The `activate` event....

Can you give an example of such an API or describe your use case in more detail? Contact me at [email protected] if it's confidential. As expectation management: it'd be a...

> Opening icudt60l-brkiter and then falling back to icudt60l is exactly the right and normal behavior. Okay, but what confounds me is that the gyp build doesn't even try to...

@srl295 Were you able to reproduce?

Interesting... what OS and cmake version is that?

Thanks, I'll take a look.

@DjDeveloperr I can maybe help out getting it to work on Deploy. Can you give a rough estimate of deno-canvas's CPU and memory requirements under normal conditions? I had a...

> But what signals indicate a kill? If `signal != null` in `proc.on('exit', (code, signal) => { /* ... */ })`, then that's the signal that terminated the process. If...