Maciek Niemczyk

Results 17 comments of Maciek Niemczyk

Hi Papaass I gave it a shot and tried to rebase the project to the current react-native-camera state, so It could fit into current react environment. However there should still...

I'm also just a user and a little confused, isn't it the v3 approach? Is it still valid for v4? And there are no real examples for working with v4...

I have the same issue. In version 4.22.0 there is no dedicated -rn package any more so I tried using both `import {containerBootstrap} from '@nlpjs/core-loader';` and `import {containerBootstrap} from '@nlpjs/core';`...

Same here: ``` │ Error: local-exec provisioner error │ │ with module.transform-rolling-continuous-intraday-forecast.module.lambda.null_resource.archive[0], │ on .terraform\modules\transform-rolling-continuous-intraday-forecast.lambda\package.tf line 67, in resource "null_resource" "archive": │ 67: provisioner "local-exec" { │ │ Error running...

Any news? > // submitForm and validateForm are Formik's submitForm and validateForm >function fixedSubmitForm({ submitForm, validateForm }) { ... was till now the only way to submit a form from...

you will probably provide an alternative auth method like this: `python fetch_data.py users some_twitter_handle --auth oauth2-bearer`

In my case it was the order of urlpatterns in url.py, I needed add path at the front instead of extending the list later on like: ``` urlpatterns = [...