Matt Keranen

Results 23 comments of Matt Keranen

Experimenting with making the Postgres log line prefix similar (%m) and the tail_n_mail timezone regex optional: https://github.com/bucardo/tail_n_mail/compare/master...kmatt:2.8.1-pgbackrest Ideally changing the server log format would not be necessary.

The characters "µx", Mu and X, make for a simple logo. In Helvetica for example. "User experience." I could not find a good font containing a character for "µRx".

This is a suggestion for a simple project logo, where @ben-alkov suggestion of an actual shell as a prompt is more fun. I used Helvetica because it was handy, and...

Additionally http://eventql.io/ currently resolves to https://hermes.thinleen.fr/ with a 403, and may have been so since September.

https://news.ycombinator.com/threads?id=kermatt#36729903 > I don't have a Windows machine so wasn't testing against it. I do, and happy to test.

So far, using Nix to create local environment with dependencies on Debian 12, and cross-compiling with mingw32: ``` # Select POSIX from: sudo update-alternatives --config i686-w64-mingw32-gcc sudo update-alternatives --config i686-w64-mingw32-g++...

``` diff --git a/src/include/odbc_scan.hpp b/src/include/odbc_scan.hpp index a177d9b..2c4557d 100644 --- a/src/include/odbc_scan.hpp +++ b/src/include/odbc_scan.hpp @@ -335,7 +335,7 @@ public: static unique_ptr OdbcScanInitGlobalState(ClientContext &context, TableFunctionInitInput &input) { - auto global_state = make_uniq(); +...

> Do the instructions for the nix shell work? https://github.com/rupurt/odbc-scanner-duckdb-extension#development They do (as far as I can tell, Nix is new for me), and with the changes in 9ad0f91 it...

I fixed by replacing lines 10-13 with: ` if (node.nodeName.toLowerCase() == 'input' || node.nodeName.toLowerCase() == 'textarea' || (node.classList && node.classList.contains('ace_editor'))) { return; }` Added an undefined check to the classList...

Issues 7 and 10 were closed in favor of this one. Is issue 7 slated to bring support to versions 9.X? If so, are there any significant changes needed, or...