Christian Lück

Results 257 comments of Christian Lück

> I'd like to keep the downloading at least for Travis, but we could cache the downloaded contents locally. Afaict this project doesn't even use travis? :) Anyway, would you...

FWIW: Getting this project to run as a single phar via [phar-composer](https://github.com/clue/phar-composer) is as easy as running this: ``` $ cd centipede $ phar-composer build . # build from git...

I can also confirm this issue. It is very likely caused by a blocking call here: https://github.com/jakubkulhan/bunny/blob/d0dec8fbbac4e4edd6cdc892fe14cfa607c386ce/src/Bunny/Async/Client.php#L195 which then ends up here: https://github.com/jakubkulhan/bunny/blob/d0dec8fbbac4e4edd6cdc892fe14cfa607c386ce/src/Bunny/AbstractClient.php#L232 As an alternative, this class would have...

For the reference: This ticket hasn't seen any progress because it's actually quite tricky. Its syntax does in fact collide with concatenated values for short options as implemented in #12....

Thanks for opening this ticket :+1: I understand where you're coming from as I have faced the same issue when integrating this into some bigger projects. I'm currently undecided because...

> autoescape string|boolean > If set to true, HTML auto-escaping will be enabled by default for all templates (default to true). This means that HTML auto-escaping is the default –...

See also https://www.gnu.org/software/coreutils/manual/html_node/Formatting-the-file-names.html and https://www.gnu.org/software/bash/manual/html_node/ANSI_002dC-Quoting.html for possible (better) alternatives.

If anybody feels like filing a PR I'm happy to review! :+1: Unfortunately I do not have access to an Oracle database, so there's not much else I can do...

I like the idea, does anybody feel like filing a PR? :+1: :) Also, I suppose this is a duplicate of #1?

Thanks for the input guys! I understand that this project may appear rather dead, but I can assure you it's not, and I'm looking into devoting some more time into...