Chris Wilson
Chris Wilson
@anther I think I have fixed this properly on my branch: https://github.com/aptivate/php-activerecord/commits/master. Note that this breaks backwards compatibility with `through` relationships, because it now looks for them on the same...
@anther OK, where can I get your branch and how do I run all the tests for php-activerecord?
Same issue as #148 but closed unfixed?
Thanks, this gave me the hint I needed to work around the problem - pass the scalar parameters as a 1x1 Numpy array instead of a Python variable.
Unfortunately a similar situation happens with Hive. The table name in the exception is qualified by the database name (`default.test` in this case): ``` "(pyhive.exc.OperationalError) TExecuteStatementResp(status=TStatus(statusCode=3, infoMessages=['Server-side error; please check...
Thanks @jiangbaihe ! Google Translate says: > I also encountered the same error. After a period of testing, I found the problem. Quote your file content: > Process the file...
Here is the stack trace: ```python INFO: Adding group dev to lockfile Adding packages to dev dev-dependencies: -e file:///${PROJECT_ROOT}/#egg=pdmtest Traceback (most recent call last): File "/home/chris/pdm/bin/pdm", line 8, in sys.exit(main())...
I think it's [this tomlkit bug](https://github.com/python-poetry/tomlkit/issues/383). Although it would be nice if `pdm` produced a more helpful error message, at least with `-v` we can see that it fails while...
@Bonifacio2 looks like @frostming fixed this in [tomlkit in June](https://github.com/python-poetry/tomlkit/issues/383#event-17992271197), so probably not reproducible any more. Thanks @frostming! Closing this issue.
Thanks, we’re using LDAP to an AD server. I’m not really sure how to benchmark that part (Pam requests), but you’re probably right that they should be fast. However I’m...