Panagiotis
Panagiotis
on demo change the line 35 of index.html from 'btn-success':uploadFile to 'btn-success':uploadFile.name
@harveyramer thanks!
@mrkelvinli, you are a lifesaver! Been really stuck on this for some days; your patch works fine. Hope soon to be merged.
I've solved using ``` const opts = { url: `http://couchdb:5984`, requestDefaults: { headers: { Authorization:"Basic " + new Buffer("admin:"+cdbpass).toString('base64') } } } const couchdb = nano(opts) ```
Hi @PrathyushaModala I do not own this repo and do not have write access, just have done some contributions long time ago. Probably have to ask Travis or other maintainer...
I've got the same error randomly on the same line, however. `print(column.find_element(By.TAG_NAME,'span').text, end=',')` So by add a little delay under the above line (`time.sleep(0.1)`) seems to works for me.... I...
Try to use SPI mode 3 for modules with CS grounded. Not any external circuit required.
+1 , even for the simplest form, one text field and one dateTime field. For read only, a workaround is to change the field type like ``` formJson.components.forEach((component) => {...
@mikekotikov Thanks for your kind response. You are right, I've set up a simple react project and works as expected, however inside my main project does have the above behavior...
@mikekotikov I found the time to dive deep. The issue (at least for my case) happens when I use translation on form options. If omit 'language' attribute from formOptions works...