Rafael Souza
Rafael Souza
Hi Guys. This fork is updated and working fine on android 13: https://github.com/emoreno-94/react-native-background-geolocation
You need request ACTIVITY_RECOGNITION. This worked for me: https://github.com/dariosalvi78/cordova-plugin-health/issues/178#issuecomment-645937435
@darron1217 Thank you very much for your work. This fork is infinitely more stable than the original. He really seems to have abandoned the idea.
Try install with @next and the maskPlaceholder will work. yarn add react-input-mask@next
Hi! Yes. I think it really was missing in this package. Take a look on my implementation: https://github.com/rafwell/laravel-watermelon/commit/01dd6bf38be0ada2524e116cdd0912434f4e2f0f I'm basing on this https://watermelondb.dev/docs/Sync/Backend#implementing-pull-endpoint who said `6. If migration is not...
Hi! Like you see at #1 this problem is because you are not installing jquery or summernote adequately. This component depend those installations. Here I'm using it in all projects...
Here i'm using vue 3.1, laravel mix 6, jquery 3.6. In my webpack.mix.js jQuery alias is set: ``` mix.webpackConfig({ resolve: { alias: { jQuery: path.resolve(__dirname, 'node_modules/jquery/dist/jquery.js') } }, plugins: [...
Passando pra avisar que este erro persiste na v2.2.3 ``` evolution_api | [Evolution API] v2.2.3 163 - Fri Feb 07 2025 10:31:01 ERROR [unhandledRejection] [object] evolution_api | PrismaClientValidationError: evolution_api |...
Todos os meus problemas relacionados a estes logs foram resolvidos quando eu troquei do mysql para o postgres. Me parece que o postgres é mais usado pela comunidade e o...