Ryan Govostes

Results 121 comments of Ryan Govostes

Intriguing project name, Nick. What shell are you using? If you change `source` to `.` does it fix it? > On May 9, 2019, at 14:55, Nick Youngblut wrote: >...

Note source and . are synonyms so that’s not a necessary change. You shouldn’t subsequently issue an activate command because the point of direnv is that it is activated when...

I think having a default byte count (-1) and reading up to a certain number of bytes are orthogonal. It's the latter behavior that is more important. I don't think...

macOS does a `PROPFIND` on `/dav/addressbooks/user/contacts` with the content ``` ``` But the reply looks like an empty set: DAV response ``` /dav/addressbooks/user/contacts/ Contacts /dav/principals/ HTTP/1.1 200 OK ``` This...

Updated to 2.19.1 today (via the Docker image) and still I don't see my contacts in macOS. I would be willing to sponsor a bounty to fix macOS support. Maybe...

@tborychowski Please re-open — the point of the issue is for the contributors to Monica to be aware that the issue applies, and the community to discuss potential solutions. Closing...

@nathanpalmer That's a good find and I think is plausible. (Rather than "not following more than 1 redirect," I think it's more likely it's refusing to follow an insecure redirect...

@asbiin Is there a member of the team with expertise with the CardDAV integration who could take a look at this? There is [a $50 bounty](https://www.bountysource.com/issues/93373457-doesn-t-work-with-macos-contacts-app) (which I'll contribute another...

First, you'll need to install Homebrew. Instructions here: https://brew.sh Paste the content above into a file at `/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/mapmap.rb`. Then you can just run `brew install mapmap` and the rest is...