Andrew Farrell
Andrew Farrell
We need to have a container made for the entire application, including elasticsearch, tika, kibana, and other containers. This means we will need to have nested containers. See https://blog.docker.com/2013/09/docker-can-now-run-within-docker/. Plan:...
As a `chrome-cli` user, I have multiple google chrome profiles: one for work and one for serous personal stuff and one for recreational personal stuff. I would like to be...
I've merely copied the PR from @jessekrubin. All credit to him. but I've put it into in a single commit on top of current master so it is small enough...
I got an error when I ran `make build-core` as I was following the [instructions to `build semgrep-core` from source](https://github.com/returntocorp/semgrep-docs/blob/main/docs/contributing/semgrep-core-contributing.md#installing-for-the-first-time). ``` make: *** No rule to make target `build-core'. Stop....
To reproduce, start at the beginning of the instructions. On the third step: ``` $ npm install npm WARN [email protected] requires a peer of eslint@
I want to start up some server process and then reload that server process if the a set of files ever changes. Currently, I can almost do this programmatically by...