Jonathan Rezende

Results 37 issues of Jonathan Rezende

there isn't an option to set the auto-delete flags for exchange. I was digging the source and you kinda use some source generator, right? Can you explain a little bit...

Today the builders use too much maps and dynamic calls because of how we handle the spec json files. A better way would be turn the spec into classes in...

I couldn't find an official IDL-like file for the builtin JS (ecmascript) stuff like we use here in this package for the W3C bindings. So today we have a few...

We have `addEventListener` and the properties like `onclick` to work with events, however, would be nice to have streams with the correct event types. For that to happen, first, we...

I am trying to use nested aggs but the result is not parsed. I've dug the Aggregation constructor and it doesn't parse inner aggregations within an aggregation. I am not...

https://stackoverflow.com/questions/71091788/how-can-i-choose-the-fields-to-retrieve-with-ft-aggregate?noredirect=1#comment125834187_71091788 For what I understood there is no way to choose the fields you want to retrieve when using `APPLY`. So I am creating this issue to be able to...

c:feature

Sorry if already posted, I just couldn't find anything related. What about a shorthand to `if (foo == null)` and `if (foo != null)`? Maybe some simple stuff like `if...

request

take the onmousemove at [ed/html.json](https://github.com/w3c/webref/blob/main/ed/idlparsed/html.json): ```json { "type": "attribute", "name": "onmousemove", "idlType": { "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "EventHandler" }, "extAttrs": [], "special": "",...

idl extracts

Hi, This project is awesome and I really like it, so thanks for the hard work! Do you know if would take too much bytes to also add support to...

Hello, Thanks for the hard work with Angular! We really like this project. We have an internal (for now) version of Angular that has some tweaks and we will start...