bblfshd
bblfshd copied to clipboard
A self-hosted server for source code parsing
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.0-rc95 to 1.1.2. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1 -- "A plan depends as much upon execution as it does upon concept." This release only...
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.2.1 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Release v1.3.1 Tested versions: go...
From terminal I have this message : "python.exe: No module named bblfsh.__main__; 'bblfsh' is a package and cannot be directly executed" I try to add the main file in the...
When opening https://doc.bblf.sh/ in Chrome ```This site can’t be reachedCheck if there is a typo in doc.bblf.sh. DNS_PROBE_FINISHED_NXDOMAIN ```
Hello, I run "docker exec -it bblfshd bblfshctl parse /run/media/tarpit-c-master/python.py" command,ast not output,why? 
Hello, The [GitHub Security Lab team](https://securitylab.github.com/) has found a potential vulnerability in your project. Please create a [Security Advisory](https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/creating-a-security-advisory) and invite me in to further disclose and discuss the vulnerability...
## Background The `github.com/bblfsh/bblfshd` uses [Go modules](https://github.com/golang/go/wiki/Modules) and the current release version is `v2`. And it’s module path is `"github.com/bblfsh/bblfshd"`, instead of `"github.com/bblfsh/bblfshd/v2"`. It must comply with the specification of...
fix [#334](https://github.com/bblfsh/bblfshd/issues/334)
bblfshd: v2.16.1 typescript-driver: v0.8.2 Test case: - Driver hangs with code below. - If the client sets a grpc deadline the call is aborted as expected but then the driver...
Hi, I realize this may be more of a Docker question than an issue specific to this repo, but I would love an example in the documentation for how to...