James T

Results 23 issues of James T

I want to be able to show all descriptions and all comments of all issues. It'd be nice to have more cli options for the subcommand, `show`, but I really...

OS: Win10 Python 3.6 ``` James@j-desktop MINGW64 ~/Temp/learnxinyminutes-pdf (master) $ python genpdf.py Traceback (most recent call last): File "genpdf.py", line 80, in '--latex-engine=xelatex', File "C:\Python36\lib\subprocess.py", line 267, in call with...

So I'm calling `GetFeedSubmissionResult` from mws api, but they're giving me this unreadable response. https://i.imgur.com/64fUmIB.png in header of response: `content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8` I'm still trying to figure out how to fix...

If possible, please merge this pull request into a new branch. My fork has been adapted to Python 3. Here's a summary of my changes in my merge-ready branch: -...

I'm using `[email protected]`, and running the example code from the readme isn't working. edit: I switched over to using react-native-photo-view I just had to `react-native link` for that which required...

Linux j-pc 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux python 3.5 mouse Version: 0.7.0 my code ``` import mouse def run(): start_stop_record = 'F2'...

Use case is USA and Canada So this code is broken ``` const countryCodes = require('country-codes-list') let b = countryCodes.customList('countryCallingCode', '{countryCode}') b[1] // yields 'DO' ``` one solution is to...

Is this intended to be a filter? Comparing it to node-postal, I believe node-postal filters out others entirely. example: `ca` is ambiguous ```shell curl --silent -X POST -d '{ "query":...

This is an error that is thrown while I am training this classifier either for a. strings instead of integers b. large amounts of data? I have 400 features and...