Mateusz Łuczak
Mateusz Łuczak
Currently SauceLabs is not working great, the builds are failing and are run only on merge to master. Please fix the builds and make it more valuable (maybe we should...
**Describe the solution you'd like** Currently mixins are available to be used as: ``` class Component { mixins: [a] } ``` which is fine syntax, but currently works only for...
Code like this: ``` @El('.button') button @Event('click .button') onClick() {} ``` leads to selector duplication, there should be a smarter way to pass bound `button` to the `@Event`
Your library works great, but we've encountered a problem when used with AMD and require.js. You are explicitly calling for global `PDFDocument`, which causes a problem as this dependency should...
For more managable content I've implemented variables injected into markdown. Now you can write `#{variable}` in `.md` file and it will be injected from `_data.json` or `globals`