Vítor Brandão

Results 30 comments of Vítor Brandão

Hello @sergeda. Please post the `smarty-bundle` and `minimum-stability` lines you are using on `composer.json` and `composer.lock`.

@sergeda have you [enabled it in AppKernel.php](https://github.com/noiselabs/SmartyBundle#2-enable-the-bundle)?

Hmm... maybe it has something to do with Symfony-2.5 (haven't tested yet). If you run `app/console container:debug` do you see the `templating.engine.smarty` service? ``` $ php app/console container:debug | grep...

Hi, @oldy777. I've started working on sf5 in this [PR](https://github.com/noiselabs/SmartyBundle/pull/96) but it's not a trivial task as they have dropped the built-in support for multiple templating engines. I'll get in...

Hi @kick-the-bucket, thanks for spotting that one. You're right. This will be fixed. Thank you.

Fixed in the upcoming 3.0 release branch (https://github.com/noiselabs/SmartyBundle/pull/74).

Same problem for me on macOS and with `awscli` installed via Homebrew: ``` $ aws --version aws-cli/2.0.0 Python/3.8.2 Darwin/19.3.0 botocore/2.0.0dev7 ``` If I use the `pip` installed module it works...

A bit late to the game but was this implemented already?

This might help: http://linux.die.net/man/8/mount.davfs

Hello @DPUkyle. There isn't such a setting currently. `box-linux-sync` currently uses WebDAV to sync files. I don't have the time to check it right now, but if WebDAV supports this...