David Duarte

Results 62 comments of David Duarte

I don't understand what object are you talking about I explained here how to load json schemas with this server https://github.com/atom/ide-json/issues/2 On 14 Feb 2018 10:34, "Dan Rosén" wrote: >...

O_o I don't known this feature, I'm learning something thanks you However to add default schema based on file name you must use the jsonSchema/association notification to instruct the language...

I will review it, I'm just a little busy and I need to take time to test it

Yes it's expected, I didn't compiled it yet for MacOS

What about ``` packet TwoEqualFields { _size_(field_one, field_two) : 8, field_one : 8[], field_two : 8[], } ``` ?

> Thankfully, we have solved this problem already, with the [middleware API](https://github.com/redbadger/crux/blob/master/crux_core/src/middleware/mod.rs) - I wonder whether some middleware shape could be a route that would work for what you want...

Sorry, forgot to update our progress here, after your answer we tried implementing it with flume but it wasn't very straightforward as flume asks you to keep the [stream](https://docs.rs/flume/latest/flume/async/struct.RecvStream.html) around...