LI Daobing
LI Daobing
``` >>> a = lunardate.LunarDate(1, 2, 3, isLeapMonth=True) >>> str(a) 'LunarDate(1, 2, 3, 1)' >>> repr(a) 'LunarDate(1, 2, 3, 1)' ```
``` >>> a = lunardate.LunarDate(1,2,3) >>> a.toSolarDate() Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.7/site-packages/lunardate.py", line 190, in toSolarDate offset += _calcDays(yearInfos[yearIdx], self.month, self.day, self.isLeapMonth) IndexError:...
``` $ say-it "Hello 世界" ERRO[0000] Load json file failed, maybe there open /Users/lidaobing/.sayit: no such file or directory FATA[0030] Fetch access token failed. Please concat the Author: [email protected]: Get...
``` $ gnucash-to-beancount family.gnucash > family.beancount Traceback (most recent call last): File "/usr/local/bin/gnucash-to-beancount", line 11, in load_entry_point('gnucash-to-beancount==1.0b0', 'console_scripts', 'gnucash-to-beancount')() File "/usr/local/lib/python3.7/site-packages/gnucash_to_beancount-1.0b0-py3.7.egg/gnucash_to_beancount/cli.py", line 39, in main entries = convert.load_entries(book) File "/usr/local/lib/python3.7/site-packages/gnucash_to_beancount-1.0b0-py3.7.egg/gnucash_to_beancount/convert.py",...
Hello, I have a foo.user.js, when I use UTF-8 encoding in this file, it will print a wrong encoded chars in the output. if I save it in UTF-8 and...
coffee file ``` coffee $("").text(__("Your Boards")).attr("value", "User|#{Gigabase.user_id}") ``` generated po ``` msgctxt "Your Boards" msgid "value" msgstr "" ```
Usage: when checking the fd leaks when forking, it's handy to check the number of opened file descriptors for every parent process. How to get data: the following information means...
For example: could you change "Open" to "Open Teams for Linux" or change "About" to "About Teams for Linux" so we can get the name of the app, especially when...