-
I didn't have much discipline when I first introduced JS support and created quick stubs for the necessary types. We should move to a more structured approach with `PlatformSpecific` super types, avoi…
-
Take a look at @carlosedp example here https://github.com/carlosedp/zio-temporal-hello/tree/main/shared/resources/META-INF/native-image
I believe it could be handled somehow
-
Hi, Team!
First of all, thank you all for the awesome Scala FP DI Framework. We use it a lot.
Today, I have one question regarding the best way of implementing global bootstrap logic to be run b…
-
Hello, I have a question about `ZStream`. I would like my stream to output all the element-level errors detected.
Basically I have a `ZStream[Any, MyCustomError, Unit]` and I want to transform it to …
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 10 (buster)
Linux Kernel | 4.19.0-16-686-pae
Architecture | x86
ZFS Version | 2.1.99-16…
-
The following example (taken from the schema of the CRD https://github.com/argoproj/argo-cd/blob/41f54aa556f3ffb3fa4cf93d784fb7d30c15041c/manifests/crds/appproject-crd.yaml):
```yaml
openapi: 3.0.…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 11
Kernel Version | 5.10.0-28-amd64
Architecture | x86_64
OpenZFS Version | 04bae5ec9
…
-
Hi @xoofx,
do you already have any plans for the Git FileSystem?
I am currently working on a project which require this capability. We already using ZIO and the project will benefit from this featur…
-
I notice that ZIO [uses](https://github.com/zio/zio/blob/6362961efb3fe0af160b6b5e76b2a3014531825d/core/jvm/src/main/scala/zio/internal/PlatformSpecific.scala#L43) the deprecated `sun.misc.SignalHandle…
-
On `series/2.x` branch after merging channel encoding.
```
[info] - ZStreamSpec
[info] - Combinators
[info] - mapZIOPar
[info] - interrupts pending tasks when one of the tasks fails…