Results 155 comments of Hexagon

A lot of thanks for your support and this detailed feedback!! I've focused very much on "getting it to work" and never really sat down and looked at the big...

Changes connected to next release are tracked in https://github.com/Hexagon/pup/pull/51

Actually, i agree that `pup run` is a better option... But had to give it a go :) `pup run` is back in it's original form from `1.0.0-rc.19`

Open question; Should an instance have a name? The name could be pup by default, but could be set by passing --name to init or by being specified in pup.json...

Thanks for a great bug report! We will look into this as soon as possible 👍 Please let us know if you find any more clues to what's going on.

:wave: This is a minimal example to auto start a process and restart it on crash - does this work @nCrafts ?: https://github.com/Hexagon/pup/blob/main/docs/src/examples/minimal/pup.jsonc ``` { "processes": [ { "id": "forever",...

Nice! I have not considered Deno's built in watcher, will have to have a look at that. Let's leave this issue open until then 👍

Open a separate issue describing that, and we'll figure it out from there. I have no mac at hand, but signals are handled specifically so it's most probably a Pup...

Has there been any discussions about tags or channels, allowing for something like `deno install jsr:@pup/pup@prerelease` on a per-project basis? `deno install --tag prerelease jsr:@pup/pup` would also be an option....

Hello! Croner works with an internal timer that re-align when at most 30 seconds have passed (see line ~50 of croner.js). If the time shifts while there is less than...