jacwalte

Results 5 comments of jacwalte

same problem cannot seem to track it down Also, perhaps a different issue, but whatever gevent is doing, is also causing my VSCode debugger to fail with pytest and unittest...

Figured out the second issue - but still having the first This is very random so I believe it is a racing issue. but some assistance would be helpful :)

found it - though a bit odd https://stackoverflow.com/questions/27891478/error-when-compiling-in-cygwin Is this a known issue? I admit that I am not very experienced with jni.

I am able to now run the build.sh without issue, but I am still getting the same error when running ./grablew assemble. Any suggestions are appreciated

UPDATE in build.gradle change line ``` commandLine './build.sh' ``` to ``` commandLine 'sh','./build.sh' ``` This allows gradlew assemble to run and complete without error, but no tests pass checkout jpostal...