Niklas Mollenhauer

Results 250 comments of Niklas Mollenhauer

Consider a `logErrorAsync` function that returns `Promise`. It awaits something and then throws an error on every path (or goes into an infinite loop etc.). If the function does not...

Is there anything that I can do to help getting forward with this?

I hate to be _that_ guy but the naming might not be correct. A grapheme can be something like the dots over an ö. Composite characters like ö[^1] or emojis...

I rewrote the sqlite dialect of kysely to node:sqlite. You can see the diff here: https://github.com/kysely-org/kysely/compare/master...nikeee:kysely:node-sqlite?expand=1 It's actually not that much. Some notes: - `statement.reader: boolean` does not exist. better-sqlite3...

Deno seems to support node:sqlite since v2.2. Bun currently doesn't support it. They claim that they are aiming for 100% compat, so in theory this would resolve over time. There...

Maybe it only affects ListObjectsV2. It seems to be omitted by some services on ListMultipartUploads. Or it has changed. I'll check.

Bootstrap updated from 4 to 5. Jquery got removed by this.

That is an interesting feature. I don't know whether that has some security implications. Probably not, but I'll think a bit about that. I was also thinking about adding an...

shape=record is now repected in auto completion. However, this does not seem to work yet. It' ssome combination of the sub-graph, rank and shape: ```dot digraph main { node1 [label="{test}",...