Orestis Markou
Orestis Markou
Thanks for your answer! I actually don't use pre-compiled templates at all, at this point all the templates are inline the HTML for easier development. I've tried to bundle incremental-bars...
For the record: `browserify src/index.js -s Handlebars -o incremental-bars.js` produces a reasonable-looking file that fails with: `require.resolve is not a function. (In 'require.resolve(file)', 'require.resolve' is undefined)` And this `rollup.config.js` :...
Wow, I didn't know about morphdom. It might indeed work with my use case. I will have a look. Many thanks! 31 Μαΐ 2017, 12:45 μμ, ο/η Davide Mancuso έγραψε:...
I've done a quick implemention for (3) here: https://github.com/siimon/prom-client/pull/182 -- not ready to merge yet but just to foster discussion. I didn't think of the ordering issues (create registry *then*...
I'm trying to think how can this be done in a way that the consumer of the library has control over the initialisation process, so thinking a bit aloud here:...
I've updated the PR, this is now deployed in our staging environment and seems to be ticking along nicely. If the general approach is accepted, I can write some tests...
Thanks for the replies! Indeed the setUser is an annoyance of xray, all it does is that it sets a field in a class that is serialized to JSON via...
Count me in as someone who would love to have a refreshed Monger based on the new Java driver API. I'm fine with a new API also if it makes...
I was pointed to https://github.com/lupapiste/mingler which seems unmaintained, but contains a lot of code that deals with the new Mongo API.
Isn’t this effectively re-creating aggregate functions + group-by? Postgres allows you to do this generating arrays and JSON objects, it’s useful prior art.