-
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.youngdatafan.gateway.GatewayApplication]; nested exception is java.io.F…
-
Hello Hypothesis team,
I've been utilizing hypothes.is for annotations within Calibre-Web, an e-book library project. While it functions effectively for EPUB format, I'm encountering an issue with …
-
-
- [x] Create pop up warning box using existing bootstrap component `Alert`
- [x] Create overall box that supports upload through icon
- [x] Include icons for upload status (error, success), using Fon…
-
[JSON schema](https://json-schema.org/) for JSON-LD web annotations validations should be carried out to a) validate the hypermerge storage (?) and b) for all REST endpoints.
-
**Bug description**
Tika Document Reader dependency causing response type exception.
**Environment**
Spring Boot version: 3.3.4
Spring AI Version: 1.0.0-M2
Java Version: OpenJDK 22
**Steps t…
-
Hi, thanks for the awesome work!
I notice when trying to parse your annotation pages they are missing an id. For example https://annotations.allmaps.org/manifests/c390af06ea724803
The Web Annota…
-
## Description
When using Spring Boot with WebFlux and returning a `Flux` from a REST controller, an `IOException` is thrown when the client disconnects. The issue occurs specifically when using …
-
The Web Annotation Protocol is a Candidate Recommendation soon to reach "Technical Recommendation" at the W3C. It's a minimal, Web Annotation moving system. It's minimal enough to have both server and…
-
```javascript
> let a.http = {}
https://.../a.http
ok
> let a = {}
ok
```
but a is still web accessible - should a re-let lose the web annotation this case (i think yes).