Youngjae Ji

Results 33 comments of Youngjae Ji

https://github.com/agoldis/react-native-mlkit-ocr/pull/39 this could possibly related.

Try to set the key like this. This worked for me. ``` ExpandableNotifier( key: UniqueKey(), controller: ExpandableController( initialExpanded: true, ), child: ScrollOnExpand( ```

I've tried it on my old macbook x86 processor and it worked just fine. I believe this is related to architecture that libs are built for. So let me know...

``` ~/projects/1/code/code   main  firebase --version 13.1.0 ~/projects/1/code/code   main  node -v v18.19.0 ~/projects/1/code/code   main  ```

try node 16. ~~It seems cli does not work well with 18 yet.~~ I could be wrong. also try this `instead of localhost` ``` schema: 'http://0.0.0.0:7021/graphql', ```

Then, would it be possible that deployed graphql server has no `IntrospectionQuery` enabled? Often times, it's disabled when it's deployed on remote servers (mostly for the production) Were you able...

I think you can do this with `dst` or `cst` positioning the cursor is essential to this.

Hi, In my understanding, you can just deploy the repository to heroku after build it. `https://devcenter.heroku.com/articles/nodejs-support` as you can see there, you should NODE_ENV set to 'build' (default is 'production'...

when I apply height and width, it keeps the ratio and takes the smallest to fit. Is it how it is supposed to work?

I have similar issue. I am trying to set 'cache-and-network' for lazy query and getting null from response for the second request. I've tried to set client config ``` defaultOptions:...