Simon Genin (ges@odoo)
Simon Genin (ges@odoo)
Animations have quite a few intricate calls to request next animation frames. On quick devices, the helper method nextFrame made of 2 request of animation frames would not be enough...
To be able to make devtools, we need access to the __owl__ variable on a component. It contains most of the information a devtool may required. Just like in Vue...
Add a github action to check sure the CLA of odoo has been signed. How does it work: When a PR is created, the action check if the user has...
In an effort to improve the owl ecosystem, some work can be done to improve the playground. In a perfect world, it should be nice to use and could be...
Add a coverage report to the gh pages. Hopefully (can't really be tested without a release...), the path `https://odoo.github.io/owl/coverage` will contain the latest report, updated on each release. If the...
## Actual use case: *framework:* ```xml ... ``` note: frameworky_dropdown_items_class does nothing, it's just a hook for style. *end user* ```xml ... ... ``` User: I can't give attributes to...
THIS IS A POC, NO INTENTION TO MERGE. Sentry (exception tracker system) like built inside odoo. Advantages: on premise for runbots, provide odoo context Currently this poc catches only frontend...
As of 16.1, the ecmascript version accepted in odoo is 2022. This basically makes escheck almost irrelevant. Escheck being only able to check up to the version 2021, it can...