Francis O'Brien

Results 23 comments of Francis O'Brien

I'll look into it for sure, however i'm out of the country until september. I'm planning on releasing a major update early to mid september this will be a top...

Yeah, definitely not a possibility for me right now, if I were to add to this project I would start with supporting sequential circuits or making it compatible with SCM...

I'm not 100% sure what you're refering to,. If you're talking about [this](http://vuejs.org/api/#Array-Extension-Methods), it works exactly the same way and in standard vuejs. In fact, the vue typings even add...

Yes this was proposed on reddit and its really good step forward in allowing for much larger circuits, I will have to study the SCM api when I have the...

Ok, I've been mulling over this for a few days, I think any solution that maintains the current paradigms requires either: - Making `append`/`prepend` async and taking a callback (or...

FYI with [harpoon2](https://github.com/ThePrimeagen/harpoon/tree/harpoon2), harpoon now supports custom lists that can represent whatever you want. I created a small overseer integration using harpoon2 and I am quite happy with the results....

> Semi-related: Does casual buffer assignment, selection and do advanced use cases for shell work again? Full disclosure, I'm not exactly sure what you are referring to, I migrated to...

Interestingly, this does work as expected when using `list T[]` instead of `table` (using version `3.7.3`) code: ```lua ---Filter a list ---@generic T ---@param list T[] ---@param p fun(v:T):boolean ---@return...

Ill look into that shortly

Hmm, this was an oversight. For now if the property is only used in the template, you can define it in the decorator: If the property is used in code...