Chris Wendt

Results 48 comments of Chris Wendt
trafficstars

@felixfbecker Any idea why this behavior is happening? I'm noticing this on the web app too ![2018-09-08 13 16 51](https://user-images.githubusercontent.com/1387653/45258261-7a530800-b369-11e8-8bdd-ccf3e2d72dbc.gif)

What @Strum355 said 😅 Another possibility: mark the document as not having LSIF until it gets reopened. It might be easier to implement and understand the behavior because a timer...

Hey @rvantonder, that's **awesome**! Thanks for all the links and context. I remember you working on this a while back, and it's great to see it in a repo now....

> My current plan is to: @trefis Any thoughts on this section and my plan for only visiting interesting AST nodes, rather than every punctuation character?

**Status** I got cross-file hovers/defs/refs using LSIF working on Sourcegraph.com. Here's an example repo with patdiff and its dependencies: https://sourcegraph.com/github.com/chrismwendt/patdiff-and-deps/-/blob/patdiff/lib/import.ml#L4:5&tab=references **Implementation** I used https://github.com/rvantonder/merlin/pull/3, but not https://github.com/rvantonder/lsif-ocaml (I needed to...

I had no idea anyone was using it, and I no longer have the Dockerfile for it due to a career move 🤦‍♂ It's been ~2 years and I've paged...

I've been using this locally behind a debug flag while working on [Rockskip](https://github.com/sourcegraph/sourcegraph/pull/28719). I'm not 100% sure the escape function is safe (so I removed the code that ran the...

When I run `build-wasm` on a machine with 8GB RAM, it gets SIGKILLed due to running OOM. I managed to build it on a machine with 128GB of RAM (took...

@masatake Out of curiosity, are you still working on a new PEG-based Java parser?

@ndmitchell It looks like the copyright year is out of date in CI: https://github.com/ndmitchell/ghcid/actions/runs/4345680401/jobs/7590729342?pr=373#step:7:105