Karthik Nishanth

Results 37 comments of Karthik Nishanth

@GoodGuyNick Very similar to my comment on #1010 , you have to rename `JavaScript.docset/Contents/Resources/Documents/developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/statements` to `Statements`. If my workaround works for you, you can close this issue since both are...

For similar problems, you can right click -> copy link and put it in a browser to see if it's valid. If not, there is probably a case mismatch somewhere....

@Kapeli The links are simple browser openable `file://` links and they are handled with case sensitivity on firefox Linux too.

@Kapeli Do you have a syscall that does case insensitive lookups on OSX? How do you open a document without traversing the file tree? How would your parser decide between...

@GoodGuyNick let's keep it open. We'll probably come up with a permanent fix

I'll try replacing it with a backwards compatible method later today

@trollixx Done (I also fixed some clang tidy warnings). Please let me know if there's anything else :)

Hey, on the three LGTM warnings of comparing with known value at compile time, how do I transform this snippet to a compile time branch? ``` const int X =...

Hey @trollixx `std::chrono::duration` looks like a viable [alternative](https://stackoverflow.com/a/22593250/3951920) on the computation part where we split seconds to multiple duration units. It doesn't look like there is a way in this...

Sure, let me update this PR with chrono