Robbo

Results 106 comments of Robbo

@felixfbecker I was wondering why things just didn't seem to be working like when I last used this. You should have a strong note in the README (so it shows...

Why is this closed? The neovim issue is fixed now too.

The fact it doesn't do this automatically basically makes this extension unusable for me.

We have this issue with lunr.js currently. I wasn't expecting such a large index file (yet) with less than 200 articles being indexed however it is going over 10mb which...

Well I am using [middleman](https://github.com/middleman/middleman) so I just use their extension and during build I call a node command to run a script which builds the index. All this happens...

Oh I forgot that part of your question. The way I have it handled is it looks for the `search_index.json` file and if found loads the index. If not it...

The server sends gzip with http. If the browser supports it it will download the gzipped version and then decompress it which is faster than downloading the uncompressed file. I...

It sounds like a custom solution so just send the gzipped version in the first place?

This is an issue with lunr.js imo. Gzipping helps for me for now but when I move one of the large sites (a LOT of posts) over this problem will...

This is another thing that will become a performance issue for me as well then. I'm starting to think running node and doing fast little http requests will be better...