Suraj Barkale

Results 11 comments of Suraj Barkale

I have hit this problem with VSCode update and following 52 lines are added to `~/Library/Caches/com.microsoft.VSCode.ShipIt/ShipIt_stderr.log` every few seconds. I do not have visual studio code open. When I checked...

Here is a shell.nix example https://github.com/mjlbach/nix-shells/blob/master/lorri_tensorflow_nixgl_poetry2nix/shell.nix

How about supporting [EventSource](https://www.w3.org/TR/eventsource/) for streaming?

@samtstern I am expecting an image that is enough to run firebase commands. It is easier to use it as base image in case we need to extend it. We...

Either debian + cli or scratch + cli image is OK.

I have created https://github.com/target/lorri/pull/410 to illustrate the approach. I have found that `IN_LORRI_SHELL` is also set after `$(lorri direnv)` is evaluated in `.envrc`

Here is my workflow: 1. Run `lorri init` within a monorepo `~\Documents\monoproj` 2. Open VS Code to edit stuff within `~\Documents\monoproj` 3. Change to a project in a subdirectory `~\Documents\monoproj\nodejs\proj`...

I am using the daemon on macOS with launchctl. However, I just realized that it is unable to access files in `~/Documents` folder. So I had to resort to `lorri...

I was able to get the permissions under control by granting `/bin/zsh` Full Disk Access in macOS. I got into the habit of using `lorri watch --once` as there is...

Using `getMetadata` means two requests per file. Which adds up when downloading a lot of files. In my case, since the file sizes were small, two requests took effectively double...