german gömez

Results 15 comments of german gömez

What do the annotations you had in mind look like? Keep in mind that syn doesn't know about the enum variants when you are parsing the struct fields, it only...

Hey thanks, can you open one or two PRs to discuss further? After looking at your combobox concept I thought of this alternative API to remove the allocation and store...

(I updated a typo in the previous example) Ah... I thought it would be easier to create a static slice of static ImStr :/ At least https://docs.rs/imgui/0.2.1/imgui/struct.ImStr.html#method.from_utf8_with_nul_unchecked would need to...

Is the `minimp3` original C repo (defined here as a submodule) being cloned as well?

~~That file lives in the minimp3 submodule. Is it possible to do a deep clone? I would prefer not to duplicate them.~~

Actually on second thought, if the submodule is to be made optional (#37), I will bundle the test file.

Thanks for the PR. I'm a bit busy lately but soon I will have free time to catch up

Problem with using `VecDeque` is that you cannot get a continuous slice of bytes from it without making an explicit call to `VecDeque::make_contiguous` first. I'm open to having `VecDeque`-backed storage...

> With `clang` building the C parts of it, this should be possible, right? ...right? My knowledge of wasm is limited atm, I *think* (might be completely wrong) `minimp3` (the...

Not from my side As an experiment, maybe it would be worth trying to write wasm-bindgen bindings for this repo: https://github.com/bashi/minimp3-wasm (I just found out about it and haven't tried...