Harald

Results 18 issues of Harald

I am trying to package a software (conan) with a pyinstaller script (from that project and that is proven to work) But I run into a problem ``` ... 9915...

given this example input ``` cc_library( name = "openssl", hdrs = glob(["include/**"]), includes = ["include"], deps = [ ":ssl_precompiled", ":crypto_precompiled", ], ) ``` running `buildozer 'comment deps do\ not\ sort'...

#1254 makes it sound as there is no problem, or it is solved. But a simple scala hello world compiles protobuf and that happens not only once, I am on...

## Description There is a constant messagebox when editing asciidoc documents that shall use revealjs. `NotImplementedError: asciidoctor: FAILED: missing converter for backend 'revealjs'. Processing aborted.` ## System Information Linux and...

### Description A docker compose file with the following volumes part: ``` volumes: - $PWD:/var/project ``` does not work with `nerdctl compose` ``` > nerdctl compose up WARN[0000] The "PWD"...

kind/external
kind/external/rancher-desktop
kind/unconfirmed-bug-claim

I get following problem report when opening a project ``` Command failed: bazel --output_base=/var/folders/2c/j6qtgvys2qv6h49rtmhkk_k80000gn/T/029341335872b017b347645eee910ef1 query ...:* --output=package Loading: 0 packages loaded ERROR: error loading package 'bazel-djinni-generator/external/rules_jvm_external': cannot load '//:private/versions.bzl': no...

There are at least 2 emacs djinni.el modes available * https://github.com/danielmartin/djinni-mode * https://github.com/finalpatch/djinni-mode/ differences as described by @finalpatch ``` Other than minor differences in syntax highlighting: His mode provides a...

As a learning from #96 Since we plan to clean up the cli, we should have a way of making cli options and flag deprecated, so if they are used...

It seems the python generator does not make use of the `--cpp-include-prefix` when writeing including files in the generated C wrapper, but only includes the base file name. This breaks...

improvement