powellnorma
powellnorma
I have fixed the parts that I reviewed on my branch `reverse_lookup`, see: https://github.com/powellnorma/piccolo/commits/reverse_lookup However querying an M2M field (of the referenced table) seems to be rather slow at the...
> I'm sorry, but I don't understand. How can we refer to a table that doesn't exist. The example I gave was wrong, I corrected it. What I meant was...
> This also doesn't work. Raise ValueError: _name isn't defined - the Table Metaclass should set it. on line 148 name property. Hm, for me that example works. I (already)...
@sinisaos I [created](https://github.com/sinisaos/piccolo/pull/1) a PR on your fork/branch. If you accept it, my changes should be included in this PR. > The only thing I've noticed is that if the...
> The only thing I've noticed is that if the column name is plural the tests fail Does it still occur after this commit? https://github.com/sinisaos/piccolo/pull/1/commits/d6c64531246e20c00657e0dbd570268b548668ca
One thing this is currently missing is the ability to use `.order_by` on the `ReverseLookupSelect`. Similarly with `.where` etc. @dantownsend Do you think this should be supported? And if so,...
> As far as I know, things like AT_SYMLINK_NOFOLLOW are handled by the kernel (same as chown vs lchown etc). So SSHFS has no idea what the original request was....
One could add an optional `runAssistant` parameter. If set, a response (to the passed messages) is generated automatically
Encountered this too, the symlink itself has timestamps, and tools like `cp -P` or `touch -h` fail otherwise. Reproducible via: ```shell cd /path/to/mnt ln -s does-not-exist my-smlink touch -h my-smlink...
> I don't think it has anything to do with magisk. I tested several times: When not using magisk `/sys/fs/pstore` gets filled, when using it `/sys/fs/pstore` stays empty.