Julian

Results 17 issues of Julian

There were still some preparations needed before the `whereClause`. I have gathered them here. Related to `solutionModifier` - extract `GroupKey`, `LimitOffsetClause`, `OrderKey` and `SparqlFilter` from `ParsedQuery` - create `SolutionModifiers` struct...

This PR adds Labels to the Docker Image. The added Labels conform to the [Annotations defined in the OCI Image Format Specification](https://github.com/opencontainers/image-spec/blob/main/annotations.md). The following labels are added for releases (dev...

Add Labels and Annotations that conform to the [OpenContainers Annotation Spec](https://github.com/opencontainers/image-spec/blob/main/annotations.md) to the images. The workflow will add the following information to the image index and image config: - `org.opencontainers.image.created`...

Prefixes containing newlines may be generated by `PrefixHeuristic.cpp`. These prefixes are written to the prefixes file by `IndexImpl.cpp` without any escaping. `PrefixCompressor.h` interprets each line as a prefix. This leads...

- [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [x] added unit tests - [ ] added integration...

## Why I would like to use the SSH session recording feature of tailscale. headscale unfortunately does not support the configuration required for SSH session recording. ## Description The scope...

enhancement

Fixes #233. mailto URIs with multiple recipients are now handled. - handle each recipient in a mailto URI individually (split on the `,`) - add a test case

# Describe the bug The standard for the `mailto` schema ([RFC6068](https://datatracker.ietf.org/doc/html/rfc6068)) allows multiple recipients that are separated by `,`. One example is`mailto:[email protected],[email protected]`. Such links that contain multiple recipients are incorrectly...

bug

Analysis works with e.g. Wikidata but is broken for e.g. FreebaseEasy. I would guess that the cause is that FreebaseEasy is running an older executable of QLever. The uncommited code...

# Issue When using a path that contains a `/../` for the for the index the path is truncated in a wrong way. # Explanation The responsible code is https://github.com/ad-freiburg/completesearch/blob/bfb452b405a4d2690ee22ee785655f99abbae781/src/server/StartCompletionServer.cpp#L429-L430...