Michael Diamond

Results 198 comments of Michael Diamond

Yes understood, and sorry if I was coming across as critical or judgemental. I appreciate the difficulty of supporting Windows well, and choosing to sunset providing that support instead of...

Can you share more diagnostic details, such as the bash version you're using? Using `set -x` to print what's happening around the time of precmd could also be helpful.

Thanks for your feature request, I'm glad you like bkt! Sorry for the delayed reply, I was on parental leave when you posted and just coming back to things now....

One thing that's slightly suboptimal about the above (same issue with your proposed solution) is that we run the command twice if the cache started off cold. It's ~fine, but...

The `Access-Control-Allow-Private-Network` vulnerability is a separate issue, discussed in #337

@rogchap @matt-lewandowski @georgechieng-sc is this project still maintained? It has been removed from the Google Chrome Web Store. It would be great if you could update the manifest. It looks...

It's the `exit 0` at the end of the script that appears to be triggering this finding. Removing that line clears the "unreachable" finding. Here's a smaller example: ```sh #!/bin/sh...

I agree that the finding is wrong, I'm just saying `exit 0` isn't needed and removing that line appears to make the finding go away.

Thanks for the report! Yes we should be able to get `--stale` working with this tool. You can see the current implementation [here](https://github.com/dimo414/bkt/blob/5add80ef526e537bd33cc14bcc03b6f977bcb8ce/src/main.rs#L53), do you happen to know what's needed...

I believe the existing behavior creates the grandchild relationship we need (`direnv` creates a `bkt` subprocess which starts a grandchild subprocess and then exits, causing the grandchild to be re-parented)....