Marcel Overdijk

Results 207 comments of Marcel Overdijk

One drawback of using the appcontext events is that is probably more complicated to differentiate evens from multiple chatbots. E.g. in a single webapp I could add multiple webhook endpoints...

I will have a look shortly!

I'm running in the same issue. @dschulten did you find a way to workaround it? For reference a part of the stacktrace: ``` 2014-11-14 22:22:44.977 ERROR 10908 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet]...

I think we should offer something like: ``` field1: The description of field 1 field2: type: STRING description: The description of field 2 attributes: - key: constraints value: Not null...

@kakawait something like this? ``` field1=The description of field 1 field2.type=STRING field2.description=The description of field 2 field2.attributes1.key=constraints field2.attributes1.value=Not Null field2.attributes2.key=remarks field2.attributes2.value=Lorem ipsem ``` or alternatively something like `field2.attributes[1].key=` I don't...

I'm migrating a `Pages` router based NextJS application to the new `App` router and I'm facing the same issue. In the `Pages` router application I registered custom types (Decimal.js) successfully...

Basically, I want to use my own `PageInfo` object as defined in my schema and not the `graphql.relay.PageInfo` which was used because of the defined `commonScalars` in the generator here:...

@qoomon I'm currently using this: ``` import { Hono, Context } from 'hono'; import { requestId } from 'hono/request-id'; const app = new Hono(); app.use(requestId()); app.use(async (c: Context, next) =>...

Why would you clone this repo? It are simply maven dependencies you have to add. Next to that I would read yourself into Spring Boot and Spring Boot Starters and...

It would be great to have lap times included in the F1DB. Even if it's only from a certain year upwards like 1996. The questions I have: - How can...