Daniel Gustaw

Results 4 comments of Daniel Gustaw

I had similar problem with this tech stack. I was delighted by `nexus framework`, but too frequent name changes and abandonment of framework discouraged me. In my opinion best indicator...

I think that 8.0 is rather bad name for version because of in "@elastic/elasticsearch": we have "^7.15.0", that shows compatibility with this version of elastic search. Please add compatiblity table.

``` node --version v16.13.2 npm --version 8.1.2 ``` Hangs on install during "reify:nan" in "reify:audit" after these lines ``` npm http fetch GET 200 https://registry.npmjs.org/vue-loader 246ms (cache hit) npm timing...

To hide this warning ``` import {LogBox} from 'react-native'; LogBox.ignoreLogs(['Animated.event now requires a second argument for options']); ``` Context: By default there is used `{nativeDriver: false}` so our code will...