Mattia Tezzele

Results 18 comments of Mattia Tezzele

Same error trying to compile Bootstrap Sass port: ``` CSS Syntax error Undefined variable: "$alert-padding". Copying public files Copying page assets CSS Syntax error ``` Did nothing but drop the...

I did! The sass compiles just fine. On Sat, Aug 30, 2014 at 3:15 AM, Ben Schwarz [email protected] wrote: > Have you checked that it'll compile on the command line...

> At the moment (3.0.3) the only way to "rename" a group is to add each contact one by one to a new group. Which would cause you to lose...

Thanks @Kirtai, I'll look into it.

Same issue on 0.8. Subscribed/shared calendars still seem to be a pain with Baikal, a partial workaround (using a completely different workflow) can be found [here](https://github.com/sabre-io/Baikal/issues/875). Still wrestling with this...

@guzzisti Am I understanding this correctly and there's still no way to provide read-only access to a third party *without authentication*? I'm trying to set up a "normal" read-only shared...

Nice @rschulzeLE, thanks a lot for sharing that!

@guzzisti May I ask you which URL do you use for subscribing after going through the process you describe?

Thanks again @rschulzeLE, I had missed that. Sadly this is not working in Calendar.app on macOS even with the right URL, I just get a permission error and no possibility...

I was able to get ffmpeg to [detect the crop coordinates automatically](https://superuser.com/questions/810471/remove-mp4-video-top-and-bottom-black-bars-using-ffmpeg) through `cropdetect`: ffmpeg -i input.mp4 -vframes 10 -vf cropdetect -f null - Sample output: [Parsed_cropdetect_0 @ 0x7fcce1c04940] x1:246...