-
Reported in swift-vscode repo https://github.com/swift-server/vscode-swift/issues/446
In the code below hover fails for `Text`, `image` and `HStack` inside the `View` resultBuilder while it works …
-
### Product
Hot Chocolate
### Version
13.9.11
### Link to minimal reproduction
https://github.com/maartenkools/fusion-bug
### Steps to reproduce
Using Fusion, make sure one of the…
-
NeonListView is comminly wrapped inside a SortBoxBuilder and a ResultBuilder.
Provide a helper Widget that can add both of them and defaults to an animated NeinListView
Related to: #282 #805
-
The documentation for the `Reference` section was recently refactored. Now, the `Reference` section has the subheaders:
- `Decorator Reference`
- `Driver Reference`
- `GraphAdapter Reference`
- `R…
-
It would be nice if we can come up with an enum for different designs, that we can then present based on the one the user selected. I'm very bad with this ResultBuilder stuff so if anyone has any idea…
-
**Description**
```swift
// define some @resultbuilder
struct Foo {}
@resultBuilder
enum FooBuilder {
static func buildBlock(_ components: Foo...) -> Foo {
.init()
}
}
…
-
```swift
@resultBuilder
struct UselessBuilder {
static func buildBlock(_ components: Bool...) -> Bool { true }
static func buildEither(first: Bool) -> Bool { true }
// static func buildEit…
-
Hi, I'm uploading media files (images, wav files) from my phone to S3 bucket. To upload, I'll need the Byte array. Currently I'm reading in base64, and then decode it back to byteArray and then finall…
-
on Ubuntu:
```
(venv) dmitry@compute:~/repos/PANDA-Challenge/experiments/dgrechka$ alpheus compute 13c/trainLearningCurves.png
System.InvalidOperationException: The artefact vertex has no produce…
-
ResultFactoryみたいなクラスを用意しておいて簡単にリザルトを作れるようにしたい