Tanmay Mohapatra
Tanmay Mohapatra
I have been facing a strange issue while trying to use server side session storage adapters with this package, which results in a "session locked" error when using the shm...
It will be good to have an implementation of HTTP transport. ref: https://github.com/apache/thrift/blob/master/lib/cpp/src/thrift/transport/THttpClient.cpp and https://people.apache.org/~thejas/thrift-0.9/javadoc/org/apache/thrift/transport/THttpClient.html
Update dependencies compat, CI config
ref: https://github.com/JuliaLang/Downloads.jl/issues/110
Update HTTPDownloads to be compatible with HTTP 1.x.
It will be useful to support Azure managed identities so that APIs can be used in a more secure manner inside Azure VMs. Azure managed identities can be supported as...
Implementing AFS file operations (https://docs.microsoft.com/en-us/rest/api/storageservices/operations-on-files) could help in making common services easier to implement. Base protocol already implemented in #2
Having TLS support for redis connections will be great. And also the ability to use client certificates. Thanks for this very useful package!
Stemming a NGramDocument stems only the last word of each ngram. Notice below how `repository` is stemmed to `repositori` in one place but left intact in another. ``` julia> td...
This introduces a new `custom` field in `DocumentMetadata` that is set to `nothing` by default, but can be used by user code to store arbirtary metadata against the document for...