Jonas Zunker

Results 9 comments of Jonas Zunker

@SergioBenitez Do I get this right, you don't have any plans to add futures as return values for handlers? If so I think that icould be troublesome, because you may...

I'm working on a bootstrap library for Yew right now and stumbled over the same issue. My idea to solve this would be to use `-` as a way to...

Is there a reason to use slices instead of an Array `[T; M]` with an assertion that `M

@agilob I don't know how the tests look, but they are wrong. By definition nullable is false by default(https://swagger.io/specification/)! Yet not setting nullable at all treats nullable as true.

I'd also be interested into this, do you have any public test files in mind to write an implementation against? From reading the Wikipedia page(https://en.wikipedia.org/wiki/Program_database) It seems It's mostly just...

I've been able to implement the `Msf` Trait for `small`/`2.00` files. I'll try to make some test cases and then create a pull request.

You can check it out here: https://github.com/jon-zu/pdb-rs/tree/jz/version2 I've tried It with resym, and It seems to work fine, but since It contains a few more patches from the Vector35 Fork...

> Just to check, is this timing coming from a `--release` build? Yes, I can see later today If I can make a small, reproducible example. I'm making a small...

I've built a small example [here](https://github.com/jon-zu/msi-perf-test). 7z can extract this in a few seconds, It seems the `StreamReader` is slower than 1mb/s. MSI file(~1gb): https://drive.google.com/file/d/1TqfK1UDhhv1pbfKZe0yWDAHZ-_azVsoT/view?usp=drive_link Flamegraph for the example(I've disabled...