Ben Green
Ben Green
This package was conceived to address issues with the [Velocity HTML reporter](https://github.com/meteor-velocity/html-reporter) having styles bleed from the page into the reporter. This has not been implemented yet but expect it...
Now that I've learned more about Polymer and x-tags, I have decided to restructure the library to use polymer's webcomponents.js for greater polyfill support. Please see the [changes for version...
Thank you There's another package that implements polymer (and yet another for the core-elements): https://atmospherejs.com/ecwyne/polymer Have you used either of those? I have not used any of the polymer specific...
@emmanuelbuah Event handling on the custom element is a feature that I looked at implementing but it was not exactly straightforward to get it to work. As of right now,...
I've read too many news articles like this recently: http://www.theverge.com/2013/8/11/4612872/bitcoin-companies-subpoenaed-by-ny-financial-regulator-reports-wsj The code is available, you're welcome to re-open the app on your own! I just don't want this liability.
**See my response further down for a better way to integrate with Sails.js** I've never used sails before you sent me that email and this is not yet the optimal...
I'm working on cleaning this up, give me a little bit to make either a pull request to make it a feature of `sails-mysql` or a separate package then it...
Ok, check out the new NPM package and the associated example application. Should be pretty simple to integrate now. https://github.com/numtel/sails-mysql-live-select
Yes, it's definitely possible but it requires Postgres 9.4. Although it may provide a slight performance improvement, manual triggers would not change: it would simply work like `numtel:mysql` using the...
And if you're wondering if it's possible to update queries without repeatedly executing the query, see the [abandoned `simple_queries` branch of this project](https://github.com/numtel/pg-live-select/tree/simple_queries). It turns out that doing all that...