-
OpenAPI v3 has support for callbacks - a way of defining your webhooks and payloads using OpenAPI
I was wondering if zod-to-openapi supports this right now? I couldnt find any documentation or issu…
-
- start event loops automatically
- allow asynchronous execution of chained subcommands
Is this possible at the django-typer interface or does it require upstream changes?
-
It'd be really helpful to have a separate method for handling errors during handling callback queries.
I've come up with a workaround wrapping my logic into try/catch and throwing my own exception wi…
-
We will move callbacks to workers. TBD on “how”.
Options:
1. Moving callbacks to workers as a separate activity.
2. Running callbacks as teardown task.
3. Deprecate (not remove) concept of callback …
-
As a C2 operator, I want the C2 agent to make callbacks to the server so I can issue new commands.
Acceptance Criteria
- The agent makes periodic callbacks to check if there are any commands to run #…
-
### What would you like to share or ask?
Hi, I would like to use long-running functions in a scenario, without basically freezing my application.
I tried to implement my functions with `invoke_long_…
-
1. Create comment
2. Edit that comment
3. Delete a comment
Creating a placeholder comment to delete first
-
Sometimes you have a boundary condition, or Lagrangian particles, or biogeochemistry that needs updating every time step (or every n time steps).
The current method of ensuring this update occurs i…
-
### What happened?
When using the rollout callbacks together, a number of predictions are done multiple times, wasting compute.
Both `RolloutEval` and `LongRolloutPlots` call the rollout step indepe…
-
### Describe the bug
When registering an AfterPlatformServicesSetup, it is invoked 2 times
1. when the method SetupUnsafe calls the AfterPlatformServicesSetup
2. when the method SetupUnsafe calls …