Bruno Henriques

Results 12 issues of Bruno Henriques

Hello! πŸ‘‹ Given a document: ```json { "id": 32424324, "title": "title", "content": "quite large content" }Β  ``` Is it possible to index both fields and prune.`content` to, for example, 90...

Hello, In my use-case I want to have two set of integration tests: 1. Ones that I can run entirely locally. No tags set. 2. Others that require connecting to...

Hello, In my use-case I want to have two set of integration tests: 1. Ones that I can run entirely locally. Not tags set. 2. Others that require connecting to...

Hello! I have been using version 1.5 (the last one in NixOS packages) and so far the experience is great. However, I would like to configure input-remapper as part of...

Hello, thank you for the project! Short: when a rebase has conflicts, the base branch is shown rather than the current one. Reproduce steps: 1. Have two branches A 2....

πŸ› bug
πŸš€ enhancement
πŸ™ help wanted

Hello, I am running the container as follows: ``` version: "3.8" # Bookmark manager # https://github.com/sissbruecker/linkding/releases services: linkding: image: sissbruecker/linkding:latest container_name: linkding hostname: linkding user: "${PUID}:${PGID}" volumes: - "${DATA_DIR}/linkding:/etc/linkding/data" restart:...

~Document rootless backup~ Document backup when using a custom `user`. Fixes #626 Edit: After checking, I am actually not running as rootless but just setting up `user`. [Actual rootless](https://docs.docker.com/engine/security/rootless/) does...

Hello, ### Short I am facing a `sqlite3.OperationalError: unable to open database file` error when running: ```sh $ docker exec -u "${PUID}:${PGID}" -it linkding python manage.py backup backup.sqlite3 ``` I...

Hello, By default Vega uses American English Locale ([https://vega.github.io/vega/docs/api/locale/](source)), however it would be great if that Locale would be consistent with Kibana (`format:number:Locale` in advanced settings - [source](https://github.com/elastic/kibana/pull/14019)) when using...

Hello! Trying to tidy up a project so that the usual web resources live within the same subdirectory `web`: ``` . β”œβ”€β”€ README.md β”œβ”€β”€ build.sbt β”œβ”€β”€ project β”‚Β Β  β”œβ”€β”€ build.properties...