-
We could have a base exception e.g.
```
class APIException:
status_code: int
user_message: str
```
Then existing custom exceptions can override these (along with the usual message spec…
-
Thanks for putting this together man I love your work!
I'm hoping you can help me resolve the issue I'm having. I've gone through the instructions several times and I keep running into the same …
-
An important bit of ZODB fine print and, for some, a common pitfall is the persistence rule that if you store non-persistent subobjects, you need to take special case, possibly inviting bugs.
I thi…
-
### Data Owner Name
Mongo2Stor
### Data Owner Country/Region
United States
### Data Owner Industry
Life Science / Healthcare
### Website
None
### Social Media Handle
None
…
-
### Summarize Functionality
S3 is now a supported backup destination in SQL Server 2022, similar to backup to Azure blob storage URL.
1. For `Backup-DbaDatabase`: support backing up directly to S…
-
### Describe the bug
Tried to create an OR policy using policy json file, following the command reference from https://learn.microsoft.com/en-us/cli/azure/storage/account/or-policy?view=azure-cli-lat…
-
**Describe the bug**
The upgrade from v3.1.1 to v3.3.0 fails with the following error message:
```
INF ring.go:316 > | component=distributor msg=ring doesn't exist in KV store yet
ERR ratestore.go:…
-
I have a struct `Object`
```rs
#[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))]
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Object {
#[cfg_attr(fea…
-
I will shortly be add MTP (Media Transfer Protocol) USB-Device (MTP responder) support to [TinyUSB](https://github.com/hathach/tinyusb) to allow a USB Host to transparently access (read/write) LittleF…
-
### Description of the bug:
I have a use case where the user will upload some file that will be sent to Gemini and then a conversation begins. I'm using the GoogleAIFileManager. The error I get is …