Marcel Ackermann
Marcel Ackermann
@pukkandan would you be down for adding support for facebook pages and playlists? I tried to understand how it's done for youtube channels and playlists, but didn't understand it well...
@GamerGirlandCo Does this endpoint also include collections that are shared with me? Maybe the issue I opened and closed again is not a duplicate after all, because shared collections do...
So far I wasn't able to find any lz4 library that supports streaming, and especially for large files it's a requirement.
I checked out the two in that site and a couple more, but no currently none supports streaming/linewise iteration.
@Cyan4973 They support the LZ4 streaming (frame?) interface, but they don't do that in a way that it's compatible with Python bytestreams (io.RawIOBase).
@steeve @darkdragn are there any plans to merge this PR? :)
Thanks a lot for your quick response. That's unfortunate, but I have some hopes with this: https://amp.dev/documentation/components/amp-script/ I'll give it a shot and report back. If this works what we'd...
I was able to add an amp-script element on the page, so I guess it gets executed. The problem is though that it doesn't seem possible to add the `pe-ua="UA-XXX-1"`...
If I understand correctly it's not possible to access the amp-script tag from the Javascript. But what's inside the amp-script tag can be accessed. Could you add another way to...
This logs: `Uncaught TypeError: Cannot read property 'attributes' of undefined` I extended their amp hello world example and this works: ``` Say hello! const button = document.getElementById('hello-inline'); button.addEventListener('click', () =>...