Results 15 comments of D. Ebdrup

I think it'd be better to close this PR and open a new one with the new fix.

Direct images to links, ie stuff from http://pbs.twimg.com/media/, when inlined on other sites, gets redirected too, which causes the images to fail to load - so perhaps the best is...

I believe they use [this feature](https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.2.3) to inject. Would it be possible to get a toggle feature that can only be adjusted by changing a flag in a config file...

Is there a specific reason why synth can't/doesn't offer to specify options for ports the first time they're built? That's one of the main features of portmaster that I like...

If you just need to use make config on a port, you can do `make -C /path/to/port config`

The FreeBSD port/package [comes with the rc.d service file](https://cgit.freebsd.org/ports/tree/audio/spotifyd/files/spotifyd.in) necessary to start spotifyd as a service, so if you want to add instructions for how to run as a service...

> @debdrup Looks like a good suggestion! As I have only little experience with FreeBSD, I'm not really sure how to fit that in here correctly (especially since there seems...

It's not a blocker for now, but I'm just making a note of this: There should probably be some kind of documentation that notes that this can't be used for...

> I appreciate @robn your efforts to clarify the situation in the `zdb` `man` page, and @rincebrain your discussion of some of the pitfalls. > > And I can definitely...

Let's say you do the following: ``` echo test1 > test1 echo test2 > test2 echo test1test2 > test3 ``` You can then use sha256 (on FreeBSD at least, your...