Ada

Results 190 comments of Ada

Absolutely! People recommend configuring [secret_file](https://agile.bu.edu/gitlab/help/update/versions/gitlab_16_changes.md) in GitLab. Gitea/Forgeo also have a [similar feature](https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini). You might perfer that one since it's written in the same language as `frp`. They use a...

I can report that, under very similar conditions, I also have... unfortunately, reproduced this error! :P

I just ran into this a year later from when it was reported. :/

@jimsalterjrs If you're concerned with some semantic mis-scoping of the issue, don't get why you closed this instead of renaming it. The issue is still present for a lot of...

@jimsalterjrs I thought it was pretty obvious. Just tell SSH to run a specific shell, then pass commands into that shell. Easy :)

@rcorre Just one person here, but I should probably mention that wouldn't satisfy my use case. I almost always am working simultaneously in an editor and in a terminal. The...

> It could be nice that helix accepts a given POSIX signal to trigger a reload. Yeah, I was thinking the same thing. How does everyone feel about this?

I think for a use case like this, it should be unresponsive to controls including Ctrl+C. Should still respond to actual SIGINT signal sent from another process, though.

Thanks, @istudyatuni! That worked a treat. My personal problem has been solved, but I'll keep this open to track adding the necessary env var to this repo's `flake.nix`.

Yeah, I believe 'go to definition' is what it is. In Helix, it triggered when I hit `g d`, which is probably the exact same thing as Ctrl+Click in VSCode....