Shea Levy
Shea Levy
@brendanhay Any thoughts on this?
It's actually not clear to me why we'd need the flag. It seems clear from context that any server *should* be ready for both changing POST to GET and keeping...
Also hitting this here
Are we using `flushEventLog` here now?
Is https://gitlab.haskell.org/ghc/ghc/-/wikis/event-log/live-monitoring usable?
Ah, I see, thanks! I'm realizing now that my use cases are a bit different... I'm basically interested in capability-esque use cases where the dirfd is trusted but the user...
FWIW, for now I'm leaning heavily in the direction of RST for https://github.com/nix-community/flake.nix/issues/2 . It covers the common cases really nicely but has facilities for arbitrarily rich semantics layered on...
Yeah, in domains where markdown is adequate (which probably holds for the vast majority of docstrings) it's probably the best choice. Good luck to the brave soul who wants to...
@tazjin Yeah, sorry to muddy the waters here. Was just noting that because it collides with nix-community/flake.nix#2
One possible design tweak would be something like `:override-if-satisfies`. So if `P` has `foo-0.1.0.0` and `foo-0.1.1.0`, then any package with `:override-if-satisfies` on `P` would take `foo` from `P` if `0.1.0.0`...