Alexander Prinzhorn
Alexander Prinzhorn
@n1474335 that's amazing, it's nice to see the project moving again!
1. Node.js 21 had its end-of-life about a month ago, that's why there are no prebuilds. So use a supported Node.js version 2. If you need to compile yourself, the...
https://github.com/search?q=repo%3AWiseLibs%2Fbetter-sqlite3+prebuildify&type=issues https://github.com/WiseLibs/better-sqlite3/issues/655
> and it sometimes immediately throws an error when the database is busy. That does not mean the timeout does not work. SQLite does not guarantee that the timeout is...
Code is here https://github.com/mitmproxy/mitmproxy/blob/d1ea8bc6aee35aefc4061b0a3c162d1adeaa4d40/web/src/js/components/FlowView/Timing.tsx#L100-L120 and here https://github.com/mitmproxy/mitmproxy/blob/d1ea8bc6aee35aefc4061b0a3c162d1adeaa4d40/web/src/js/utils.ts#L34-L42 PRs welcome. I think always using local time is more sensible than UTC.
> Could you confirm if adding a toggle (UTC ↔ local) is the preferred approach? I think always using local time is good enough, no need to clutter the UI...
> However we cannot set the value back to these fields. So the website is not aware of the selected file. I guess that would be https://github.com/electron/electron/issues/749 ?
Thanks! I can confirm the bug. Maybe @rjt-gupta is interested in looking into this? Adding `i.splitlines(True)` to conserve the newlines is not enough. According to the spec > a boundary...
In a totally unrelated adventure I'm currently searching for a Node.js multipart parser that can synchronously parse a string/Buffer. Anyway, maybe we can steal test cases from projects such as...
> 3\. If the server after authentication raises a 500 error, and the `dokku nginx:error-logs ` informs about "permission denied", run the following command: Just cross referencing https://github.com/dokku/dokku-http-auth/issues/15 (for anyone...