Kieran Pilkington

Results 70 comments of Kieran Pilkington

@santib The trouble though is that doesn't provide any mitigations against simple attackers from scraping credentials or trying to break into accounts. They'll be able to try 1000s of emails...

@santib I would recommend documenting that, otherwise someone else will open a ticket in the future asking the same thing :-)

> In a strict sense, the current constraints don't require any downgrade action on the user unless they are intent on using the very lastest `unicode-display_width` gem version. Usually, this...

@tgodzik Compiling ahead of time can come in handy for when quick starts and performance are needed. As mentioned by @bishabosha , there are books and many online tutorials that...

@tgodzik Interesting, I hadn't heard about Scala native. But it seems like it has a bit to go in order to catch up with the JVM in terms of performance....

@WojciechMazur Thanks for the information. I have created Conway's Game of Life in 25+ languages, including Scala. All implementations are as identical as they can be, to give as best...

There is also a bug in pnpm where globs within package scripts also aren't getting fully resolved (https://github.com/pnpm/pnpm/issues/9943), making this ticket even more crucial to being able to use oxlint...

The issues stem from how different shells (and different versions of shells) handle `**` glob path expansion. Some don't support at all, some support in full, and some are in...

Looks like the migration runs in a transaction, so it locks the tables while running. Because of this, the migration took 15+ minutes to run for me while it updated...

@serversathome I see this toward the top of the logs: ``` 2025-05-09 11:26:19.987 UTC [1] LOG: received fast shutdown request 2025-05-09 11:26:20.014 UTC [1] LOG: aborting any active transactions 2025-05-09...