-
Currently, we can require the authorization header in the endpoint API, but we do not know, if this is for example Basic Auth or Bearer Auth. This makes it impossible to generate auth schemas for Open…
-
Summary
One of the Metals users hit an issue when Metals wasn't displaying errors which came from ZIO test suite. After an investigation I found that issue is caused by Fansi. ZIO sets [various ans…
-
This is to update the documentation of ZMX after the metrics API has moved to ZIO core.
Primarily we would update the content, but at the same time we might want to update the site to docusaurus 2…
-
description:[100%] Linking CXX executable /home/zio/catkin_test_ws/devel/lib/tianbot_mini_webots/tianbot_line_follow
/usr/bin/ld: /usr/local/lib/libopencv_core.a(opencl_core.cpp.o): undefined referen…
-
I'd like to have `seed` compiled to native. We're already doing this in some of the projects in Bloop (for example, [the next version of the CLI will be a Scala library compiled to native](https://git…
-
```scala
private def izumiTagTest[A: Tag](exp: TypeTag.TypeRef): TestSpec =
test(exp.polyShow(_.prefixAll)) {
assertTrue(TypeTag.usingTag[A].tag == exp)
}
```
```
- Type…
-
Hey 👋
```scala
//> using scala "3.5.1"
//> using dep "org.typelevel::cats-effect:3.5.4"
//> using dep "com.github.rssh::cps-async-connect-cats-effect-loom:0.9.22"
import cps._
import cps.mon…
-
When writing assertions, supplied parameters for an `Assertion` are always rendered using the `_.toString` method.
All classes/traits involved like `Render` and `RenderParam` are sealed, so we hav…
-
Hi there, I'm curious as to whether there is any example code that demonstrates using Distage without ZIO?
All the code in the example application and on the site involve ZIO but according to the p…
-
We create a new staging/snapshot website such as [https://snapshot.zio.dev](https://snapshot.zio.dev) then on merge to master microsite is published to this staging website and a snapshot release is a…