-
**Is your feature request related to a problem? Please describe.**
Go stdlib's expvar provides some useful information about Go runtime, and sometimes it is used by various libraries that could be …
-
I think number of keys is probably enough, but there's all sorts of information that might be useful (size in bytes, counters for hits/misses).
I'm mostly thinking about the inevitable future when …
-
After installation on a HF getting this message:
`Unable to initialize modular input "bigquery" defined in the app "TA-googlebigquery": Introspecting scheme=bigquery: script running failed (PID 15525…
-
## Bug description
If my PG table has a field of type `Date` (https://www.postgresql.org/docs/9.1/datatype-datetime.html), when calling `prisma introspect` this type will be converted to `DateT…
-
Not a huge problem, but it would be nice if we could introspect on the dspy version.
-
```
$ caja
Could not register the application: Timeout was reached
$ caja --version
MATE caja 1.26.1
$ caja --check
running caja_self_check_file_utilities
running caja_self_check_file_operatio…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
Defining tables with foreign keys to each other causes drizzle…
-
Hi,
the following Python script prints "2":
```
from joblib import Memory
mem = Memory('cachedir')
def a(x):
return x
@mem.cache
def b(x):
return a(1) + x
print(b(1))
```
If …
-
## Cilium Feature Proposal
**Is your feature request related to a problem?**
Currently the HTTP L7 visibility policies can be used to introspect gRPC, but it's not very useful because gR…
-
The `syft` tool supports generating a SBOM for a container image and has support for Python packages. We should check to see if we can leverage this to support container images in `pip-audit`.
cc: …