Mitar
Mitar
One thing I remembered now is that there is a middle ground here: maybe live queries could work that you just notify the client that the view has changed. And...
Hm, you want to **check** that they are compatible? Not just require from the author of UDF to assure that? I find wasm really cool for such embedded operations. One...
I also prefer that the core team works on those hard problems. :-) Thank you for being open to PRs though. But to make it clearer what you would like...
I would also think that [sqlparser-rs](https://github.com/andygrove/sqlparser-rs) would be a better fit. Especially [because it is used also by DataFusion](https://github.com/apache/arrow/tree/master/rust/datafusion). And if Noria starts using Arrow, then we have a crazy...
I opened https://github.com/mit-pdos/noria/issues/143 to make a better place to discuss that feature. This issue looks too broad to me.
> My goal with BabelExt is to democratize extension development - which obviously goes a bit counter to what Kango, Crossrider and others want, which is to make money on...
In https://github.com/golang/go/issues/42417 I proposed to have the following syntax: ``` type Message struct { Name string `json:"name"` Type string `json:"type"` Skip string `json:"-"` Extra map[string]interface{} `json:"+"` } ``` So `+`...
> Could you tell me the difference or advantage add the header on the server side rather than client side? I am really new in this topic. Would love you...
If you want support for Google, use [spiderable](http://docs.meteor.com/#spiderable).
And yes, interaction between spiderable, headly, and iron-router is probably not well defined.