John A. De Goes

Results 148 issues of John A. De Goes

A `mapAt` allows you to drill into a part of a `ConfigSource` and apply changes (such as `mapKeys`) to only that part. To implement this, I think we can benefit...

A `Union` expresses a property tree that could be one thing or another. It allows you to model a "universe" of possibilities (as in the `List` monad, which models non-determinism)....

Some ideas can be found [here](https://pureconfig.github.io/docs/index.html) in PureConfig which does a pretty good job organizing content. Some ideas: - Central link on the home page should be "quick start", and...

An integration with the open source project [SlamEngine](http://github.com/slamdata/slamengine) would allow users to execute arbitrary SQL (including JOINs) on MongoDB. Currently, users have to use the MongoDB query facilities which can...

This will help with ZIO metrics integration for caches.

The goal of ZIO Telemetry should be to seamlessly add OpenTelemetry support via ZIO's own built-in logging and metrics, adding integration points as necessary and useful. TODO - [ ]...

In this version, no accessors will be required, just services that provide methods to perform these functions.

In order to facilitate better use by layers, which want to consume other services by their interfaces, it would be ideal to add to `RedisExecutor` typed methods for all Redis...

enhancement
good first issue

Apparently there is already a [Scala port](https://github.com/hedgehogqa/scala-hedgehog).

Not 100% sure it is Windows (versus a newer version of the JVM), but 2 spurious newlines are inserted before each import block.

bug
help wanted
good first issue