Kayo Phoenix
Kayo Phoenix
I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.
I mean that DMA transfer complete is not a same as USART transfer complete. First `TC` appears when physical DMA controller sent last word of data to IO device (i.e....
> The stretch crate is a flex box implementation written in Rust In my experience stretch's API isn't so pretty usable, especially in Rust's trait-driven applications. In particular I had...
Fixed by [#9](/rust-windowing/android-ndk-rs/pull/9)
I found that I runs armv7 binary on aarch64 OS. Despite the fact that it works this may be one of possible source of problems. When I runs my app...
https://github.com/mb64/android-ndk-rs/blob/28afac855f6fa973660718dd7371a2ff5e8f6f10/android-ndk/src/native_activity.rs#L103-L107 It seems the unnecessary reference operator here because clazz already is a pointer. I mean this fragment should looks like: ```rust jni::objects::JObject::from(self.ptr.as_ref().clazz as *const _ as jni::sys::jobject) ```
Hmm... It seems webpack prevent optimizing constants from imported modules.
Thank for explanation. It sounds reasonable but I have some problems related to isomorphic apps. At least I need set content of *meta* nodes and *title*, which varies for different...
Thank you for hints. Despite the title content cannot be set directly to title node on server environment the app still need an isomorphic way to provide it for rendered...
I using rehydrating long time starting from react 0.x and I use it with *snabbdom*-based apps up to now. Of course, the browsers usually doesn't allow us grossamer things like...