Danilo Bargen
Danilo Bargen
It appears that returning `(f32, f32, f32, f32)` or `[f32; 4]` in a `#[wasm_bindgen]` function does not currently work. Would be great if fixed size arrays and tuples (maybe up...
To simplify cache busting, it would be great if there were an option to add e.g. a `profilesSuffix`, analogous to the `profilesPrefix` option (and the same for memoryInitializerPrefix and libfecPrefix)....
When a URL string contains a unicode RTLO (right-to-left override) character, this results in two separate links being generated. Context: https://www.bleepingcomputer.com/news/security/url-rendering-trick-enabled-whatsapp-signal-imessage-phishing/ PoC (screenshot, because GitHub would otherwise show the rest...
Is it possible to integrate dajax/dajaxice with Sentry/Raven? I tried to add a logger, but nothing seems to get sent to my server, even though I triggered an error in...
Currently there seems to be no way to use a module with a name different than `ajax.py` to place the ajax functions into. In a project I'm working on, we...
Are there any plans to port the type annotations from the [typing module](https://docs.python.org/3/library/typing.html) to Micropython?
Hello I'm following your example. It has a signature like this: ```rust pub extern "system" fn Java_HelloWorld_hello(env: JNIEnv, class: JClass, input: JString) -> jstring { ... ``` From looking at...
This doesn't seem to work: ```rust quick_error! { pub(crate) enum FooError { ... } } ``` Would be great to have support for visibility modifiers :slightly_smiling_face:
I've experienced the situation a few times now that the connection would reconnect, but no messages would be received afterwards. (reverse log) ``` Apr 10 01:50:26 sepp smartmail[8637]: INFO 2018-04-09T23:50:26Z:...
I have a project with a lot of integration tests written in Python. These tests run against the main binary. With `--command build` I can launch the test server through...