Caius Durling
Caius Durling
1. Configure the plugin to call a script that doesn't exist 2. `execve` call will fail and log it's failure to exec 3. Currently openvpn will keep the auth pending...
Propane (mac campfire client) displays inline images, but has an option when you right click on it called "Hide Annoying Image" which hides the inline image from the conversation view....
Otherwise the app icon stays badged, and the channel names stay highlighted. Which is kind of irritating :grin:
Terraform and HCL are almost the same language, but not quite so proposing them as separate languages within Zed. (Terraform is an extension of HCL, with a different formatter.) This...
Adds Makefile syntax highlighting, based on [tree-sitter-make](https://github.com/alemuller/tree-sitter-make). Release Notes: - Added Makefile language support ([#5366](https://github.com/zed-industries/zed/issues/5366)).
We ran into an issue where having the following run in the same `rake db:migrate:with_data` process caused an issue: 1. Data migration that writes to a table 2. Schema migration...
I went looking in the cli for this feature and reached out to support, who pointed me at the [/v1alpha/yaml API docs](https://docs.semaphoreci.com/reference/api-v1alpha/#validating-a-pipeline-yaml)[^1] so I figured wrapping it in the cli...
Change `Delayed::JobWrapper` from directly invoking `:execute` callbacks and `job#perform_now`, to instead calling `ActiveJob::Base.execute` and letting ActiveJob handle the callbacks, job deserialisation and performing internally. To explain why, we've observed a...
tree-sitter 0.20 generates both NodeJS & Rust bindings, which then makes it usable as a dependency of a rust project. Updating the node dependency then running `./node_modules/.bin/tree-sitter generate` generates the...
### What is the issue? I think there might be a regression in behaviour between Tailscale v1.66.0 and v1.68.0 using SSH Agent Forwarding via Tailscale SSH. We use [Capistrano](https://capistranorb.com) to...