sanderr
sanderr
By using MySQL charset ```utf8mb4``` and collation ```utf8mb4_unicode_ci``` (or ```utf8mb4_unicode_520_ci```) the database can support emoji-URLs.
Implemented changes for #157. Converted px to em with 1em = 16px.
The external storage config for dropbox does not save, and shows an exclamation (and in the web developer console it shows a 422 error). I eventually got it working by...
##### SUMMARY Rebuild the SourceList from its parsed chunks. Use re.split() instead of split(), so it will not make additional spaces disappear. Furthermore, this code splits the comment and source...
From the html version of the [markdown style guide](https://google.github.io/styleguide/docguide/style.html#better-is-better-than-best), based on [style.md](https://github.com/google/styleguide/blob/8c4da230fc15e01e0ba3545c8a6ff55bc3da4649/docguide/style.md?plain=1#L72): > Set lower standards for each CL, so that **more such CLs** can happen. I do not work...