Meirion Hughes

Results 42 issues of Meirion Hughes

`some-attr="prop: blah, prop2: foo"` doesn't work because of the comma seperator; seperator needs to be semicolon. Custom Attributes arn't supported yet in this lint anyway; but aurelia doesn't object to...

feature-request

Any ideas for more rules would be welcome.

help wanted
discussion

Does this library have support for checking if one Type is assignable to another (via reflection)? I've been looking through the main typescript code, and it seems all the checking...

question

example: ```html ````

feature-request

It would be pretty awesome if, when a label fails validation, another attempt is made just to update the label colour.

a lot of third-party functionality is achieved via adding attributes to an element. Some of these attribute values can be quite large and/or can be best assigned via interpolation. It...

enhancement

Just checking to see if anyone has started rocks-level privately before I have a stab? I see [@nxtedition ](https://github.com/nxtedition) @ronag https://github.com/nxtedition/rocks-level seems to have updated their fork to abstract-level, but...

discussion

I'm not sure if this would be a bug as its a new code-base afterall; but its certainly a deviation from the leveldown way, where this worked. ```js class CustomEncoding...

bug
pull request welcome

Allow configuring the transformer so it transforms arbitrary methods. i.e. ``` {name}(...args) -> {name}(Symbol.for(T), ...args) ```

type: feature
effort: small
package: transformer

Common issue with transpile-only modes, as seen in the Vue example as well as with rollup + ts-plugin. There isn't an easy solution to this unfortunately. I considered making a...

type: feature
effort: moderate
package: transformer