bitlab
bitlab
I'm evaluating Publii, and I'm very interested in this feature. @cristian-milea option n.1 seem the right choose for SEO, but it's not easy for maintenance. Any eta for this feat.?...
@DaniAkash PR created, #7 Now we can use the editor with HTML or Markdown source code.
currently expo ship with a bare workflow, alternatively app bootstrapped with react-native cli can easy install `unimodules` so (imho) use the expo `ImageManipulator` it's a good idea or you can...
same with RN 0.59.10 and xcode 12.1
same issue here template bare-minimum
more info about my issue, hoping it helps `yarn create expo-app --template bare-minimum` `cd newapp` `yarn android` Work fine, build ok and emulator start correctly To use typescript i've followed...
> just create a project not long ago and had that problem.....solved it by doing this rm -rf node_modules && rm -rf yarn.lock && yarn install && yarn run android.........
Solved, but i'm very confused about it. Just tried to change: `"main": "index.js"` with `"main": "index.ts"` into `package.json` and now work fine. I not able to understand how this can...
same error here, with `update`. `posteresti-js` v1.7.2
After investigating we notice that the problem was a computed field (in the select) that returns `null`. Rewrite `.select('*, computed_field')` into `.select('*, computed_field(*)')` solve the issue for us. @vladgardus check...