Roger Zaragoza

Results 8 comments of Roger Zaragoza

How would that widget work? Which methods will it call to modify the model so that new sub-widgets are instantiated?

I'm using angular2-schema-form to allow users to produce a JSON that will be sent to a device that needs a JSON format file to work. I wrote a JSON schema...

Try to import with `/src` appended to your import path. `import { SchemaFormModule, WidgetRegistry, DefaultWidgetRegistry } from "angular2-schema-form/src";` instead of: `import { SchemaFormModule, WidgetRegistry, DefaultWidgetRegistry } from "angular2-schema-form";`

This happened to me when not using `/src` import path since i use webpack. Is `app.module.ts` the only module on your project? Maybe you have to do the imports in...

Thank you @novabyte, this makes it much clearer. So, for now we can't send unreliable data. The best option for now is to send data through weboscket reliable transport using...

I think this is out the scope of the project. There are alternatives like https://github.com/things-go/go-socks5 for this

That feature is not implemented in this library. But it should not be that hard to implement. You can find a reference here: https://gist.github.com/codref/473351a24a3ef90162cf10857fac0ff3

Yes maybe those are not very polished, but are a good starting point. I don't have time now for implementing this, but collaboration is welcome and maybe I will do...