Manuel Baun

Results 7 issues of Manuel Baun

Hello, I found a very strange bug when I use version 3.0.2 of the "echarts-for-react" lib. It seems, that this library causes my typescript Language server to crash. When I...

**Describe the bug** I want to use the timeline and animate my elements, based on some logic. I would run an algorithm, which adds animation to the timeline and in...

This is not a bug report, rather a question. Is it possible to get a response json schema for a specific query? Assume this query: `/people?select=full_name,birth_date`. The expected response: ```json...

OpenAPI
idea

## What kind of change does this PR introduce? It adds the option to supply a converter object with a from and to json converter function in the PostgrestBuilder-class. ##...

Hey guys, first, amazing job creating moor! When I create a table and use a Dao for the queries, it is also possible to call include and use a moor...

## Bug description As the title states, when trying to generate the zod schemas, the `*.zod.ts` file as specified, is not created. Also it tries to access the project root...

Hi, i just wanted to try out your library and found that when using hook, in ``` (ctx, next) => { // do something next(); } ``` next is undefined....