ytyng.com
Latest Articles
Page 9
2020-06-01 01:18 (5 years ago)
Django
2019-12-25 06:14 (6 years ago)
2019-06-18 23:59 (6 years ago)
The shortcut key Command + Click (Jump to Source) was not working in JetBrains editors such as IntelliJ, PyCharm, WebStorm, and PHPStorm. As a workaround, I was using Command + ↓ instead. Upon investigating the cause, I found that it was not an issue with JetBrains editors, but rather a problem with Karabiner-Elements.
2019-05-18 16:14 (6 years ago)
Django
2019-03-25 23:57 (6 years ago)
Freezegun is a Python library that hooks into the datetime module to allow for testing scenarios that require manipulating the current time, such as simulating the next day. When running tests in Django that assume the next day, there can be issues, such as tests failing before 9:00 AM if the system is set to the JST timezone.