Phillip Stromberg

Results 8 comments of Phillip Stromberg

The problem is that currently, `application_key_id` is checked against the old `account_id`. That seems to be comparing apples to oranges. My fix was to check the given application_key_id against the...

I managed to find the source code for the transcrypt-loader npm package. It appears to only live in a branch called "[parcel-bundler2](https://github.com/QQuick/Transcrypt/tree/parcel-bundler2/transcrypt/bundlers/webpack)". I have submitted a pull request but I...

1. What would be involved with switching to poetry? I'm afraid I'm unfamiliar. At a quick glance it appears to be a replacement for pip? 2. Automatic publishing to PyPI...

Does Basecamp 3 have a mock/test API? Or are you saying we should write something that responds as if it were the real API?

I would like to keep this issue open until I have implemented it. I hope it is ok with you. You are also welcome to submit a pull request with...

Hi, @godeye If you go to [Line 60](https://github.com/phistrom/mesh2img/blob/1f557693189e45970d5a01ed2cdb3032244429a2/mesh2img.py#L60) and replace that ``None`` with two quotation marks back-to-back `""` does that fix it? Change it from `def __init__(self, paths=None, dimensions=None, material=None,...