-
As a follow-up feature to be considered after #25884 has been implemented:
[draft-ietf-tls-hybrid-design-11](https://datatracker.ietf.org/doc/html/draft-ietf-tls-hybrid-design-11) explicitly allows…
-
### Description
To go fast, currently we don't have a library of components that reuse across the code base. This needs to change. If a component is being reused, effort should be to create a compo…
-
`` introduces the following exposition-only concepts:
```cpp
template
concept decays-to = same_as; // exposition only
template
concept class-type = decays-to && is_class_v; …
-
# To-Do
- [ ] Cache - https://github.com/BharatSahAIyak/inbound-js/tree/scaling/src/cache
- [ ] BatchWorker - https://github.com/BharatSahAIyak/inbound-js/tree/scaling/src/batchWorker
- [ ] Messa…
-
## Describe the proposal
Currently when creating a Kinesis binding, at least locally, you must pass in the "static credentials" for the secret(key, id, session?). This is not an ideal experience.
…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the issue has not already been raised
### Issue
Since yesterday:
https://github.b…
-
### What would you like to share?
#### Work Expected From The Issue
Redesign the `cache` internal api to move it away from using an OOP based design to a more composable enum based.
The issue exp…
-
I suggest an enhancement to add a feature that allows users to save their filter settings as reusable profiles. This functionality would enable users to quickly select commonly used settings without m…
-
First, thank you for making uv, we are very happy with it.
Currently, we have a problem with the use of named indexes.
The behavior showed up in the docker `ghcr.io/astral-sh/uv:0.4.26-python3.11…
-
So I have reusable HTML component, ex textfield. For example its look like this:
**textfield.leaf**
```
#(title)
```
Also I have …