Bernhard Vallant

Results 6 comments of Bernhard Vallant

@jaimehgb any plans of also open-sourcing the backend as well? I think this might be crucial if you want some security reviews by the community?

So I tried to switch to Seperated Mode: ```js const fields = ['tags', 'tags[]', 'tags[].id', 'tags[].name'] ``` But this doesnt work for me at all (and `hasNestedFields` being always true...

I've created a [Gist](https://gist.github.com/lazerscience/8028c5ab6e346214f5a0ab5ab0860971) with the relevant code. Note that loading data works as expected and gets displayed the right way but modifying it isnt working. I'm wondering why the...

Thanks for your help again, after some poking around I came up with this onChange handler: ```js handleChange(e) { const {field} = this.props // clear all "old" values // field.clear()...

Seem to have the same problems as well... Websockets sometimes work/sometimes not... Generally spoken everything's quite buggy. I'd also like to investigate on this but don't know where to start?...

Would be interesting to get this into the next version. Currently trying to setup Reloading with systemd and `SIGUSR2`, but the main problem really seems to be that there seems...