René Hauck

Results 4 issues of René Hauck

**Describe the bug** Hi, I was just about to use this package, but somehow I'm stuck with creating a button that should execute a "post" on a specific route. But...

First, thanks to this awesome tool :+1: When i try this simple code: > index.android.js(outside of a class) ```js const myJobKey = "Hej"; BackgroundJob.register({ jobKey: myJobKey, job: () => {...

I would like to extend the decorator "IsOptional" for my validation. I would like empty strings like `""` to be valid as well. I started with this, but this seems...

type: feature
flag: needs discussion

Hi, i send a post with ``` fetch(url, { method: 'POST', mode: 'no-cors', redirect: 'follow', body: JSON.stringify({ hello:"world" }), headers: new Headers({ 'Content-Type': 'application/x-www-form-urlencoded', Accept: 'application/json', }) }) ``` to...