-
Is there any chance to support decrypting new kfx format? http://the-digital-reader.com/2015/08/11/kindle-ebooks-with-improved-typography-use-new-kfx-file-format/
-
## Current Behavior
While trying to publish text message, i'm getting the NULL pointer exception.
Pasting the Logs:
java.lang.NullPointerException: java.lang.NullPointerExceptionjava.lang.Nul…
-
### Actual behaviour
The Travis CI build is always failing since the upgrade to Unity 2020
### Expected behaviour
The build should work for Windows, Linux, Mac.
Im am interested in fixing this…
-
I am using spark-nlp for NER tagging about 5GB text in mini-batches of 10,000 lines at a time. After selecting the GPU device, I initialized SparkNLP.
```
from numba import cuda
import sparknlp
…
-
The code below fails with exception:
```
IonLoader ionLoader = IonSystemBuilder.standard().build().newLoader();
IonValue rootVal = ionLoader.load("[{\"key1\":\"val1\"},{\"key2\":\"va…
-
Currently most methods in `amazon.ion.Timestamp` are created with millisecond precision, i.e.
```java
public static Timestamp now()
{
long millis = System.currentTimeMillis();
…
-
https://amzn.github.io/ion-docs/index.html
-
**Description**
I'm trying to install ion ARM64 the amazon-braket-ocean-plugin. But I got an issue
**To Reproduce**
pip3 install amazon-braket-ocean-plugin
dimod/roof_duality/src/fix_variabl…
-
Hi all.
I am getting `java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor`for a line:
```java
TableDataWriteChannel writer = bigQuery.writer(writeChannel…
-
Our application fails to initialize under DropWizard 1.3.5. Rolling back to 1.2.8 it works fine.
We're still using Java 8. Happens under both Oracle and OpenJDK JVMs, and both OSX and Linux.
``…