Felix

Results 63 issues of Felix

I guess it would make sense to archive this repo to make it more transparent that this is no longer maintained? https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories

On Windows a directory is ending in \\ and not /. This is the smallest fix i could think of. Not sure if there are edge cases with files containing...

awaiting review

# Bug report ### Bug description: ```python import os from pathlib import Path from zipfile import ZipFile def unzip(target_file, destination=Path("/tmp/")): os.path.altsep = "\\" with ZipFile(target_file, "r") as zipf: zipf.extractall(path=destination) ```...

type-bug

``` pandoc tests/sample.md -o sample.tex --filter pandoc-plantuml Could not create directory "plantuml-images" Could not create directory "plantuml-images" Could not create directory "plantuml-images" ``` We need this fix from `pandocfilters`: https://github.com/jgm/pandocfilters/pull/104

This will allow the code to be compiled with `-Wfloat-equal` as this would result in the folowing warning/error: vendor/flatbuffers/include/flatbuffers/base.h:465:69: error: comparing floating point with == or != is unsafe [-Werror,-Wfloat-equal]...

c++

**Is your feature request related to a problem? Please describe.** I can not use the official docker image to run my gitlab ci job. I have a gitlab job which...

kind/feature
lifecycle/frozen

A link to a live demo or some screenshots would be nice. At lease I use it to decide if it is worth to try a project.

``` 2024-03-09T09:31:07Z app[3d8d7d99f40128] iad [info][ 0.037737] Spectre V2 : WARNING: Unprivileged eBPF is enabled with eIBRS on, data leaks possible via Spectre v2 BHB attacks! 2024-03-09T09:31:07Z app[3d8d7d99f40128] iad [info][ 0.041193]...