Meirion Hughes

Results 41 issues of Meirion Hughes

Ribbon does not derive from ItemsControl or Selector. Thus, it is not possible to implement MVVM design directly with binding and template selection.

Feature :1st_place_medal:
help wanted

Unable to lazily inject circular service dependency via _property_ injection. Side-note: Identifer -> Identifier ## Expected Behavior Inject without error ## Current Behavior throws error ## Steps to Reproduce (for...

There is currently no online show-case for people to see the running app. Its easier to sell the UX to people if they can try it without effort. There should...

enhancement
documentation

https://github.com/dcodeIO/ProtoBuf.js/ https://github.com/dcodeIO/ByteBuffer.js/ https://github.com/dcodeIO/Long.js/ protobuf.js depends on bytebuffer.js bytebuffer.js depends on long.js

typings request

``` html ... ``` should create local variables (unknown type) in the root context. sub-property access of bindables is unknown and should be ignored. ~~Likely to throw errors at present.~~...

feature-request

- [x] Custom Elements - [x] Custom Attributes - [x] Value Converters - [x] Binding Behaviors - [x] Calls to config.globalResources - [ ] ensure paths exist - [ ]...

feature-request
difficulty: moderate

Aurelia supports quite a varied array of loaders some of which change the local context. For example: https://github.com/bryanrsmith/aurelia-binding-loader ``` html First Second ``` The comprehensive solution would be to actually...

feature-request
difficulty: hard

- Add `.md` files for rules, under `./doc/rules` should have: - title - issues reported - details about the issue and consequences - short example

task

```html Hello ${user.name}. Logout Please log in. ``` * for element with else attribute: * ensure immediate preceding sibling node (same parent), ignoring text-nodes, has an `if.bind` **example** ```html Please...

feature-request