paxter

Results 15 issues of paxter

Is there a reason why `runSpanGamut()` is called twice on the same string in the `_doAnchors_inline_callback()` function? Check out the `_doAnchors_inline_callback()` function in Markdown.php. [Line 754](https://github.com/michelf/php-markdown/blob/9d7fb2c8ae9155081dcbab275ef945e546cf72ba/Michelf/Markdown.php#L754): ```php $link_text = $this->runSpanGamut($matches[2]);...

Code with 4 leading spaces works. ``` code here ``` Code with leading tab works. ``` code here ``` Code with 4 leading spaces in quote works (if there is...

"Duplicate announce": Client sends the last announce again because of failing the previous attempt (for whatever reason). I'm running a small tracker. I'm tracking peers with the usual bt values...

Since yesterday, there are closing html tags in plots. For example test IMDb-ID: tt8183028 You will get for plot: ``` This is the story of a world whose territories and...

help wanted

Flac download works fine. But no tags are added. Maybe this could be implemented? I'm not sure, but I think on FLAC format https://wiki.xiph.org/VorbisComment is used?

It's not possible for trackers to determine if a client is leeching or just partial seeding. Most clients support that behaviour (afaik rtorrent not). https://www.bittorrent.org/beps/bep_0021.html Thanks!

The default url tag defintion ignores the https protocoll and set all urls to http. Escpecially for intern links on a website it's a problem, because all bbcode formatted texts...

Is it possible to add an Auro-3D audio codec detection to mediainfolib? If needed, I can provide examples. https://en.wikipedia.org/wiki/Auro-3D

NeedSponsor

The last commit https://github.com/rakshasa/libtorrent/commit/ebe4b967e1eda8565aed18c881e1cc1cffdd41cf fixes the correct using of tracker announce interval. But now the completed event will be sent on the next announce and not immediately (also described here...

#### What is this feature about (expected vs actual behaviour)? JavaScript elements will be removed in pre/code environment. In my opinion, content in pre/code tags should be left untouched (apart...