Sebastian Spier

Results 475 comments of Sebastian Spier

Great question @psteininger. Can you share an example or any other form of context it which you might want to use the `Processor` concept? Or in other words, which problem...

@yunmikun2 thanks for the detailed issue including examples and all. Just out of curiosity, and as motivation for the maintainers of this project, can you share more about for which...

> Hi is it possible to create multiple topics using gen_rmq? > > I am trying to publish data to 3 different separate topics, is it possible to do so...

@kad-meedel I cannot help with the error you are seeing unfortunately. However the right syntax for the `--date` parameter seems to be: `YYYY-MM-DD` e.g. `2020-03-20` for today's date. Right @jonico?

Hi @asendia. I like this idea, and I have run into the problem that you are describing myself. What help do you need to get this PR over the finish...

I will try this out locally, and leave comments on this PR.

I was wondering if instead of creating a custom caching solution, one could also use something like http://octokit.github.io/octokit.rb/#Caching instead? Don't have time right now to try it unfortunately, but maybe...

Any input on whether or not this would be possible to do @gera2ld? While I don't know much about how the inner workings of markmap yet, I am happy to...

Btw my current work-around for this is to use [puppeteer](https://github.com/puppeteer/puppeteer) to automatically take a screenshot of the HTML generated by markmap. While that doesn't give me an SVG (like this...

@JBlond I am using a ready-made GitHub Action for this. Starting at L31 in here: https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/.github/workflows/generate-mindmap.yml However as this Action is using puppeteer under the hood, you can also use...