Sven Pöche

Results 9 comments of Sven Pöche

Hello, another URL is https://www.twitch.tv/collections/Eb9h5skuhRecGg. The following GraphQL query should do the job: ``` query Collection { collection(id: "Eb9h5skuhRecGg") { id title items(first: 50) { edges { node { ......

i merged your changes to my fork and updated zf2 to version 2.0.0-RC5

@DirtyHairy I have rebase the PR so you can merge it now. :)

Symlinks no longer work, not just for versions but also for plugins. I used to create a symlink to the Git repo of my fork for plugins I'm working on...

> Thanks for this. As noted I didn't understand the special treatment of "align". > > Another question I have is how common it is for paragraphs to have classes...

Hi @jgm, It's been about 3 weeks since my last message and I haven't heard back yet. I wanted to follow up to see how you'd like me to proceed...

Hi @jgm, I've completed the implementation of the `paragraph_attributes` extension as discussed. The solution follows the approach we agreed upon: **Implementation Summary:** - Extension only available for HTML output format...

Hi @jgm! Thanks for the update and for adding the unconditional unwrapping to the HTML writer in response to #11014! You're absolutely right that `paragraph_attributes` is too narrowly focused. The...

I'm not a C# developer, but the following GraphQL query should do the job: ``` query Collection { collection(id: "Eb9h5skuhRecGg") { id title items(first: 50) { edges { node {...