KpjComp
KpjComp
Hi, I was having the same issue, I'm reverse proxying to an internal server that uses a self signed certificate. The way I go around this is in `proxy.js` function...
@manast , any chance of having this put in as an option to the register function? @b3nz0 glad that worked for you too. :)
@geigev Firstly, I did say as an option anyway. But the secure = false, is between the your server & your server.. If the server you reverse proxying too belongs...
Likely related, but your `Read From Wikipedia` Demo takes you to a bad place.. :)
Came across this when using Drizzle with sqlite. The problem is if you use an `async` callback the result is not `awaited`, so the transaction is free to commit, and...
Hi, Thanks for the update, that sounds fantastic. I'm happy to wait, and keep manually updating the battery first settings. Just some ideas, seen as your already using MQTT, for...
What example are you referring too? The first parameter to register is the domain, without http/s or port.. Your port have already be set to 8080, and for SSL 8443.....
Binding files for better-sqlite3 are often behind publication to NPM. This is not just better-sqlite3 issue, a lot of binary packages in Node have pre-build binaries, and sometimes the requirements...
@winghouchan Your kidding right?. I'm fully aware of the issues of keeping transactions short, this is the case for any ACID db. Lets take another example, let's say you had...
@JoshuaWise I know how transactions work, anyway it's your project, and it kind of breaks Drizzle integration as it kind of assumes `async`. It's kind of made me switch to...