Richard C Yeh
Richard C Yeh
## Windows ``` python Python 3.5.1 |Anaconda 2.4.1 (64-bit)| (default, Dec 7 2015, 15:00:12) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information....
Python 2.7 on both Windows and Linux obtains ``` >>> type(cursor.description[0][0]) ``` and does not exhibit the problem.
With --vv, the log file is too large (53 MB) for Github (25 MB limit). [email protected] will send you that log by email. [fwupdtool.get-devices.after.txt](https://github.com/fwupd/fwupd/files/12823461/fwupdtool.get-devices.after.txt) [fwupdtool.get-devices.before.txt](https://github.com/fwupd/fwupd/files/12823462/fwupdtool.get-devices.before.txt) [dmesg.after.txt](https://github.com/fwupd/fwupd/files/12823463/dmesg.after.txt) [dmesg.before.txt](https://github.com/fwupd/fwupd/files/12823464/dmesg.before.txt)
I wonder how that version specification gets produced? In this repository's package.json file, the dependencies section is empty https://github.com/foambubble/foam/blob/cdbb9656612d65cf15b911934e4808a63093168b/package.json#L42 But in the 0.25.6 package, I see the older version specified...
Thanks! Created my first pull request ever; attached for your review.
Since 4.5.1 supports the appropriate padded week codes and compiles with foam, we'll go to 4.5.1 instead of any higher ECMAscript version.
I'm sorry! I will try to work on that Friday night.
I'm running into some other problems. I'd like to figure this out in case I can contribute something in the future. My environment is Linux penguin 6.1.60-08594-g03a802b9a072 on ChromeOS. The...
Thank you! My problems reproduced at master. To correct this, I needed to `npm install jest-environment-jsdom`. After that, the tests ran! Then I had some test failures because I had...
I synced with origin/master and just took the yarn.lock from the repository. Tests continue to pass.