Carroll Vance
Carroll Vance
Detect when the userstream needs to be restarted and restart it.
Usernames with underscores don't seem to survive intact. Swap twitter handles out before doing filtering, then swap them back in.
Hello, thanks for the great paper. With the ResNet version of SparK using sparse convolution and sparse batch normalization together, the flow and mixing of global semantic information is heavily...
**Describe the bug** When using `crossOrigin="use-credentials"` for the Image, previews of the image still use `crossorigin="anonymous"` and fail to load from cross origin sources where authentication is required. **To Reproduce**...
In Julia its possible to create a CLAHE object but not actually call apply: ```julia using OpenCV const cv2 = OpenCV img = UInt8.(round.(255.0*rand(1, 224, 224))) clahe = cv2.createCLAHE(clipLimit=2.0, tileGridSize=cv2.Size(Int32(4),...
**Question❓** Is there a way with the current interface to pre-allocate interpolation outputs? I have a problem where I have 6 different splines of varying degrees (linear, cubic, quintic) and...
Hi, I have been working on adding code generation for gRPC service clients such as my new improved client that works with ProtoBuf 1.X branch https://github.com/csvance/gRPCClient2.jl. This pull request does...
I'm not sure if this is an issue with us overloading the test server or something on the client side, but it should be documented here. ``` Request Streaming: Error...
I have an open pull request for this feature here: https://github.com/JuliaIO/gRPCClient.jl/pull/46 This is a great first issue for someone to test and make sure it works properly.