Ats Uiboupin
Ats Uiboupin
**I'm submitting a feature request** Document Comparison with Other Frameworks. **Current behavior:** Aurelia documentation doesn't include any comparison with other frameworks. **Expected/desired behavior:** Aurelia documentation should compare Aurelia with other...
# Motivation To be able to run Aurelia code on NodeJS (with aurelia-pal-nodejs) in addition to running it in browser, using browser globals (such as `window` and browser DOM `Element`)...
currently when i try to use private field of VM from the template, i'll get a warning: `field 'privateField' in type 'MyCustomElement' has private access modifier` It would make sense,...
@dagtveit [stumbled upon issue](https://github.com/aurelia/framework/issues/664) related to having two instances of the same module that was intended to be singleton: > I am trying to share a service class across nested...
Following ``` TypeScript export class Foo{ field1: number; field2: number; @computedFrom("field1", "missingField1", "field2", "missingField2") get computedField(){ return this.field1 + this.field2; } } ``` ``` HTML \${computedField} ``` should report that...
Given template with ``` html ... go... ... ``` should check: - [ ] that `route-href` attribute contains `route` argument - [ ] if it contains some other argument in...
To encourage other developers (_who might not know anything about Eclipse plugin development_) to contribute to this project (_either pull requests or by helping to debug issues_), it would help...
(copied from [my comment](https://github.com/angelozerr/typescript.java/issues/58#issuecomment-240456021) in another issue) > Great place to store formatting preferences would be tslint.json. Tslint uses that file to lint typescript source files and in addition to...
# Problem Currently [example usage](https://github.com/scopsy/await-to-js#typescript-usage) (written for CommonJS modules) doesn't work for ES modules (aka ESM where application has `"type": "module"` in `package.json`), because default exports don't play nice with...
**What needs to be changed?** After [this merged PR](https://github.com/open-telemetry/opentelemetry-operator/pull/2745) is released, documentation about no way to configure auto-instrumentations becomes outdated **What is the name + path of the page that...