Michael Heuberger

Results 257 comments of Michael Heuberger

Btw that error also has this error number: -2146827850 Plus user agent is ``` { "userAgent": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)" } ``` Hope this helps...

sure allan, nice wordings ;) just sharing knowledge here. will keep this tread up to date when i know more.

well i dont remember that. it's been two years ago ... next time i ll try to provide more info.

I am still seeing this error ``` Error: stepping, UNIQUE constraint failed: oc_users_external.uid, oc_users_external.backend (19) ``` What to do? Ran latest script on latest Ubuntu.

@yodax yes I would write such a script since it's happening to other users including me.

By the way, if I use these two options it works like I wanted it to be: ``` base: 'img/', prefix: '/img/' ```

well i intend to use that on server side and do NOT want to use sharp, as it's too bloated and requires compilation upon installation which poses a risk when...

This warning is annoying. Can anyone look at this please? Thanks

Yes, this workaround helps but is pretty ugly. Using this with immutable altogether for something like `Api.post(... values())` ```js values () { const registeredFields = this.props.someForm.get('registeredFields') const values = this.props.someForm.get('values')...

@gustavohenke I doubt that "initialising" will help. What if the user ticks and unticks the checkbox multiple times over again?