Raam Rosh-Hai
Raam Rosh-Hai
When trying to index missing date data weaviate returns an error. **Expected:** Object is indexed as null **Current State:** an error is returned: ``` weaviate.exceptions.UnexpectedStatusCodeException: Creating object! Unexpected status code:...
They way I understood the comment is that by toggling true/false near the plugin name controls its inclusion in the resulting rolledup js file. The size of the file doesn't...
The current object only supports the username + password authentication method: https://github.com/GoogleCloudPlatform/airflow-operator/blob/1fbc02dbbaefd70b43f1db5b4a51e3d5ab6cd537/pkg/apis/airflow/v1alpha1/utils.go#L307 in order to fully support git-sync we need to 1. set `GIT_SYNC_SSH` to `true` and map a mounted...
Machines are not reachable from host machine after destroy / reload / etc' Network and host machines are reachable from all guests but blocked from outside.
The thrift Annotation Type doesn't conform to the actual type it encodes. Notice the `TraceScope.addKVAnnotation` function signature: ```java public void addKVAnnotation(String key, String value) ``` Using `StandardCharsets` doesn't throw the...
Getting spans that go through the http directives is nice but the application is still opaque since I am not using explicit actors. My application is based on akka streams...
Amazon SDK exposes XAsync methods (getRecordsAsync etc') is there a plan on implanting these methods? it seems like a better approach than simply wrapping normal blocking java code with scala...
Upadted config file to work with sbt 0.13.8
[error](thrift:generateJava) java.io.IOException: Cannot run program "thrift": error=2, No such file or directory Raams-MBP:kinesis-example-scala-consumer raam$ sbt compile [info] Loading project definition from /Users/raam/Code/kinesis-example-scala-consumer/project [info] Set current project to kinesis-example-scala-consumer (in build...
I am creating a notification in native code through AppDelegate since there is not support for `UNLocationNotificationTrigger`. I was wondering if I can hook into the callbacks for the notifications...