Steven Roose

Results 245 comments of Steven Roose

But that doesn't take away the utility of using PGP identities for crev, though.

Is this plugin maintained? It doesn't work for me and I don't see any activity..

Ok, will try! What's easiest way to do that to avoid having to clear my entire vim directory. Is there a cmd line flag on neovim that allows me to...

Ah, solved it by moving the `[patch]` section from a sub-Cargo.toml file into the root Cargo.toml file. So deoplete should be able to handle that warning message.

So I created a branch in which I added the lifetimes that should be added to the API in order to be correct. And it breaks borrowck atm, so I'm...

I'm thinking this might be a problem in Rust's `Cow` implementation or even some trait definitions. Both `AsRef`, `Borrow` and `Deref` return references with a lifetime equal to the lifetime...

So I'm starting to also convert the `decode` functionality, because it suffers from the same problem. Though when doing multiple conversions that are free on `&[u8]` on a `Cow` seem...

@renatolond ah so in a self-hosted instance it would be possible?

Then perhaps have a config setting "allow linking from twitter" and in case it's false, grey out the checkbox in the web page with the explanation that the instance disabled...

Doing this would probably have avoided bug https://github.com/tafia/quick-xml/issues/332, f.e. as that is an example where `'a` is used and it looks like it refers to the "god slice" lifetime, but...