Jani

Results 18 issues of Jani

This commit adds missing `map` attribute to manifest XML serialization. For example: ```xml ``` from `Microsoft-Windows-WFP` The `map` attribute returned by Microsoft at least in: ```csharp using Microsoft.Diagnostics.Tracing.Parsers; RegisteredTraceEventParser.GetManifestForRegisteredProvider("Microsoft-Windows-WFP"); ```

Wow, great job with the library! It's such a hidden gem. I'd like to build my own hacky tool around ETW and `EventTraceKit.EventTracing` is such a neat library for that....

enhancement

How about adding special equality comparers for `float` and `double` types, which allow you to specify the allowed tolerance for difference? As far as I know there are none in...

FYI, there seems to be some magic dance involved with Windows 10 and Concordance: - When I first plug in my Harmony 885, Windows gives me a prompt a prompt...

Output of `restic version` -------------------------- ``` > docker run --rm -it restic/restic version restic 0.9.5 compiled with go1.12.4 on linux/amd64 ``` What should restic do differently? Which functionality do you...

type: feature suggestion
category: build system

To reproduce the issue, try adding the following multiline query to your `ledger.beancount` and running it: ```plain 1970-01-01 query "Food per month" " select year, month, sum(position) as position where...

platform:windows

My use case: I'd like to pass a `sops` encrypted `.yaml` configuration file to my app after decryption as is, instead of picking a single key from the file. So,...

I'd like to know when an official plugin is released for this. So, maybe provide an update in this issue when there is one? Here's a very rudimentary plugin for...

help wanted
feature request
integrations

I'm a [Lingui](https://lingui.js.org/) refugee (hi 👋🏻) looking for new home since they removed [tagged templates support](https://lingui.js.org/releases/migration-3.html#plugins-presets) and I'm looking to localize my [Snowpack](https://www.snowpack.dev/) application as soon as possible. Here's some...

#802 says "We now use Docker manifest to build and push ARM images", but I cannot find ARM images on Docker Hub. Am I missing something? Here's output from `manifest-tool`:...

feature_request