Tomás Hayes

Results 8 comments of Tomás Hayes

What would God represent here?

Hi! I also run into this issue playing around. One hypothetical way to solve this could be: 1. Accept children in a `` and listen to the `slotchange` event. 2....

I went with a very simple approach on my own, and called it [mark-down](https://github.com/tomyo/mark-down), just to play with the idea mentioned [above](https://github.com/MarketingPipeline/Markdown-Tag/issues/5#issuecomment-1136276486). Looks like that approach does works just fine!...

Thanks @Blackpaw Taking a second look at the website, last year they announced the 3.13 rc version https://lizardfs.com/lizardfs-3-13-rc3-arrived But I don't see that tag in code. Strange. I do see...

I modified the first line of the minified script from the cnd, from: ```js var tns = (function () {...})() ``` to ```js export const tns = (function () {...})()...

In the mean while, this minimal package got me going: [https://github.com/miguelalarcos/flow-router-pagination](https://github.com/miguelalarcos/flow-router-pagination). The key is to use [tmeasday:publish-counts](https://atmospherejs.com/tmeasday/publish-counts) package for real time counting the documents (used by the `flow-router-pagination` package).

Why is this not merged? I need the $reduce operator support. Can I help somehow?