Jason Harrop

Results 35 issues of Jason Harrop

From AWS Lamba, you might get: ``` com.amazonaws.AmazonServiceException: Unable to unmarshall exception response with the unmarshallers provided (Service: AWSLogs; Status Code: 400; Error Code: InvalidSequenceTokenException; Request ID: 5645e9c0-5552-11e9-b9f8-71f29888b2c7) at com.amazonaws.services.logs.AWSLogsClient.doInvoke(AWSLogsClient.java:2447)...

# **Blender and OS versions** Blender 3.1.2 on Windows # **Describe the bug** Can't import a large tiff file; error is BigTIFF file not supported # **How to Reproduce** #...

# **Blender and OS versions** Blender 3.1.2 on Windows # **Describe the bug** Can't import a jp2 file; error is Unable to read georef infos from worldfile or geotiff tags...

### What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/) Chrome 69 on Linux ### What is the problem? nodeodm consumes /var/lib/docker In my overlay2 dir, one of...

improvements

Trying https://github.com/LexPredict/lexpredict-contraxsuite/blob/master/notebook-examples/document_model_tutorial.ipynb in the Docker deployment, at ``` # Setup django environment os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.local") django.setup() ``` I get: ``` ModuleNotFoundError Traceback (most recent call last) in () 5 # Setup...

With 1.0.0.Beta2, jdeps fails with: ``` Error: Modules jaxb.runtime and jaxb.core export package com.sun.xml.bind.marshaller to module org.apache.commons.codec ``` I can see its using: ``` jdeps --add-modules jaxb.runtime,jaxb.core,java.xml.bind,txw2,istack.commons.runtime,stax.ex,FastInfoset,activation --module-path org/glassfish/jaxb/jaxb-runtime/2.3.0/jaxb-runtime-2.3.0.jar:org/glassfish/jaxb/jaxb-core/2.3.0/jaxb-core-2.3.0.jar:javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar ````...

I get this error whenever I create a new project. Seems harmless though? {"msg":"unhandled error: SQLITE_BUSY: database is locked","stack":"Error: SQLITE_BUSY: database is locked","system":"Linux 5.4.124-1-MANJARO (x64)","time":1640324529498,"version":"1.11.0"}

bug
db

In the past I have deployed to Maven Central following https://central.sonatype.org/pages/ossrh-guide.html and specifically https://central.sonatype.org/pages/apache-maven.html Basically my pom contains: ``` org.sonatype.oss oss-parent 7 ``` and the release is performed using: ```...

Hi Jason At a quick glance, I couldn't see what license you have chosen for this? thanks .. Jason

Following the getting started instructions, `./mvnw clean verify -Pintegration-test` results in: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for stargazer 1.0-SNAPSHOT: [INFO] [INFO] stargazer .......................................... SUCCESS [ 0.283 s] [INFO] stargazer-keygen...