Zylatis
Zylatis
+1 for this feature, i think that default_with would work for me. My use case is wanting to use an enum to denote a particular kind of message, and a...
Bumping this one up, mostly because I'd like to understand how to pass this constraint to the contacts.filter() method so as to only get contacts where the balance owed has...
+1 for this, it would also be handy to be able to learn how to access the raw requests response object for both OAuth 1 and 2
Ah I see actually the 'since' does what I want for the most part for the 2nd query, however I'd still like to understand if single queries are being made...
Hi, Thanks for the swift and comprehensive response. Firstly I had no idea bitext was looking at that exact problem and has some code for it, many thanks! Regarding the...
Hey, thanks for the speedy reply! I am doing the following ``` cmake -DCMAKE_BUILD_TYPE="Release" -DEASY_OPTION_LOG=1 .. -- -- EASY_PROFILER.Core version = 2.1.0 -- -- -------- EASY_PROFILER OPTIONS: -------- -- Use...
+1 for this being a native feature, if possible. I have written some stuff to do exactly what you describe but it is a bit cantankerous and seems way slower...
I think i actually have the inverse problem. I have mounted an external drive in fstab using the UUID from lsblk (if i put the PARTUUID in fstab then i...
Upvoting this as I would like to have a multi-user app where the URL is the user information I need to feed into the callbacks to display the correct things.
Okay I might have answered my own question by changing the 2nd last line to ```python oid = data_repo.create_commit('HEAD', author, committer, msg, tree, [data_repo.head.target] ) ``` but this was just...