ThomasCartier
ThomasCartier
Hi, just used the code and I concur, when reading the nodes of a huge pbf file, it would be nice to have a number of parallel reads spread by...
I literally gave it a try and was really happy with the result so far  It's complicated to see through, but yeah, past self collisions which are lacking, the...
The context is random access of accessors, because iterators consume their view. A slice doesn't suffer from this and is more efficient in that case, instead of rebuilding a reader...
@djkoloski > In the meantime, you may be able to get away with a "manual enum" by wrapping an ArchivedU16 and holding a union of your fields. Could you please...
Thanks a lot, I would not have found it by myself honestly.
..or translation files in the asset folder, since it is watched for changes, or a specific directory "translations" that dioxus cli would create..
@jdygert-spok Thank you!
@latot for this specific need: `let b= a.into_iter().map(|x| x * x).collect::();` VScode will show the correct type for b. Not sure if this helps, and pretty sure you knew it...
Same issue here. It appears that the obj data is missing.
I can reproduce.