Henri Bergius

Results 282 comments of Henri Bergius

Fair point. So then implementing this feature (extracting given frame as jpeg) would already do the trick

So, two steps: - Add `noflo-cache-preheat` as a postinstall step, like in https://github.com/c-base/ingress-table/blob/master/package.json#L39 - Switch to noflo-nodejs for starting the flows, run with `--cache`. See #56

It would appear to be connected with the battery saving mode on Samsung phones. Might of course be other things that also trigger it. ![Screenshot_20201001-210627_GitJournal](https://user-images.githubusercontent.com/3346/94852944-e90ccd80-042a-11eb-8f2e-df36cf5736cf.jpg)

The right way to do this is to provide a `cleanupContentClone` method in the plugin. See for instance [how annotate plugin does it](https://github.com/bergie/hallo/blob/master/src/plugins/annotate.coffee#L60).

On graph level you'd use an IIP. If you also export the inport, then consumers of your graph have an opportunity to override.

Some Victron DC-DC converters can run as a pure converter, or as a charger (with charge modes). Is the idea that the device would then show up either as a...

Agreed. I need to update the package metadata. This was the first place where I was experimenting with both of the packagers around the time of http://bergie.iki.fi/blog/sharing-javascript-libraries-node-browser/

Quick workaround is to do a search-replace in the built file before using it. Here is how I'm doing that in my Grunt setup using [grunt-combine](https://github.com/mcgaryes/grunt-combine): ``` combine: browser: input:...

This can be closed as soon as component/builder.js#125 is merged and released.