Results 172 comments of D. Bohdan

That line about "other programs" in the readme needs to explain the issue better. In short, this is operating system behavior, and individual programs do not control it. Redirecting a...

Thanks for the suggestions. Out of those, I think only turbo-flask and flask-wire meet my definition of "liveview" (at the [top of the readme](https://github.com/liveviews/liveviews/blob/395c412d6555e0147742d7231f582333c2002413/README.md) and in https://github.com/liveviews/liveviews/issues/33#issuecomment-2165850238). Please correct me...

I don't plan to implement these features right now. I will keep the issue open as a list of ideas for me and any contributors.

This isn't currently implemented. I'll leave your issue open as a feature request.

I like the idea of (optionally) embedding RustPython. One instance of prior art: [Task](https://github.com/go-task/task) embeds a [cross-platform shell interpreter](https://github.com/mvdan/sh) written in Go. I have not found a POSIX-compatible shell in...

You are right that Python version compatibility is a potential problem. In my opinion, if just embeds Python, it should not include it in the semver public interface. Anything else...

> It would, in fact, be beneficial for the interpreter never be updated except to fix known bugs. This would effectively mean forking RustPython and maintaining the fork. According to...

@runeimp > one of the many problems of adding anything to just is that it is often used in CI/CD systems. So features can be added but they shouldn't change...

Great! I have closed my PR in favor of @leahneukirchen's.