Stephan Seidt
Stephan Seidt
Note: Color support & something like wdiff would be awesome. I really think spending more effort on this probably only makes sense if split into its own project so other's...
@klipstein YOU BREAK IT YOU FIX IT!
It could do sth like: ``` $ syntux Meh: No syntux.json found and no arguments provided. ```
I lol'ed, but how about ASCII rageface?
Ok, here's my personal reasoning: Because `syntux` is a program which modifies files we might want to disable the implicit path = current dir behavior. Let's compare this with *nix:...
Might as well make this an stdin to stdout mode.
+1 Can we detect how syntux_cli is being used from the outside? Thinking "pipe vs repl mode".
Much over-engineered: ``` python import logfire import pytest org_name = "your-org" project_name = "your-project" service_name = "your-service" logfire.configure( console=False, show_summary=False, send_to_logfire=True, service_name=service_name, ) def pytest_collection(session: pytest.Session): session.stash["session_span"] = logfire.span("test session")...
wasn't meant as criticism, your comment actually got me started on the path to writing the above snippet from scratch all morning 😇 has someone more talented made a proper...
> On my end, I had uninstalled `nix` from `nixos` and installed it again from determinate. > >  same here! my nix install got borked and i got curious,...