dura icon indicating copy to clipboard operation
dura copied to clipboard

You shouldn't ever lose your work if you're using Git

Results 29 dura issues
Sort by recently updated
recently updated
newest added

Resolved through these commands: - `codespell -i3 -w -L crate,ser` - `prettier --write .`

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Added input 'flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) • Updated input...

I'm new to using dura, so I might be doing something wrong. I've had dura running in the background for the last 30min or so (e.g. via `dura serve &`)....

`dura` can't do anything for you if it's not running. How can we ensure that it's started & always running? I'd like `dura` to be nearly invisible after installation. It...

stability

Currently there's no easy way to download and install dura. Once the project comes into the later stages, someone should set up GitHub releases, as well as allowing dura to...

Hi, while looking into adding the 'status' functionality, I received lots of warnings that clap 3.0.x functionality was now deprecated. I have updated Cargo.toml & main.rs to use clap V3.1.6...

I'm brand new here, trying to find some easy way to make my first contribution to a Rust project, so I may be way off base as I am not...

I think it would be very useful to add a `dura status` command. This should probably include whether or not the `dura serve` process is running, and it’s PID; a...

If you have an unignored worktree checked out in a subdirectory of the main working directory of a git repository, Dura will fail to capture any changes (whether by `watch`...