gdmoore

Results 4 issues of gdmoore

https://autobahn.readthedocs.io/en/latest/reference/autobahn.html It looks like sphinx-autodoc didn't run properly; only `util` has any documentation, all other sections are blank.

bug
needs-investigation
CI-CD

Python 3.8, using Autobahn|Py 20.3.1, and Crossbar from crossbario/crossbar:pypy3-20.2.1 What I'm trying to do is have a pool of workers handling an endpoint with shared registration (roundrobin), and after a...

enhancement
docs

`CharField` _requires_ a `max_length` but not all databases mandate this. In Postgresql, the max_length can be optional. It would be nice to have support for the same functionality. Discussing it...

enhancement

Have you considered support for Postgresql's tsvector type? ( https://www.postgresql.org/docs/12/textsearch.html ) I realize this would be entirely Postgresql specific so perhaps it would be more appropriate as a contrib module...

enhancement