Daniel Bjørnbakk

Results 12 comments of Daniel Bjørnbakk

@AppleEducate There is already a `./starter.sh cleanup` command. Added it a few weeks back. https://github.com/hillelcoren/flutter-redux-starter/blob/master/starter.sh#L10

Files not being available is also an issue on local file storage. Scenario I’ve tested locally. Add subscription on a collection. Upload new record that contains file to this collection....

It’s probably an edge case I’ve stumbled into, but something to be aware of. These are 5-10MB photos, so shuffling bytes on the disk takes the time it take. And...

> @danibjor The issue with the realtime events firing before the file upload should be fixed in https://github.com/pocketbase/pocketbase/releases/tag/v0.14.1. Did a quick test, seems to have resolved the race conditions that...

@nielsmaerten give me a heads up if you need testing/verifications before going live.

Works like a charme on my iPhone, I’ll try on google speaker and google 7" device when I get home today. - Med vennlig hilsen Daniel Bjørnbakk Mobil 905 81...

Works like a charm on my Google Speaker too - Med vennlig hilsen Daniel Bjørnbakk Mobil 905 81 415 > 13. mai 2020 kl. 13:48 skrev mariushaugen : > >...

Rate limiting those APIs could be done via the public facing reverse proxy. Would take away the wast majority of script kiddies. One way of doing it; https://caddyserver.com/docs/modules/http.handlers.rate_limit

Take a look at this article on how to use NPM modules in node-red. http://jamesthom.as/blog/2016/01/04/npm-modules-in-node-red/ As there is no NPM module published (omron-fins returns no results), you can point it...

Can you try and install the package globally? sudo npm install -g url-to-this-repo And then just type omron-fins as npm module name in node-red Maybe we need to lure @patrick—...