Tino Rusch

Results 13 issues of Tino Rusch

It would be great to have auto-generated values for the responses especially for list endpoints. Mocking a large response list is otherwise just a very dumb task

Spark support would be really nice since it would allow to process big datasets on on-premise deployments.

enhancement
help wanted

When I start a simple compose file like ``` version: "3.7" services: metadb: image: postgres:latest environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres ``` it generates the following podman call to generate the...

It would be usefull to be able to specify multiple context sources. With that we could setup a build which pulls its dockerfile and main application from git but additionally...

I want to update all local branches in a bare repository. My usecase is to have a git-cache between the user and the remote repository. When the user issues a...

I would have expected a streaming API to save objects bigger than the (usable) RAM of the client. Is this desired? Even the Value-Store API doesn't provide anything similar to...

enhancement

This is not meant to be merged. It only serves as a playground for ideas and will be completely rewritten once we consolidated our thoughts on it. ## fixes KILTProtocol/ticket#312...

dont-merge

This PR adds a dummy go.mod file which enables better integration into IDEs and enables the versioning semantics introduced by go modules. With this change you can reference this library...

You would need this if you don't care about the type (i.e. abstract functions like the projection of json data);