You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the place_id and osm_id can be quite a bit larger than u32. When run on a target with 32bit usize (wasm in this case) parsing the responses starts panicking at these ids.
Please consider changing the integer ids to u64 instead of usize.
The text was updated successfully, but these errors were encountered:
I'm in the middle of something and don't have the time to submit a PR right now, but probably can in a few weeks. There's some other wasm-related changes too.
Both the
place_id
andosm_id
can be quite a bit larger thanu32
. When run on a target with 32bitusize
(wasm in this case) parsing the responses starts panicking at these ids.Please consider changing the integer ids to
u64
instead ofusize
.The text was updated successfully, but these errors were encountered: