Martin Adámek

Results 768 comments of Martin Adámek

Looking at the docusaurus route debugger, I can see the route is actually registered but has no child routes. Here is our plugin setup: ``` plugins: [ [ 'docusaurus-plugin-typedoc-api', {...

The generated typedoc JSON for the next version (right) is looking pretty much the same as the versioned ones (left): the docs are using TS 5.0.4, while the project itself...

I guess we could have a flag for this, that way you could also revert it back if you want to.

It's actually more complicated, I can't find a way to do this conditionally in the existing `then` method.

We could surely do that, but only in v7, as it's breaking. I'd also argue it wouldn't be a simple upgrade as this can't be easily done via find/replace (unlike...

I'd rather find a solution instead of doing that (and I can imagine some, it's just quite a chore implementing them properly, all for a very small benefit). If we...

Maybe the actual solution to this would be to provide out of box support for respecting filters in the QB instead. That's probably the main use case for returning the...

> protected async createQueryBuilder(): Promise { But what's the point in having that method async? What other use cases than the filters can you think of that would require async...

Opened an RFC #5588, I don't mind removing the awaitability but it feels like a pretty big BC, since it wont be easy to find/replace this. I don't see another...