Peter Stalman

Results 47 issues of Peter Stalman

First off, great work! I am wondering if there are any plans to also parse the main body of the html? Sort of like "reader mode" in the browser. Compare...

How does one get the current active tab or panel, and how can one set them?

So this is because I scratched my head several times regarding #9627, #9945, etc. This is a small merge that solved the problem. I'm using Docker, inside Virtualbox, on a...

The README.md currently mentions how to do this using DNS, but could this process not be improved on by using Consul instead? As already mentioned in the readme, [DockerSwarm.rocks](https://dockerswarm.rocks/) recommends...

Not a major concern if you know about it, but it's odd when you scroll and nothing happens for a second or two before the cursor makes its way back...

I only found it because I had the same idea, otherwise I wouldn't have known it existed. It is a fantastically useful project, but if no one knows about it...

enhancement
discussion

Fix for #3685. Reworked the "remove indentation" to properly account for all lines, work with leading linebreaks, and retain codeblocks at start of markdown. Reworked the tests, to among other...

Markdown

I thought I was going mad at one point. I've simplified the issue to the following code: ```php $loader = new \Twig\Loader\ArrayLoader([ 'index' => '{{ text|markdown_to_html }}', ]); $twig =...

Markdown

``` TypeError: Argument 3 passed to PhpOffice\PhpPresentation\Reader\PowerPoint2007::loadShapeRichText() must be an instance of PhpOffice\PhpPresentation\Slide\AbstractSlide, instance of PhpOffice\PhpPresentation\Slide\Note given, called in /app/vendor/phpoffice/phppresentation/src/PhpPresentation/Reader/PowerPoint2007.php on line 1387 and defined in /app/vendor/phpoffice/phppresentation/src/PhpPresentation/Reader/PowerPoint2007.php:886 Stack trace: #0...

Type - Bug
Component - PowerPoint2007

I see there are flags to show the speed and progress per file, but what about overall progress? It would involve counting the lines in the checksum file and then...

FR