-
When running Ruff's auto-fix for UP007 (non-pep604-annotation), it introduces a syntax error when handling nested quotes in type annotations. The specific case occurs when using string literals for fo…
-
# Nested virtualization under M3+ masOS 15+
## Template file : nested.yaml
```yaml
minimumLimaVersion: "1.0.0"
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyy…
-
Here are a couple of examples we've received
- after calling `redeem_swap`:
```
Generic(message: "Generic: Failed to create invoice: Invalid amount: Receive amount must be more than 0")
```
…
-
Let's suppose I have this class
```kotlin
@Serializable
class Settings(
val uiScale:Float=1f,
val theme:String="dark",
)
```
I have serialized this class to a file which the result is
…
-
Imported from SourceForge on 2024-07-05 18:40:42
Created by **[macrakis](https://sourceforge.net/u/macrakis/)** on 2023-01-31 22:12:21
Original: https://sourceforge.net/p/maxima/bugs/4096
---
limit(…
rtoy updated
4 months ago
-
Lexical version: 0.18.0
## Steps To Reproduce
1. Insert a table (1*2)
2. Place the cursor in any cell
3. Insert a table (2*2) into the active cell
4. Place the cursor in any cell of the neste…
-
Matrix of types:
- List
- Map
- Set
Test cases (cross-test cases):
- [ ] Unknown value during preview (depends on pulumi/pulumi-terraform-bridge#1858)
- [ ] Zero value
- [ ] Non-zero …
-
## Bug report
i have a component in form like this: ``
I get errors from api as below:
`{'detail.firstName': 'some error msg', 'type': 'some error msg'}`
setErrros from submit function only set…
-
### Elasticsearch Version
8.15.1
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Elastic Cloud GCP Belgium
### Problem Description
The _update API does not work …
-
The `t.Ref` type is not correctly handling nested types when used within an Elysia model, causing errors with both Typebox and Swagger UI generation.
Specifically, when using a `t.Ref` to a nested …