-
Note:
* Issue #10509 has been created to track actual work on lazy-loading. The new issue is locked so that it can be subscribed to for updates on the implementation without noise.
* This issue has …
-
Creating this issue to log thoughts/changes to design since my last comments on https://github.com/mentalisttraceur/python-compose/pull/1 .
-
Prior to #362, it was possible to derive the next 1rtt keys for QUIC without holding on to a client or server session by using the `Secrets` returned by `fn write_hs`. This allowed us to discard the T…
-
BPO | [41905](https://bugs.python.org/issue41905)
--- | :---
Nosy | @gvanrossum, @rhettinger, @ericvsmith, @bharel, @bentheiii
PRs | python/cpython#22485
*Note: these values reflect the state of the …
-
## Ask your question here:
According to [Custom metrics Docs](https://knative.dev/docs/serving/custom-metrics-api/) , it only mentions that custom metrics 'allows users to configure concurrency…
-
Currently, the `func.yaml` file describes a Func project and it follows its own conventions and [schema](https://github.com/knative-sandbox/kn-plugin-func/blob/e918f74b9e177989ac520ae430dd5f232b393deb…
-
BPO | [14320](https://bugs.python.org/issue14320)
--- | :---
Nosy | @gvanrossum, @rhettinger, @giampaolo, @merwok, @anacrolix, @akheron
Files | [set-add-return-bool.patch](https://bugs.python.org/file…
-
There is an exciting new paper by @milankl in Nature Computational Science entitled [Compressing atmospheric data into its real information content](https://www.nature.com/articles/s43588-021-00156-2)…
-
BPO | [22097](https://bugs.python.org/issue22097)
--- | :---
Nosy | @loewis, @rhettinger, @pitrou, @ezio-melotti, @serhiy-storchaka
Files | [issue22097.patch](https://bugs.python.org/file36148/issue22…
-
Serializing is only possible to `[u8]` right now, which means for any larger state sizes I have to deal with endianness and unsafe code.
Ideally (for us), `DenseDFA` would implement `serde::{Deseri…