-
### Issue to be solved
On the Flow protocol side, ANs would like ENs to include errors into execution results, so they can serve requests without additional effort (e.g. re-execution of transaction…
-
We are getting errors when our app tries to write to the database after the connection has been closed.
AFAIK, there is not a way to know whether the database connection is opened/closed, other th…
-
https://github.com/tfpauly/draft-happy-eyeballs-v3/blob/de5d6e4f75451f1f89847487792708d7153629fb/charter.md?plain=1#L69
Are we aiming informational or standard track document? Please specify in the…
-
### Context
* As I've been reading [O'Reilly's "Designing Web APIs"](https://www.oreilly.com/library/view/designing-web-apis/9781492026914/), I've been observing useful things to keep in mind when …
-
```python
import numpy as np
import tabmat
from glum import GeneralizedLinearRegressor
n = 5_000
p = 1_000
rng = np.random.default_rng(0)
means = rng.exponential(10, p) ** 2
stds = rng.exp…
-
**Is your feature request related to a problem? Please describe.**
Add pre commit hooks. It help catch issues like linting errors, unformatted code, or failing tests before code is committed to the r…
-
# User Story: As a developer
I would like resolve functions to support optional SARIF format error output so that I can better track, analyze and integrate error reporting.
## Goals:
Enable resol…
-
### Description:
Currently, when the API receives an HTTP request with a method that is not supported by an endpoint (for example, a POST request to an endpoint that only accepts GET requests), a H…
-
### Issue Description:
I'd like to propose adding a `Makefile` to the OpenTofu Registry project to improve development workflow, enhance build consistency, and streamline common operations. The `Make…
-
Currently, there are some improvements that can be made to enhance security, consistency, and maintainability across the server:
Suggested Changes:
**MongoDB Connection:**
- Update the MongoDB …