Tim Steinbach

Results 31 issues of Tim Steinbach

**Is your feature request related to a problem? Please describe.** Similarly to the file connector, ingesting data from S3 would be fantastic. S3 can emit notifications of new files onto...

enhancement

TODO: - #1919 - #1920 - #1927 - Mention SNAPSHOT builds / Sonatype resolver - Move 7.3 microsite to https://scalaz.github.io/7/ with redirect from https://scalaz.github.io/ - Deploy microsite to https://scalaz.github.io/8/ ---...

scalaz8
documentation

I just came across the fact that a `Show[Throwable]` exists. 1) It is not wired up into `import Scalaz._`, one needs to `import scalaz.std.java.throwable._` 2) It discards the stack trace...

good first issue
scalaz7

We could integrate [Kazari](https://github.com/47deg/sbt-microsites/blob/master/KAZARI_README.md) into the examples project. The code snippets on the documentation site would then be runnable. It needs a remote evaluator, which needs to be figured out....

scalaz8
good first issue
documentation

https://github.com/scalaz/scalaz/pull/1827#discussion_r191635011 I had to remove a type annotation because otherwise the following type error would be thrown: ```bash [tut] *** Error reported at /home/nequi/dev/scalaz/example/src/main/tut/ct/Functor.md:40 :19: error: type mismatch; found :...

scalaz8

Upon merging anything into `master`, the micro-site should be auto-published. I am sure there are several ways of doing it, find the best one and implement it :) This may...

scalaz8
good first issue

Is there a reason we should not use https://github.com/alexknvl/newtypes to encode opaque types like `Maybe`?

question
scalaz8

I tried using Maybe2. I understand the benefit of it not creating a Tuple2 instance. However, since it does not have any type class instances other than `Show` and `IsCovariant`...

scalaz8

The `Dockerfile` cannot be built. I am not sure why (not a Rust dev :D) Even the CI on `master` fails with something like the following: ``` [...] Compiling tokio-core...

https://very-serio.us/2018/02/27/zen-minimalism-with-distroless-images/ It may be interesting to have these base images as an option. Due to their nature, they would require a separate startup script etc.

feature request
docker