Magnus Thor Torfason

Results 63 comments of Magnus Thor Torfason

Thanks @gaborcsardi, your pointers led me to a solution of sorts. The problem was that for me these links were owned by root with permissions 700. I could run them,...

Thanks. That actually breaks it again for me, because it `sudo`s and creates the links with permissions that don't allow me to `ls -la` them. Strange.

``` $ umask 0077 ``` And I can confirm that `sudo umask` on my mac always follows my regular umask. So setting umask as a regular user carries over to...

I completely agree with the sentiment to do as much as possible as a regular user, and also to not override settings such as `umask` unless absolutely needed. But this...

Just a minor update, I just updated to `4.3.2`. Before running `rig add release` I ran `umask 022`. And after doing this I can still run both ls and homebrew...

And perhaps even more pertinent to add option to use `qs::qserialize()` as an option for `driver_dbi` (and perhaps other). A very quick and dirty replacement got some example data (character...

As I mentioned in the initial report, "`--dry-run` is great and should be best practice", and I agree that changing repo specification should be done in a conservative manner. The...

All good points. I would be grateful if we didn't close this just yet. I'm still holding out hope that the idea will grow on y'all :-) But if not,...

Thanks for the update! Did some research, seems like it was deprecated first and then disabled: - Commit that disabled: - https://github.com/Homebrew/homebrew-core/commit/3f49dbdfafd784ed71fee7131e9a7c705a2b2a3e - Commit that deprecated: - https://github.com/Homebrew/homebrew-core/commit/104c6e5044d610266533673e364378e13ecc4881 Deprecating commit...

Sounds great. I don't know any issues with renaming a repo in GitHub, I think you can set forward, similar to happens with: https://github.com/smbache/import which has been moved to a...