henrik242

Results 39 issues of henrik242

I have an external webcam that doesn't have an active/inactive indicator. It would be great if the menubar icon could be blinking do make me aware that it is being...

My `~/.docker/config.json` looks similar to this: ``` { "auths": { "containers.example.io": {}, "https://containers.example.io": { "auth": "ZXhhbXBsZQo=" } }, "HttpHeaders": { "User-Agent": "Docker-Client/19.03.2 (darwin)" }, "credsStore": "desktop" } ``` .. but...

I expected this would work similarly as `npm install`, but maybe there's something I'm missing?

Would it be possible for Dockerfile B to include Dockerfile A, and then Dockerfile C include Dockerfile B? Currently that doesn't work because of the duplicate `# syntax`. The error...

Any ideas what this is? I see that it's [just a log statement](https://github.com/JetBrains/intellij-community/blob/13de00f66def4fd53683a9497f0c0ad50b95932f/platform/util/src/com/intellij/openapi/diagnostic/Logger.java#L76), but why is this happening? It might have been a change to kotlin 1.7 that did it...

I have a simple parser and data structure (Kotlin): ``` object XmlTool { val xmlIn = XMLInputFactory.newInstance() val factory = XmlFactory(xmlIn) val xmlModule = JacksonXmlModule() val mapper = XmlMapper(factory, xmlModule)...

Using `EmbeddedSpecRunner.runWithImports()` throws `groovy.lang.MissingMethodException: No signature of method: spock.util.EmbeddedSpecRunner.runWithImports() is applicable for argument types: (String) values: ...` Locating the reason was difficult, but `new EmbeddedSpecRunner().class.declaredMethods` reveals the culprit: `java.lang.NoClassDefFoundError: org/junit/platform/testkit/engine/EngineExecutionResults`...

enhancement
3rd-party: junit-platform

The propdeps-plugin is missing from http://plugins.gradle.org/ Please fix :)

All files up until [iata_airport_list_20201112.csv](https://github.com/opentraveldata/opentraveldata/tree/master/data/IATA/archives/iata_airport_list_20201112.csv) have had the format `city_code^city_name^state_code^country_code^tz_code^stv^por_code^por_name^loc_id^loc_type`, but the latest one ([iata_airport_list_20210624.csv](https://github.com/opentraveldata/opentraveldata/tree/master/data/IATA/archives/iata_airport_list_20210624.csv)) has the format `city_name^por_code^por_name`. Is it possible to generate a new file in the old...

Denotes the number of imports required before multiple imports are automatically collapsed to a wildcard (aka `*`) (or a wildcard is automatically expanded to explicit imports) This is relevant for...