-
We are having some issues in trying to use durable extension in our .net 8 isolated functions.
The app's setup
```c#
IHost host = new HostBuilder()
.ConfigureFunctionsWebApplication(worker => …
-
How wrong is it to just store a copy of the gb struct (together with the corresponding ram) to do save-states, experimentally it seems to work quite well but I may be missing something.
On load I b…
-
**Minecraft version**: 1.7.10
**OC JAR file**: OpenComputers-MC1_7_10-1_7_5_6bb86d528-universal.jar
**Environment**: playing on dedicated server as a regular player (NOT server admin)
Hi! I've go…
-
This issue cannot be completed until the following pre-requisites have been met:
* #54 - Trapping signals for graceful shutdown (and emitting appropriate events)
* #49 - Emitting events on the latti…
-
I wouldn't really call this a bug report, just trying to understand what's happening and maybe find a solution if at all possible. So I'm attaching two screenshots just to illustrate what I'm talking …
-
After cancelling a build, the jobs get interrupted, however they may just retry and continue, wasting valuable machine time.
```
Cloning repository https://github.com/eclipse/openj9.git
> git init…
-
Hi, I'm very much interested in NuxtHub and exploring some of its capabilities. In particular I'm interested in trying out using Durable Objects. The idea would be to take something like this [chat de…
-
As described in https://github.com/scylladb/scylladb/pull/18115#issuecomment-2037281211, when #18115 gets merged, the last step to make the safe for restore schema usable for Scylla Manger is to make …
-
### What version are you using?
```
$ soroban version
soroban 20.0.0-rc.4.2 (v20.0.0-rc.4.1-4-g4e9a48756b96e4e1a070105bad202f39901139ad-dirty)
soroban-env 20.0.0-rc2 (8c63bff68a15d79aca3a705…
-
I've setup my application's pool with an `on('error')` hook to log errors that happen outside queries.
However, this hook is _not_ always active between queries. If I acquire a connection from the …