Poren Chiang
Poren Chiang
This PR implements PO file to QPH conversion. Not quite sure about naming conventions, please let me know if there were any glitches. :)
This PR adds the double-tap detection to the extension, in the same behavior as Android or iOS. (Though double two-finger taps could be more feasible under OS X (macOS), W3C...
GitHub provides [Releases](https://help.github.com/articles/about-releases/) functionality to enable project owners track their binary releases. It would definitely be better than checking the executable in Git repository, which Git could not efficiently store....
Hi there, I stumbled upon The League's site and is fascinated with your font work. However, despite of The OFL Sorts Mill Goudy was being displayed nicely in Windows Font...
Currently, new installations in a clean virtualenv on Python 3.9.7 would result in the following error: ```sh File "/private/var/folders/…/zipcodetw/builder.py", line 23, in build dir_.load_chp_csv(csv_f) File "/private/var/folders/…/zipcodetw/util.py", line 317, in method_wrapper...
As a developer and law undergraduate, it's really nice to bump into a project dedicated to lawyers. :smiley: A quick browse through chapter 2 would notice several margin headers not...
This PR fixes #48 as it references to tree view tab indirectly (finds the parent element of `.tab[data-type='TreeView']`) instead of hiding the first one. Works for me!
Currently the theme itself hides the first available tab list ([ref](https://github.com/Yummygum/city-lights-ui-atom/blob/master/lib/main.coffee#L2)), which happens to be the one on the left; moving tree view to the right breaks this behavior. Maybe...
Currently, the modal dialog backdrop prevents styleguide from displaying properly. This PR fixes the issue.
This PR fixes mastodon/mastodon#28884 by changing how `LanguagePicker` populates its list of available languages. ### What the problem is Currently, the language picker in Mastodon iOS app builds its list...