Jinxuan Zhu

Results 12 issues of Jinxuan Zhu

Hi, this package works perfect in my laptop. I can hardly image a better coding experience. However, it seems there is a small thing not working well. When I search...

Hi, it is about a bug we found in psysh https://github.com/bobthecow/psysh/issues/543; It seems that, in php 7.3 and php7.2, the following syntax is not legal: ``` $a = [1,,]; ```...

Fix https://github.com/final-form/react-final-form/issues/809 In this PR, I delay the first onChange call to the `React.useEffect`, I think it shall fix the problem of updating while rendering.

Example: in this project, ``` cd tests/library snack ghci ``` will create an warning as ``` snack/tests/library/src/FooBar.hs:3:1: error: Could not find module ‘Conduit’ Perhaps you haven't installed the "dyn" libraries...

``` snack run -p package.yaml -- '--version' ``` cannot be parsed, with error as ``` Invalid option `--version' Usage: snack [-l|--lib DIR] ([-s|--snack-nix PATH] | [--no-snack-nix]) [-j|--jobs INT] [-p|--package-file PATH]...

Is there a special reason of using string in Snack.hs and avoid using OverloadedString extension? I can make a PR if you like to replace them with Text.

Recently I am working on https://github.com/haskell-graphql/graphql-api/pull/205, and I find that I have to manually add `_` everywhere for adding position infomation. And we can see quite a lot repetitive code...

enhancement

Hi, I am thinking about submitting a PR for react-v16's 1. React.createClass is deprecated. 2. `import t from 'prop-types'` 3. Add eslint and prettier config But it seems this package...

1. We shall have function `merge(first, second)` 2. We shall split rules into `mergeFront`, `mergeEnd`, `insertBetween` and use (range, fragment) as return; and normalize the range between rules.

1. Use slate-edit-table to support child blocks in table; drop slate-bad-table . 2. Write slate-table-align as a plugin to deal with table alignments 3. Drop slate-text-table. Do not differentiate 4....