Lucas Baumann

Results 9 issues of Lucas Baumann

After seeing the discussion regarding the name "Administrative entity" i've made another commit where it translates to "Autonomous System Name". If you decide to stay with your original name you...

translation

closes https://github.com/becheran/grid/issues/42

Closes https://github.com/becheran/grid/issues/27. Not really happy with with_capacity_panics_vec test as there are multiple panic reasons possible, while i only want to check one, but i don't know enough about rust testing...

After almost giving up, i finally found a design that allows preserving the Metadata of fat pointers outside of the Atomic. Sadly the creation of the unsized type currently requires...

Miri currently reports a race condition in the Collector test. I narrowed it down to `for _ in 0..100 { collector.collect() }` which races with the threads created before that....

This adds a Drop implementation for Collector that tries to not leak memory. If there is a Handle or Allocation of the Collector if will still leak memory as waiting...

Documentation for to_signed_frame and to_float_frame trait methods was in parts swapped. Very small change

Hi, just saw your release announcement, thought i could do this quickly. Where is "excluded" used? I couldn't find it. If you could tell me how i can get to...

translation

I am new to symphonia and have followed mostly the two examples in the symphonia main crate. In both of them every next_packet error leads to a panic. This is...