Adam Borowski

Results 10 comments of Adam Borowski

I think that we can add a plugin point here: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus/src/client/serverEntry.tsx#L88 It basically renders whole app so we can add a plugin lifecycle method that can customize somehow this method,...

or at least show to the user example scenario - to teach him what and how he can explore data

highlight range which is the current target of current task (it pan right to reach highlighted points) brush the highlighted range to dig into data if you click 'show me...

additional function: smart batched request abortion if released range belongs to pending batch request, it should abort the request if there are no more ranges in batch request. if there...

implementation details: keep requested ranges with ref counters request(range) { current_range.counter = 1 result = current_range AND new range { cmpFn: a.levelId, a.counter} for range in result.resized: range.counter++ }

can you make a patch release 4.0.1 with that fix? Regards, Adam

Hi. Any chance to get it merged and released soon?

It's not about supporting AppRouter, but rather not breaking when another part of the app is using app router. I have my website using app router, and nextra running on...

I simply removed next-intl and pages router based nextra site Stargard to work properly.