warnickr
warnickr
I see this same issue when I run the notebook on GPUs. It runs fine on my MacBook CPU. It may also be related to Anaconda in some way. I...
I created a pull request that addresses the issue.
That makes sense. In my experience, the unpredictable and often extended delay renders sync:false unusable. Wouldn't it be useful to allow asynchronous logging that batches log writes while still maintaining...
Looks like I need to add an additional test to avoid the decrease in coverage.
Reverted bad patch for array handling. The patch for XML schema ordering works well for my use.
It may take me a few weeks to get to it, but I will merge in the latest and add some specs.
I am having a similar issue where the heroku workers are not being scaled from zero to one when a new job is added. Would changing the default size of...
I just submitted a pull request (#802) that fixes the element sequencing issue and also fixes a namespace issue when dealing with array schema elements.
I updated the pull request to play nicer with existing Savon features, and to use Gyoku to correctly order the elements. In order to activate the automatic ordering based on...
It would be great to get some kind of solution for this merged into Savon. The pull request that I submitted has fixed the issue for us. Do we want...