Nic West
Nic West
```python >>> render(":values__names", values=Values(FOO=1, BAR=2)) ('FOO, BAR', []) >>> render(":values__names", values=Values(**{'"FOO"':1, '"BAR"':2})) Traceback (most recent call last): File "", line 1, in File "/home/nic/.local/share/virtualenvs/nic-UOxQ1ZmO/lib/python3.7/site-packages/buildpg/components.py", line 96, in __init__ check_word_many(self.names) File...
had to add `PATCH` manually in a number of places today, this should really should just be able to take anything.
at the moment you only get an empty response buffer
Hi! I'm trying to unpickle a dictionary with tuples as keys and I'm getting the following error: ``` panic: runtime error: hash of unhashable type []interface {} goroutine 1 [running]:...
**Describe the bug** When adding text to an existing PDF the characters are inverted. **To Reproduce** 1. download this PDF https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1145516/sa800man_2023.pdf 2. rename to SA800.pdf 3. put it in the...
I would suggest that getting the project onto [travis-ci](https://travis-ci.org/) or [circle-ci](https://circleci.com/) would be beneficial. Both have decent github integrations. Similarly setting up the test suite under [tox](https://tox.readthedocs.org/en/latest/) for testing different...
There are some [pep8](https://www.python.org/dev/peps/pep-0008/) issues with this code atm: ``` 9 E111 indentation is not a multiple of four 1 E121 continuation line under-indented for hanging indent 73 E122 continuation...