-
we push a new template version on each `coder templates push` invokation despite the template being unchanged. `coder templates push` is an abstraction around:
1) uploading a tar file
2) creating a t…
-
Hello,
I was testing goCQL behavior with request shedding enabled. So I set
`max_concurrent_requests_per_shard: 10`
I was testing vanilla insert with value clause.
Initially, requestRetryPolicy was…
-
`idempotent` in `ssrfun.v` is defined for binary operators but we happen to have a need for idempotent functions in MathComp-Analysis and called this latter definition `idemponent_fun`. It seems more …
-
### Modules
route
### Version
```bash
ansibleguy.opnsense 1.2.10
```
### Ansible Version
```bash
ansible [core 2.15.12]
config file = /home/user/.ansible.cfg
configured module se…
mbx64 updated
23 hours ago
-
When running `zpm-registry package -only -DPath=/tmp/exported/zpm-registry -verbose` for the first time, it creates a folder and a tarball
```
zpm-registry
zpm-registry.tgz
```
However, when su…
-
The pageRank algo from the Python client is not idempotent.
I got this error:
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedu…
-
"Microsoft.EntityFrameworkCore.Tools" Version="6.0.35"
"Oracle.EntityFrameworkCore" Version="6.21.160"
Most of the scripts are wrapped with EXECUTE IMMEDIATE but e.g. 'CREATE OR REPLACE TRIGGER' i…
-
This is an issue that's caused major headaches for me in many of my projects, because `audited` can only be called once. Calling it a second time does not function as intended, and worse, it doesn't e…
-
It would be nice if there would be a command line flag which would control if the program crashes on already executed idempotent actions.
If e.g. an delete gets executed on an already/not present…
-
**Description:**
The Idempotent Customer design pattern is essential in microservices architectures to ensure that repeated processing of the same request does not produce different outcomes. This pat…