Daniel Butler

Results 13 issues of Daniel Butler

Hi I am not able to find any tests in the python/django code. Is there any?

Because the code is forked and customized it seems as if adding type hints would help guide people in the right direction. For example it is hard to know what...

Thank you for the amazing project! Because of this project I only have the problem below Are there any gotcha's with `position: absolute`? I have not been able to get...

bug

The #176 update made some of the getting started documentation out of date. I love the progress and keeping up with the newest LTS versions! The pull request #215 was...

As a total beginner here how could you access data from the sqlite table to run other commands. What I am thinking is I want to get all the repos...

I am loving the design perspective of this package. It's much cleaner than other solutions I have been looking at using. The problem I've ran into is authenticating as a...

I love the idea of this library! I can’t tell if it is ready for people to start using, at the very least testing out. If so what are the...

enhancement
important

```py from dynamodb_json import json_util as json dynamodb_json_string = "{'s': 'ACTIVE'}" d = json.loads(dynamodb_json_string) # {'s': 'ACTIVE'} # a fix is to pass the string as all upper case d...

It looks like the documentation isn't accurate anymore. Step 11: https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0 | Parameter | Description | | --------- | ----------- | | code | The authorization code sent by the...