Max Ammann

Results 332 comments of Max Ammann

> Attached is a zip file, containing the folder structure I used to check that I was correct. > [issues6231.zip](https://github.com/rust-lang/cargo/files/2527512/issues6231.zip) I just experiemented with this example. If you are using...

I'm compiling with the following flags: ```toml rustflags = [ # Enabled unstable APIs from web_sys "--cfg=web_sys_unstable_apis", # Enables features which are required for shared-memory "-C", "target-feature=+atomics,+bulk-memory,+mutable-globals", # Enables the...

For me everything works now, if you want I could provide you with webpack/rust configs.

`.cargo/config.toml` ```toml [build] target = "x86_64-unknown-linux-gnu" [target.wasm32-unknown-unknown] rustflags = [ # Enabled unstable APIs from web_sys "--cfg=web_sys_unstable_apis", # Enables features which are required for shared-memory "-C", "target-feature=+atomics,+bulk-memory,+mutable-globals", # Enables the...

Just saw this for the first time. not sure why it did not happen previously.

Is there already a solution to this?

Hm, I'm not sure how I exactly fixed this, but here is my redux configuration: https://github.com/Integreat/integreat-react-native-app/blob/develop/src/modules/app/createReduxStore.js#L94

I also guess the original author had reasons :)

Feel free to reopen, if you have further questions.

> Hmm, OK, i guess we could keep a section on Mapbox too. Though, I am not sure about upgrading MB to the latest non-FOSS version - note that all...