Palle

Results 9 issues of Palle

When adding SwiftCoroutine to watchOS or tvOS targets, I am getting an error indicating that GNU-style inline assembly is disabled. [StackOverflow thread regarding the availability of inline assembly](https://stackoverflow.com/questions/33680293/is-there-any-indication-as-to-which-apple-platforms-allow-inline-assembly) --- Thank...

**Describe the bug** When a spider completes and a webhook is triggered, the `result_count` property is 0 instead of the actual number of results. **To Reproduce** Steps to reproduce the...

bug

**Describe the bug** When configuring a spider with is git set to true and then using a username and password for git access, the credentials are leaked to web hooks....

bug

When using `combineLatest` on a collection with around a thousand elements, a stack overflow happens. minimal example: ```swift var bag: Set = [] (0 ..< 10_000).map {_ in Just(42)} .combineLatest()...

(GitHub) Markdown supports checkboxes: ```markdown - [ ] unchecked checkbox - [x] checked checkbox ``` - [ ] unchecked checkbox - [x] checked checkbox As far as I can see,...

enhancement

Amazon Lex V2, Alexa and potentially some other NLU systems support multi-valued slots, which are - as the name suggests - slots that can have a list of values. Instead...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When validating the recursive model given in the example, Pydantic has exponential time and space complexity,...

bug V2
pending

Description =========== The documentation for the Python library refers to librdkafka's [CONFIGURATION.md](https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md) file when it comes to available config options. However, this is very far from ideal, as it is...

### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...

area:inline-edit
kind:bug
ide:jetbrains
priority:medium