krillboi

Results 7 comments of krillboi

Trying to test `esbuild-loader` but running into some trouble. I have added the following to the top level of my `docusaurus.config.js` file: ``` webpack: { jsLoader: (isServer) => ({ loader:...

Seems like it was one of the good ol' corporate proxy issues giving me the install troubles.. I'll try and test the `esbuild-loader` to see how much faster it is...

Tested yesterday with production build, took about 3 hours compared to 6 hours before (`~400 docs x 5 versions x 4 languages`). So about half the time with the `esbuild-loader`...

Since internal links are not working, is it possible to have an option to disable the generation of the TOC page? I manually disable all hyperlinks in my PDF and...

Also having some trouble getting this to work the way I want. Is it possible to disable scrolling for the tree and have another component take over that role? For...

It looks like it could be possible to use custom scrollbars if the `outerElementType` of the `react-window` implementation was able to be swapped out: https://github.com/bvaughn/react-window/issues/110#issuecomment-469061213. In the example they are...

Thanks for the reply @jameskerr. I haven't been able to figure it out yet completely, but I am unsure if I've found a bug. The following code almost works (also...