Mike Robinson

Results 40 issues of Mike Robinson

According to https://spec.commonmark.org/0.30/#thematic-breaks, for thematic breaks, > [s]paces and tabs are allowed between the characters: Therefore, we can use `- - -` (with spaces in between), which should produce a...

The key length can safely be set to 16 instead of 32 because the string length of the hash returned by `scrypt()` for some reason is always doubled. So if...

documentation

Suppose we have the range `15.06.2016 23:59 ~ 16.06.2016 00:00`. The length of time between the start and the end is only 1 second, however this library displays "2 days"...

I'm on Linux and it shows "Cmd" in the shortcuts. I don't know how to get it to work. ![highlight_line](https://cloud.githubusercontent.com/assets/901732/8662953/8c65cdbc-2982-11e5-9028-2ec36150b6df.png)

### Version(s) affected 5.0.2 ### Description Line breaks inside tags produce incorrect markdown ### How to reproduce HTML: ```html HelloWorld ``` Output: ```md **Hello world** ``` Expected output: ```md **Hello**...

bug
up-for-grabs
commonmark-compatibility

I was having some issues with twemoji-color-font. I was using the version from the PPA on Kubuntu (11.2.0-1). I created this question: https://askubuntu.com/questions/1271915/kubuntu-20-04-font-used-when-the-font-is-not-installed/1283665#1283665 and this issue: https://jira.mongodb.org/browse/COMPASS-4443?filter=-2 Here is my...

### Winter CMS Build 1.1 ### PHP Version 7.4 ### Database engine SQLite ### Plugins installed _No response_ ### Issue description If you have an error in a component, the...

needs response

It appears that the version of Awstats Debian 7 uses is ancient, but it does not correctly recognize 408 HTTP status codes. Not sure if this has been fixed in...

If the `default_date` option is set to `false`, when calling `pickmeup('.date').set_date(date);` it is impossible to actually set the date of the element programatically. `set_date()` should change `default_date` for that element...

bug