Guillaume Boudreau

Results 179 comments of Guillaume Boudreau

I am myself using the `new-api` branch, which stopped working a while ago (see #32). The master branch, I can't use for quite a while. Not sure if it is...

@andig The correct code to use to connect to the API might depend on region (EU, North America, Japan), and MY of the LEAF. I'm in Canada, have a 2011...

Follow up: so the new-api branch is working now; that branch should fix it for North America (it is working for my 2011 MY in Canada). For 2019+, I think...

OK, so I guess you'd need completely new code, something like this: https://github.com/Tobiaswk/dartnissanconnect/tree/master/lib/src That code connects to Kamereon platform in EU. If anyone wants to modify the code to replicate...

I'd be willing to try to code it, but I would need help for many aspects: - Can someone create icons to use? We might want multiple variants, to represent...

Multi-lines `To:`, `Reply-to:` or `Return-Path:` headers will cause this error. I applied the same fix [seen here](https://github.com/arithmetric/aws-lambda-ses-forwarder/pull/57/files#diff-123437becb14ae89b7993b712afef26e) for multi-lines `From:` headers to all those headers, in the RegExp used in...

```php $config->imagemagick_path = '/usr/bin/convert'; ```

Not sure how you test, but it seems to work as expected for me: - Album is public, anonymous user can see it - Change album to private using admin...

I submitted a PR that would allow you to do that, by enabling it in your config.php with $config->allow_symlinks_outside_photos_dir = true; Once it is accepted and merged, you can update...

Can you describe in details what you do, and what happens? I tried to reproduce what is detailed in the initial post, and can't find any problems: - I started...