Vítor Vasconcellos
Vítor Vasconcellos
[Docker 20.10 gained support for cgroup v2](https://docs.docker.com/engine/release-notes/#runtime-1). However when running this caddy plugin in a container on Docker with cgroup2 the current logic for container ID extraction fails. As far...
Hello, Currently, the type definition for the global `console` is commented out in: https://github.com/sammydre/ts-for-gir/blob/979d2a016f182ca54f14047483d2b29cac126ade/templates/Gjs/index.d.ts#L201-L202 This is due to conflicts with the global definitions shipped with typescript, that are used by...
Hello, This PR attempts to address the pending TODO, in [NEWS](../blob/master/NEWS.md), to refactor the Ava test. I decided to solve this to better accommodate myself with the code base and...
Hello, This is my implementation of a fix for #92, It also includes some other changes: - Move functionHasConflict and related functions to utils.ts - Break conflict resolver outer loop...
`init` CLI command with which a new project can be created instead. The `init` command then ask: * Gjs or node-gtk * CJS or ESM To keep the command from...
For some reason on `--stream` mode, Console doesn't read the full output and crop some of the last messages in half (they do show up later, when new messages arrive)....
Build our own custom ffmpeg and libheif for Windows: - [X] Create Dockerfile + scripts to build ffmpeg + libheif and their deps for x86_64 Windows - [X] Create a...
### Describe the bug Hi, While testing the UI that I implemented in #620 for informing indexer rules when adding locations, I noticed that the behavior of the `Git Repositories`...
### Describe the bug Hello, I encountered an issue while testing PR #627. If you move or remove a directory that is linked to a Location while the app is...
- [X] Fix macOS not finding `libheif` sometimes - [X] Fix `libde265` not being compiled for Windows - [X] Fix `libheif` missing `heif.lib` and breaking compilation on Windows - [X]...