Joonas Koivunen

Results 155 comments of Joonas Koivunen

I have used this crate in my private database project a ~while~ some years back and sometimes I get back to this issue, as it was the one thing I...

I think I might be hit by the same issue and I have stayed on a rather old version of alacritty because of this (24c32dc). I don't think I can...

An alternative I cooked up from the original description: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=2b642a9a0b8747fe59e9190cc273810c or with some fixed typos and added deref and derefmut in [rs-ipfs/rust-ipfs/.../http/src/v0/support/serdesupport.rs](https://github.com/rs-ipfs/rust-ipfs/blob/f75af14d3f61fea3bde06202592cc2c2a29a2232/http/src/v0/support/serdesupport.rs) which might be of interest to someone. Apologies...

Thanks for this, I'll figure out what's wrong with string escaping first in another PR.

@amousset apologies, could you first refresh your `master` branch, then do a `git rebase --signoff master` and force-push? There's a repo requirement for signed off commits.

This looks like a transient network error; there should be nothing wrong with the file.

As I already commented on the 667, we need a way to start marking the commits with breaking changes. I suggest [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) with `!` in the scope and `BREAKING...

> > interledger_stream::crypto: Error decrypting Unspecified > > Can you look into what's causing that? That's a very unhelpful error, but there should be an error logged if there is...

@Shaun-Regenbaum if you are still interested, I added a few good-first-issues which include more or less straightforward bug fixing based on discoved examples in #705.

I must've been using lld as well (per default in my cargo config). It is faster, but do know that `gdb` will have issues with the result.