Ben Kircher

Results 21 issues of Ben Kircher

Have been added last year https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/

github-specific

Compile a list f alternatives to save people from searching.

enhancement

See git.spec file. perl-Git sub-package has packages [] list. This is wrong. Sub-packages should not have a package list. Who is adding that? Take a look at, or amend, a5ce036...

bug
stale

``` $ dive localhost/foobar --source podman Using config file: /home/bk/.config/dive/podman.yaml Image Source: podman://localhost/foobar Fetching image... (this can take a while for large images) Analyzing image... Building cache... unknown diff.hide value:...

One can easily build libcurl on Windows from source (with https://gitlab.com/benjamin.kircher/curl-winbuild for example) and I believe a recent Windows 10 comes now with curl bundled (no idea about libcurl, though)....

easy
docs

Use `git describe --abbrev=4 --dirty --always --tags` to generate version string.

easy

Investigate something like AFL (http://lcamtuf.coredump.cx/afl/) to fuzzy test ews-cpp. Automate if reasonable.

Momentarily, we have following functions in the "get_calendar" overload set: ```c++ calendar_item get_calendar_item(const item_id& id); calendar_item get_calendar_item(const item_id& id, const std::vector& additional_properties); std::vector get_calendar_items(const std::vector& ids, base_shape shape); std::vector get_calendar_items(const...

unsound-api

`property_path`, `indexed_property_path`, (and `extended_property_path`) are participants in a hierarchy. Why? Also, we pass `property_path` by value (as a copy) in a lot of different places in the API, coercing `indexed_property_path`...

bug
unsound-api

Create a separate repository for rapidxml and then add it as a submodule to ews-cpp. rapidxml development should continue in its own repository, including - Separate tests - CMake helper...

refactor