Auca Coyan

Results 38 issues of Auca Coyan

The Readme.md is surely a good intro to the library, but I believe a good documentation is in need. Also, it would be awesome if `docstrings` are done in the...

documentation

Hi! I'll track the dependencies here, as many need an update, we have to: first, upgrade the security issues informed by [`cargo-audit`](https://lib.rs/crates/cargo-audit). ``` Scanning Cargo.lock for vulnerabilities (372 crate dependencies)...

needs-triage
dependencies
epic

Hi, I ran a little experiment here, I separated the binary `espanso` into a `src` folder, and all other crates into `crates/` subfolder. I belive this a little more organized....

We already have a `README.md` and a website, we don't need yet another source of truth

bug
documentation

This far from being a problem, but I'm looking deeper in the code every day and found out that the file `espanso/src/exit_code.rs` is a bit weird. It's like... not a...

enhancement

After #1775 and #1779 landed, I only needed to add the lints to clippy so we can check the quality of the code. The problem was that I couldn't found...

Hi! @smeech requested to add these: - [ ] quotes (apostrophe) "\u0027", - [ ] double-quotes "\u0022", - [ ] Form Feed "\u000c", and - [ ] "\t" to `espanso-config/src/config/resolve.rs`

I've been `git bisect`ing and found 2 problems, one, the build of the dpkg with the old ubuntu distro (18.04) is messing with modern debian distributions. It installs with gtk3.0...