Martin Mauch

Results 86 issues of Martin Mauch

Hi all, I've auto-created an STTP client for the Azure Digital Twins API using https://github.com/OpenAPITools/sbt-openapi-generator on their OpenAPI specs. The generator created `.response(asJson[Unit])` calls for `204 No Content` responses. Similar...

possible bug

This PR makes the project runnable via docker-compose. Parts of it have been taken from https://github.com/unigraph-dev/unigraph-dev/issues/227 Currently, I'm still getting errors that need to be fixed.

Adds https://github.com/FelixSelter/JEnv-for-Windows for managing Java versions. Due to the tool not being very popular yet, [I was recommended to open a PR here](https://github.com/ScoopInstaller/Main/pull/3416).

Hi @MrPowers, I'd like to switch over from spark-testing-base to spark-fast-tests in [spark-excel](https://github.com/crealytics/spark-excel). I'm using property-based testing to cover a wide range of edge cases when writing and reading Excel...

Hi @alphapapa, tl;dr: Would it be feasible to add Create/Update/Delete functionality so that advanced org-mode functionality could be built on top of a "language-neutral" DSL? This idea is probably far...

This PR solves https://github.com/jupyterhub/repo2docker/issues/1022 by adding a `ScalaBuildPack`.

new
buildpack

### Proposed change Scala is an essential part of today's data engineering landscape. It would therefore be very helpful if there were a way to create Scala Docker images using...

needs: discussion

Hi all, I'm trying to write a [zio-actor for the originally Akka based Petri Net implementation Kagera](https://github.com/nikolakasev/kagera/pull/9/files). The Akka implementation does one thing that I don't know how to do...

I'm just trying to get a subset (a local-only version) of zio-actors to run in the browser. I'm trying to change the API as little as possible, let's see how...