John Doe
John Doe
Hello, Thank you for your work on the python bindings of gmic. Is Windows 64 support still on your radar ? I can provide testing.
~/repos/py-mysql2pgsql: git diff diff --git a/mysql2pgsql/lib/postgres_writer.py b/mysql2pgsql/lib/postgres_writer.py index 3165520..16109fd 100644 --- a/mysql2pgsql/lib/postgres_writer.py +++ b/mysql2pgsql/lib/postgres_writer.py @@ -104,7 +104,7 @@ class PostgresWriter(object): return default, 'time with time zone' else: return default, 'time...
Platform: Darwin/arm64 Python version: 3.9.4 Pyzotero version: 1.5.1 # Problem Description - What were you trying to do: trying to get the total results for a query. had to fetch...
Just an idea: add support for accent using caps: x...x...X...X...
Error with Windows7 (32bit) and IE8 (taconite version 3.64), line 124 character 3, see screenshot at http://tinypic.com/r/2rd7m0x/7 Message: "object required".
(Sorry if it's not the place to ask) Is there any plan to support argh ? (https://pypi.org/project/argh/) Thank you,
File header triggers the following warning: SyntaxWarning: invalid escape sequence '\_' This commit fixes this by marking the string as raw.
Path instance is detected and converted to str. No other changes.