Results 270 comments of João Oliveira

Hi, his is the status of this? I'm using emacs 25.3.1 and `crux-with-region-or-buffer` and `crux-with-region-or-line` are not working, it's related to this?

i am also having this problem, auto complete doesn't work under scss-mode the function which completes is `complete-symbol` yasnippet works though

hi @knsd, i suggested either making them public or write getters and setters, so that there is common way to access structs fields because I have seen both in the...

hi @quininer, `tokio-tungstenite` needs a compat layer similar to the one [used on `tokio-native-tls`](https://github.com/tokio-rs/tls/blob/master/tokio-native-tls/src/lib.rs#L111-L152) as `tungstenite` uses `Read` and `Write` traits directly. It started to use the same trick of...

there's an alpha that in the meantime has become outdated [here](https://github.com/ctz/hyper-rustls/pull/80#issuecomment-528564391), imho we should wait for a new alpha with updated deps that supports Rust 1.39 beta

Hi, and thanks for the interest! Yeah Rust Migrations are currently not supported by `refinery_cli` we would need to parse and compile the rust code in the migrations at runtime...

> I just felt like having to run my software to initialize the tables wasn't good practice why not? it runs once and if it's already migrated `refinery` won't run...

Hi! thanks for your interest, when I started refinery flyway did not offer undo migrations, even if they do now [their opinion on the subject is the same ](https://flywaydb.org/documentation/migrations#important-notes), I...

>Prompt answer, thanks. I assume you had multiple discussions around this topic but, no offense, I'd still like to clarify your/Flyway point of view. No worries, this discussion hasn't been...

Hi, and thanks for starting this. I would suggest `update-schema`?