Matthew Avery
Matthew Avery
updated flowchart.js to the latest version v1.11.3 because there was an error: "symbol.shiftX is not a function" added small amount of exception handling
As discussed in #111. I didn't implement defaulting bigints to buffers since there's no easy v8 api to transform a bigint into an array of bytes. I'm guessing v8 doesn't...
The question is rather ambiguous, but I found it interesting to make the regular expression match an unbalanced quote as well: ``` /*" */ ```
Using firefox 137.0 and caddy:latest (1.9.1) with the following config yields connection 1006 errors with websockets. Downgrading to caddy:1.8.4 allows websocket connections. ``` site.com:8080 { tls /certs/live/site.com/fullchain.pem /certs/live/site.com/privkey.pem reverse_proxy site:8081...