Pekka Enberg

Results 454 comments of Pekka Enberg

This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.

I was testing the Rust SDK and this only happens if restart happens in the middle of an interactive transaction. We send the following error: ``` thread 'main' panicked at...

I suspected that this would trigger with cursors, but in testing it looks like we recover from restarts fine. Or perhaps I was not trying hard enough to figure out...

This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.

This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.

This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.

We should expose the hooks to local databases, as discussed here: https://discord.com/channels/933071162680958986/1154725980183732224/1245079190684958861

The issue seems to be related to `chiseld` being unable to bind to the IPv6 `localhost` address. Possible fix: make the address already in use thing non-fatal or special case...

Nice @PThorpe92! I am happy to include this as a built-in extension, but let's move the functions to `core/ext/uuid`, for example. Also, put this under a Cargo feature flag (can...

Nice, @PThorpe92! I left some comments on this, but looking good!