Ossi Herrala

Results 19 comments of Ossi Herrala

I think this is same issue I have reported to @netvl privately. The function where integer overflow (and panic) occurs is https://github.com/netvl/xml-rs/blob/9c82a7664520e9c54996aefefed48014ca5cc4f6/src/reader/lexer.rs#L483-L491 where with certain input file (hex dump below),...

I'm not against this proposal. It could eliminate a lot of noise and would be good for many users. However, I really want to know if anything in my tree...

tokio 0.3 has been released and it includes mio 0.7. Updating tokio (and mio) might help fix issue.

I came here because [`cargo-careful`](https://crates.io/crates/cargo-careful) (nice tool!) warns about uninitialized memory and this crate is the user of `itoa 0.4.8`: ``` panicked at 'attempted to leave type `[u8; 40]` uninitialized,...

@dcsommer Borrowing this issue to advertise my crate which is extension to untrusted: https://crates.io/crates/untrustended It contains a trait to extend untrusted's `Reader` with many new methods. I'm using it for...

@dcsommer Yeah, you are right. I think I benchmarked the PR to be faster than `untrustended`'s way. There's no reason not to do the same thing with `untrustended` and if...

There's open issue and PR in `tiny_http`: * https://github.com/tiny-http/tiny-http/issues/144 * https://github.com/tiny-http/tiny-http/pull/151

This has been fixed in `tiny_http` (https://github.com/tiny-http/tiny-http/pull/151) and released as version 0.7.0: [CHANGELOG](https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md#070). PR #231 updates rouille's tiny_http version to 0.7.0. Merging that and releasing new rouille should fix this...

@icorderi there is also issue about this panic in rls repo: https://github.com/rust-lang-nursery/rls/issues/263

@nox is there some specific problem you are encountering? I have been happily using workspaces in vscode-rust for quite some time already.