-
### Why is this needed?
### Problem Statement
The AWS Lambda Powertools for Python currently provides several options for managing HTTP responses, such as:
- **`Response` object**: Offers flexibil…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
When streaming from azure open ai API the d…
-
It would be helpful for processing data from the API client in parallel to make the python API client thread safe.
For instance, below is a common pattern to do parallel processing in python, but …
-
**Is your feature request related to a problem? Please describe.**
As part of the migration of the unitycatalog-ui repo to unitycatalog (main), referring the original UI issue: [Use the official Ope…
-
See also https://github.com/kubernetes-client/python/issues/340#issuecomment-526249075 (was closed for inactivity, NOT resolved)
See also #63
**Motivation**
It is sometimes useful to be able to …
-
## What problem does this solve or what need does it fill?
Being able to trigger the same observer with multiple different event types would be useful for code reuse and centralizing related logic.…
-
The kernel API for `openat2` [is designed to be extensible](https://www.youtube.com/watch?v=ggD-eb3yPVs) but the API binding provided by rustix is done in a way that would result in API breakage if a …
-
### Subject
chaining after .clear()
### Description
The documentation (and the linting) says, that it is unsafe to chain commands after .clear().
https://docs.cypress.io/api/commands/clear#__docus…
m-gug updated
2 months ago
-
### What version of `drizzle-orm` are you using?
0.31.0
### What version of `drizzle-kit` are you using?
0.20.13
### Describe the Bug
Hello.
I have some types problems using kysely with drizzl…
-
# Proposal
## Problem statement
The `NonZero` types currently doesn't have any division functions. If you need to perform divisions on these types, you need to convert it to its underlying type, d…