David Sferruzza
David Sferruzza
We need: - alarm code and name - priority: high - number of respiratory cycle before trigger - spec trigger conditions
Hi! Thanks for the detail. Here is my reaction: 1. I agree that it would be easier for new contributors to begin with the project if it is well split...
I switched the project to CommonJS. The build tasks use Browserify to generate 4 bundles: - with and without dependencies - plain and minified See: 4d7db7da2f67c40b2599fd7962d179a206ac20b4...58a42c65c3c1d2aea58df1830c829fde93ebf0a6
I split the code in 2 files and refactored tests. So I guess this issue can be closed. What do you think?
Hi, I tried to fix these issues here: https://github.com/dsferruzza/simpleSqlParser/tree/fix-influxdb ([diff](https://github.com/dsferruzza/simpleSqlParser/compare/v2...fix-influxdb)) Can you have a look at this branch and tell me if this looks good to you?
Hi! To my knowledge there is no standard JWT claim that contains the list of groups a user is in. If you want this in your JWT, you have to...
This implies being able to: 1. count these durations 2. persist them on FS (across reboots) 3. display them on a Maintenance screen/modal
So this would be: converting alarm RCM-SW-11 (code = `21`, priority = medium) to low priority? We would need another alarm code (`32`?).
Hi! Using a custom log collector that sends errors to Sentry could indeed work, and provide value. This might be a better approach than doing this in the reverse proxy...
> @dsferruzza I'm interested to know if you ever found a solution for this. I'm using Supabase so I don't have a traditional server between my app and postgres. I...