-
**Description**
Currently, the exceptions thrown are all `MeilisearchException`.
This makes it difficult for the user to specify which exception was thrown.
**Basic example**
The way t…
-
### Tandoor Version
1.5.20
### Setup
Docker / Docker-Compose
### Reverse Proxy
Nginx Proxy Manager (NPM)
### Other
_No response_
### Bug description
When importing a recipe that does not get …
-
FWIW @smillst I have encountered a similar error that I can file a new bug if you like and or maybe there is a way to annotate the "sneak throw" technique.
```java
/**
…
-
### Issue Checklist
- [X] I have properly named my issue
- [x] I have checked the Issues/Discussions pages to see if my issue has already been reported
### Platform
Itch.io (Downloadable Build) - W…
-
### Description
This code is from namespace System.Security.Cryptography.CngCommon
```csharp
public unsafe static bool VerifyHash(this SafeNCryptKeyHandle keyHandle, ReadOnlySpan hash, ReadOnl…
-
## Expected Behavior
When calling `GetWorkflowStateAsync` and the instanceid is not found, I expect it to return a `WorkflowState` with the property `Exists` being `false`
Not sure yet about my …
-
```
llm = VertexModelGardenLlama(
model=MODEL,
credentials=credentials,
location=REGION,
project=PROJECT_ID
)
```
I try to use llama3.1 model like above, and it throws the following …
-
### Issue
after exporting local ollama , typed aider to write down demo.py, then it throws error as following:
```
raise AuthenticationError(
litellm.exceptions.AuthenticationError: litellm.Auth…
-
### Before submitting this form
- [X] I have checked that there hasn't been a similar issue submitted in the past
- [X] I have updated the issue title to something relevant and clear to understand t…
-
This is weird code, but a test that does:
```
throw null;
```
is treated as though it succeeded