Conrad Rosenbrock

Results 11 comments of Conrad Rosenbrock

I checked and couldn't find an explicit description for transactions in GLV documentation. It also isn't supported in the official `gremlin-python`. I can probably wait, but I would also be...

Thanks for your interest in extending the project. I have had a couple of other people ask about FORD syntax support as well. It is rather embarrassing to finally have...

Hi, sorry that I haven't responded before now; I was super busy getting ready for a trip and just got back a week ago. The fact that you are getting...

Could you send me the module file? Then I can add it to my unit tests once the problem is fixed. My email is [email protected] I can also just use...

I am able to reproduce the error, even with the code in the same directory. However, if you are working with a whole library, you should really consider setting up...

This is related to #12; I am working on an implementation, but it could be a while. It isn't technically complicated, but I have to think through the differences between...

Thank-you for being willing to track the error down. I previously had all the testing folders in `.gitignore` while I was fleshing things out, I added them to the repo...

Also (you probably will see this from the code anyway, but...) the results of the isense completions etc. are written to files in the `tests/isense` directory and have names like...

The only way this can happen is if fortpy doesn't find any test cases to report on (probably an error in the test XML). I added a check for it...

For the record, I managed to get this working by: ```python from aiofcm.connection import FCMXMPPConnection, FCMConnectionPool, logger from aiofcm import FCM, Message, PRIORITY_HIGH import aioxmpp import certifi def certifi_factory(): """Creates...