drmrbrewer

Results 108 comments of drmrbrewer

@githubsaturn I notice that I have a `/captain/data/letencrypt/etc/archive` folder. Within that are further folders, one each for a whole bunch of subdomains I've ever used in CapRover, and within those...

OK thanks, looks like it's safest to leave that one alone.

Thanks for considering. It would even be useful just to cancel the existing `setTimeout()` (which is I assume what is presently possible via `req.clearTimeout()`) and re-start a new `setTimeout()` using...

I'm finding this with performance tracing for my node.js (with express) application (set up as per [this guide](https://docs.sentry.io/platforms/node/guides/express/)): ![image](https://user-images.githubusercontent.com/9009792/151662315-ae463ffa-7c96-400f-bf53-cf0239db838e.png) It's incredibly frustrating, when the only bit that isn't performing as...

@githubsaturn have just discovered Sentry (NewRelic seems to be falling behind, particular re support for ESM) and it seems pretty good. Was excited to see a one-click app in CapRover...

Given my experience in the issue linked above, perhaps it will be tricky to implement this as a one-click app in CapRover, because it requires deploying the Sentry installation (multiple...

@AsuScholar did you find a solution? I'm facing the same problem when trying to use node `16.13.0`.

FWIW I overcame this problem by basing my Dockerfile on an Ubuntu image rather than a Node image, i.e. using `FROM ubuntu:20.04` rather than `FROM node:16.13.0`... and installing Node separately...

What's the status of this feature? (I'm not too familiar with the way changes are progressed in a library such as this.) I'd love to see these functions implemented, not...

Thanks for the info! > After gridding data into blocks of 5x5km blocks, each block either has data or it has no data So I guess this would be a...