-
-
`JsonCodec.jsonDecoder` does not seem to work with schemas derived from case classes with more than 22 fields,
in the following example
```scala
import zio.Scope
import zio.json.JsonDecoder
imp…
-
### Description
I'm hitting a compiler crash when adding a generic result builder annotation to a protocol function requirement.
### Reproduction
**Example 1**, causes an assertion failure + …
-
**Issue by [skrawcz](https://github.com/skrawcz)**
_Monday Apr 25, 2022 at 21:53 GMT_
_Originally opened as https://github.com/stitchfix/hamilton/issues/121_
----
**Is your feature request related …
-
Hello,
I would like to discuss the possibility of accepting a PR to add the `buildEither` method to [`SelectCollector`](https://github.com/gh123man/Async-Channels/blob/394b971c97376c4b3dddf1683c154…
-
I was previously using Turtle Mock with Boost.Test and was pretty happy, but now we decided to switch to Catch C++ and Turtle Mock does not work any more :(
I had a look at different C++ Mock frame…
-
LpSolve crashes randomly after extensive use... may be a memory leak... the error I get after it crashes the JVM is:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTIO…
abolt updated
7 years ago
-
Paralayout's `applyVerticalSubviewDistribution` and `applyHorizontalSubviewDistribution` methods are incredibly powerful. Adding a [result builder](https://docs.swift.org/swift-book/documentation/the-…
dfed updated
7 months ago
-
Hey folks!
The past couple years have brought numerous changes to Swift that would have no doubt impacted ReSwift if they were available back then. `Combine` and `SwiftUI` and async/await are some …
-
- Code (similar to readme.md), but it does not work :))
```kotlin
coEvery { repoItemApi.searchRepoItems(term, page) }
.invokes { FAKE_REPO_ITEMS_SEARCH_RESPONSE.right() }
```
- Error
```
Ov…