GenericNerdyUsername
GenericNerdyUsername
This seems to have stalled and I need it to be fixed. Whats needed for progress?
the solution seems pretty clear to me, if the user wants idempotent behavior but readonly is implemented, they can just update the lockfile beforehand. If the user wants RO behavior...
What would be the downsides of not writing to the lockfile, other than needing another command beforehand if you want consistent output?
any change on this?
you could implement the ro mechanism without adding another flag by adding a special case for `--lockfile-path`
Would it be possible to do something like ``` nix-shell --run ./ide_launcher.sh & disown exit ``` to put the whole ide in the new environment? Problems I see with this:...
Why do `ratatui::widgets::Paragraph::line_count` and `line_width` return `usize`s when `line_count` takes a `u16`? They also don't take into account paragraphs where `self.block` is `Some`