Ronny Berndt

Results 162 comments of Ronny Berndt

@BigstickCarpet - Hi, if i open the url in the browser, i get redirected to https. I use your library in an ionic/angular project and there i running into the...

@BigstickCarpet I'm not a node guru, so i tried the following: 1. clone this repo 2. changed http.js ``` var http = require('follow-redirects').http, https = require('follow-redirects').https, ... ``` 3. run...

The `content-length` gets [removed](https://github.com/apache/couchdb-nano/blob/6f1a750db2db618e2c5f9ff2948b27b0b28477e1/lib/nano.js#L151), maybe @glynnbird can help why?

Maybe an other optimization is to put to notification-bar to the bottom of the page to prevent the overlap of the top menu... ![grafik](https://user-images.githubusercontent.com/9985963/73945311-6a3faf00-48f4-11ea-9015-700e8419a6e9.png)

I'm closing this ticket due the migration of the docs from apache/couchdb-documentation to apache/couchdb. Please create a new PR in apache/couchdb.

I'm closing this ticket due the migration of the docs from apache/couchdb-documentation to apache/couchdb. Please create a new PR in apache/couchdb.

Sorry, i'm a little bit confused... The file widget loads the content of the given file and sets the json-model with ```this.formProperty.setValue(this.filedata, false);``` So i have to put the "take...

Ok, the file widget is really great, but i don't want to upload a file. I have a page (controller + view) and i want to take a foto. The...

Wow, i didn't know that this will work i used cordova instead... But i get no output in the model of the picture element: I derived a widget: template: ```...

The form is valid, but "image" isn't in the model. Only "title" and "description"...