Ryan Leckey

Results 194 comments of Ryan Leckey

I have no intention to do as I no longer use it so but I would accept a PR.

@viktor-ku We are using https://github.com/launchbadge/sqlx/ now (which works fine with actix directly). --- If you'd like to stay on Diesel, there is https://crates.io/crates/async-diesel and https://crates.io/crates/tokio-diesel available now. I'm not sure...

Funny you should mention that. https://docs.rs/redisx/0.0.2/redisx/ Recently for a production use case we needed a redis client that was async; supported both TLS and authentication; and, has a connection pool....

I don't personally use `.resource` in my stuff. Sorry if it doesn't work in that case. Good news is Actix 1.0 natively supports `async fn` and you can toss this...

Can I have some details like: - How many files are open in Project A (switching away from) and Project B (switching to) - How many files in both, period...

> I've seen #95 and I've given project-manager a spin, but what I want is just a quick way of switching workspace, and manually handling projects in project-manager is tedious,...

@trusktr Hmm.. Perhaps the setting is badly worded. It's older and `Project Plus: Save` was added much later. `Project Home` is strictly a filter for the project finder. Normal/default operation...

> For sure. So with the default Project Home option, where does the state get saved (open tabs, panes, cursor location, etc)? @trusktr This package actually doesn't save your state....

I seem to remember a TODO comment indicating this somewhere in the code base at one time (it's not there now). Anyway.. definitely in favor of this. We should rank...

@garretwilson This can definitely be improved. Basically add/remove paths is an atom event that we can listen to in order to update the current project automatically in projects.cson. Atom Project...