Chris Castle

Results 20 comments of Chris Castle

That makes sense and would be easier to implement than in-line editing. Should the dialog be able to add new attributes? If so, this dialog could be used for 2...

I can repro this also. Here is a zip of the [Profile](https://github.com/objective-see/LuLu/files/5825237/quad9-dns-over-tls.mobilconfig.zip) I'm using to enable Big Sur's newly added ability to use DNS over TLS or DNS over HTTPS...

The changes in this PR plus the one line below got it working for me! Thanks! ```diff - var events = response.items; + var events = response.data.items; ``` I also...

Hi @kwikiel, yes it requires two people to video conference with another person. You could test it with two browser tabs on the same computer though. The cause messages you...

Here is an example of where this would be helpful. The below GIF (recorded with Gifox) is very wide because there is one line of CLI output that is very...

Thanks @jamalx31. I've got a few projects taking up my time now, but I'll do some proof-of-concept-ing over the next month or so and let you know how it turns...

Same question here. If someone can share here the proper way to update aliases (e.g., `lts`, `lts-gallium`, etc), I'd be happy to make a PR updating the docs. According to...

I'm having a similar problem. Placing `set ASDF_GOLANG_MOD_VERSION_ENABLED true` above `source (brew --prefix)/opt/asdf/libexec/asdf.fish` in my (fish) shell configs stopped the warning message from appearing on every single prompt, but I...

Apologies for the last message, but I think I'll leave it in case someone runs into the same issue. Here's how I resolved it. Note that this only applies to...

+1 Seems a bit hacky to put the full path in there, but I had to do the same thing. I'm using [rbenv](https://github.com/sstephenson/rbenv) to manage the ruby versions on my...