Christian Schmidt

Results 53 comments of Christian Schmidt

Hmm, I'm not sure why the tests are failing. It seems related to Psych (v5.0.0 was released 2 days ago).

Got it. Thinking in terms of a decentralised network is new to me. I hope this is better. Two changes to poll.rb were unrelated to this issue but were requested...

Mastodon uses the kt-paperclip for media handling. It does not currently support animated WebP images, but I have created a PR for that: https://github.com/kreeti/kt-paperclip/pull/123

@LeoEurope The issue with The Guardian is not related to WebP – see #26219. > Now, there are other issues I don’t understand but are perhaps related. Some of them...

The server returns different file formats depending the `Accept` header. This is why Firefox receives an AVIF file. ``` $ curl -s -H 'Accept: image/avif, *' -I 'https://i.guim.co.uk/img/media/b5bd441e246054953dbc21d57ab9667093036ead/0_346_6048_3628/master/6048.jpg?width=620&dpr=1&s=none' | grep...

> Do we know which accept header Mastodon is sending? It doesn't send any. > Do you have a similar request that returns the size of the image? The file...

The patch also removes some fields that are no longer available in v201605. campaign.activeViewCpmEnabled was removed in v201601: https://developers.google.com/adwords/api/docs/reference/#v201601 I could not find an explicit mention of the removal of...

@nickvirden I added a usage example to [README.md](https://github.com/c960657/googleads-node-lib/blob/patch-1/README.md). Specifying the API version is not required, so BC is preserved. But it is probably good practice to be explicit about the...