Jhen-Jie Hong

Results 47 issues of Jhen-Jie Hong

https://gist.github.com/tlrobinson/1e63d15d3e5f33410ef7#gistcomment-1560218 This is a example for put DevTools into separate window, but it cannot apply styles for use inspector monitor. Any plans for use inline styles instead of jss? If...

In our case, we have to handle every `push` on the PR instead of `pull_request`. This PR adds `pr-number`, so we can do like the following workflow: ```yml name: CI...

I have some non-immutable object in state (like routerReducer of `react-router-redux`), when I using `redux-persist-immutable`, it will throw `state.forEach is not function` error. I think we should use `Iterable.isIterable()` to...

This just an __*issue*__ I added the failed test case: (https://travis-ci.org/mulesoft-labs/node-raml-validate/jobs/254185210#L314) Schema: ```js { type: { type: 'string', enum: ['email', 'password'] } } ``` Data: ```js { type: 'email' }...

bug

Related #6 - Update actix to v0.12 - Update actix-rt to v2.5 - Fix some errors during upgrade actix deps

I'm going to upgrade `actix-web` to v4 beta in my project, but it uses the new version of `actix-rt` (v2.5), which means it is not compatible with the current `apalis-core`....

I think it will be better if we can sort tabs by self, it may have props like `draggable` and `onTabsOrderChange`.

It seems [this line](https://github.com/VansonLeung/react-native-jelly-side-menu/blob/master/JellySideMenu.js#L211) will unmount `JellySideMenuSvg`, so `setState` will not work in `JellySideMenuSvg`. ![2016-07-10 9 18 30](https://cloud.githubusercontent.com/assets/3001525/16713791/b0370d66-46e4-11e6-8095-30792383e08e.png)

Provide JSI function for transcribe audio buffer, so we can use library like [react-native-audio-pcm-stream](https://github.com/mybigday/react-native-audio-pcm-stream) or from another source, and we can manage recorded audio samples on JS without writing [platform...

enhancement