Moritz Borcherding

Results 25 issues of Moritz Borcherding

Hi, just reopening the issue from the sctp crate as requested. Original text: While fuzzing `src::packet::Packet::unmarshal` a lot of panics have shown their face. The common theme seems to be...

bug
subcrate:sctp

* [ ] Maybe resumable decoding #41 I think the encoding stuff and the new decode_all justify postponing a 1.0 release

The zstd binary was conceived as a showcase of the library but it could be useful to mimic the cli interface of the original zstd tool as close as possible...

good first issue

#82 brought to light that variants are not very userfriendly * Either `get()` could check if the next value is a variant and do "the right thing" but I'll have...

It's me again doing weird stuff with this crate :) This is possibly related to #308 The most minimal example I could come up with is an offer with two...

bug

Hi, So this is a bit of a weird case. I have an offer SDP looking like this (abbreviated) ```markdown ... (session level stuff) m=audio 9 UDP/TLS/RTP/SAVPF 111 0 8...

bug
subcrate:sdp

As mentioned in #106 having a Hasher and BuildHasher impl could be useful. What do you think @akhilles?

## Describe the solution you'd like This is a feature of vscode that I think all editors with a builtin file tree viewer should have: Visually integrate the status of...

C-feature
A-ui

Removing the checks for too large requests (> 56 bits) on a reversed bitreader allows for a whole bunch of error handling in hot loops to be removed which leads...

The crc crate has released finally released a new version featuring an improved algorithm that greatly increases performance. The new algorithm uses a few Kb more of lookup tables which...