Meirion Hughes
Meirion Hughes
Is this possible with `vue-markdown`? I'd like to have customization (embedding) too.
hmm, might be you're on a newer Aurelia CLI and something has broken with this project - I don't use Aurelia CLI anymore. Probably needs re-generating the aurelia project folder...
I'd not actually had a chance to use the dist yet (it was PR'ed by a contributor). I guess you could remove this line: https://github.com/MeirionHughes/aurelia-cli-electron-app/blob/master/index.js#L5 its only supposed to be...
I've just done a MVVM design with Microsoft's Ribbon and its near perfect with the use of DataTemplates and Styles. You pretty much bind up all the "collection" controls with...
From the looks of things there are three options, via classes: * `FixedPrefixTransform` takes integer opt * `CappedPrefixTransform` takes integer opt * `SamePrefixTransform` takes string opt Not sure whether SamePrefixTransform...
Not 100% sure - but it seems it can optimize seeking/iterating when you're doing composite keys. https://github.com/facebook/rocksdb/wiki/Prefix-Seek#defining-a-prefix
I don't need this tbh - but I fancied having a gander at the code-base and tried to add it. #168
typings for these are currently on dt, but there are a few issues with them; like duplicate definition or Long (in bytebuffer) and incorrect use of ByteBuffer (has a smaller...
@jdanyow could you have a quick look at https://github.com/MeirionHughes/aurelia-template-lint/issues/113 please? I thought the convention was (As you say) first exported class should be the VM; but apparently that convention isn't...
Good point; It'll have to check through nested templates.