Bhavit Sharma
Bhavit Sharma
Remove dependencies on nightly build of rust compiler. #89 1. `vec_remove_item` 2. `std::options::NoneError` Also, I formatted it using rustfmt, hence the reason for large amount of diff.
We have a lot of technical debt to pay, partly because there are little to no tests available. This makes development slow and cuber-some. There are currently 30 files with...
# 🐞 bug report ### Affected Rule `js_library` I believe. ### Is this a regression? Not sure. ### Description Here's my repro repo: https://github.com/bhavitsharma/bazel-bug-repro. I have a shared package rule...
Hi. I can't seem to find TerminatorThemes options under `Plugins`. I am running arch linux. I first installed `sudo pacman -S python2-requests`. My terminator version is 1.91. So, I used...
There's no way to handle pool init errors. Consider a scenario where a website's CSP doesn't allow us to run a worker; the pool init will fail to make a...
tsc --watch is pretty memory heavy in general - a project with just 6 files and 5-6 dependencies in package.json ends up taking ~300 Mbs. Our company's projects are pretty...
Logging is not straightforward in worker mode since Bazel's protocol uses stdin/out for communication. However, we should expose a method to add logs to a file that we can inspect....
Currently the openvscode-server serves request via http. Its implications are that some extensions like `git-graph`, `jupyter`, `markdown-enhanced-preview`, `vim` (clipboard copy/paste) don't work. I appreciate the gitpod's team concern to make...
Update openvscode-server in nixpkgs to 1.74.1. I tried upgrading it myself but yarn step fails at fetching mysqlite dependencies because of sandboxing restrictions