Steve
Steve
Thanks. I saw that, but didn't include it because it doesn't seem much better than cl-swagger, but more importantly it's GPL, which means it can't be used in most commercial...
I've been looking at the two projects I mentioned in #11 and it seems aws-sdk, whilst without documentation, code comments nor a very clear style, does generate code with a...
Do you know where the individual trees are built? Perhaps instead of a vector, individual nodes need to compute the trees and return the results? Just a guess here.
Perhaps this would improve if using multiple machines? Could there be additional overhead with lfarm vs. lparallel on a single machine?
Just found what might be the canonical specifications: https://github.com/boto/botocore/tree/develop/botocore/data Is this the right source for the specs?
I forked your repo some time back. Do you know how to regenerate the stubs?
This issue is addressed in pull request #18. Existing functionality is unchanged by default. Chrome has been added as an alternative, along with a few common options. The additions can...
Did you try removing the carriage return (^M) character from the file?
More information: the CUDA-X libraries, part of the [RAPIDS project](https://rapids.ai/index.html), are C/C++ libraries that use CUDA to talk to the GPU. For example [cuGraph](https://github.com/rapidsai/cugraph), a graph database component of CUDA-X,...
Just wondering, as someone who doesn't know a great deal about the web tech: if Airflow, which is based on Docsy has this, what stands in the way of back-porting...