Nikolaus Kühn

Results 103 comments of Nikolaus Kühn

Any new insights on this issue? It's still the biggest issue for the writer / author experience in a larger MDX based content site.

@proff321 I have the issue, too when using mdx-deck as a gatsby plugin, i.e. without the process spawning etc. That might be easier to debug. Thankful for anybody who tries...

Thanks so much @karlhorky. I can confirm doing no changes but pulling up the version resolves the issue, had no issues in the monorepo too (but it had only one...

Great addition that I wanted to do myself, too to be able to get "real" fullscreen presentations in all situations. I have tested it and it also works when two...

if you can live or work around browser restrictions a shared web worker could be interesting for you ( https://developer.mozilla.org/en/docs/Web/API/SharedWorker ) - kind of a re-used thread across pages of...

Binary sounds interesting, too. But I would test thoroughly if if really brings the improvements wished for, especially after being gzipped (after being gzipped the sizes are often pretty comparable...

@Andargor sure, in the in-memory representation the property maps are much more suitable. But lunr.js has explicit deserialization / serialization code that maps the in-memory datastructures to JSON. So moving...

You're all right - it's a question that's only possible to answer by actually testing with real-world data (compressed and uncompressed). I tried stuff like this a lot in the...

PS on the topic: I ran across a bigger analysis the Uber engineering team did a while ago: https://eng.uber.com/trip-data-squeeze/ Probably a comparable data set (trip logs, i.e. a relatively repeating...

@JustinBeckwith we would start working on a contribution right now but hesitate because it would be better to hear your opinion on the right approach. We prefer a fixed convention...