Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

You could achieve this with [lunr](http://lunrjs.com/). You would need to implement an indexer and set up a loading mechanism so that the frontend fetches the index when it's needed. I...

> As far as I understand a lunr index is just a static file, so that would actually be possible and we could load that file on demand. That's correct....

> If we had a library/service that could do the required optimizations it would be fairly easy to implement this. Any ideas if something like this already exists? I think...

> @bebraw, I am building an API for Fontsource that aims to be an easy way for developers to pull metadata about the open source fonts supported by the project....

> I'm assuming you wanted to create something like the CSS API, which I don't believe is a viable or sustainable thing to work on. Am I misunderstanding or are...

Yeah, it's not valid as [per specification](http://www.w3.org/TR/2008/REC-xml-20081126/#NT-Name). If you want I can push the issue upstream. Maybe there's some nice way around this. At worst we may need to some...

> I’m not sure how easy this will be, given that as soon as the string is passed in to jsdom, it’s parsed (and therefore an error is thrown). Yeah,...

@domchristie As long as that avoids the jsdom nastiness I'm fine with that.

A couple of ideas (maybe some are implemented already): * Look at emoji usage (amount, variance, types used) * Look at activity (streaks and such) * Look at collaboration (working...