Kevin Walter

Results 17 comments of Kevin Walter
trafficstars

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

hey thanks for the suggestion. I did not know this page but i will make a PR when i get some time.

I like the general idea of that. Do you think it would be possible instead of referencing the whole project to only reference a task that results in a file...

Currently we have something like `val fullOptJsLib = TaskKey[Attributed[File]]("fullOptJsLib")` which can be set to a task that produces a file. I think it may be possible to also set it...

looks like the problem here is that ```json { "Function": "unknown-function", "jid": 1, "Result": {}, "Target": "unknown-target", "StartTime": "", "Target-type": [], "Arguments": [], "User": "root" } ``` `Target-type` is suddenly...

The general idea of this was to have the `*Call` classes know about the module name of the function they are calling. There are multiple places where is would be...

@admd if there is common code that can be put in a super class that would be very welcome. :+1:

Also i just noticed this would not handle the case when the Map does not contain "dns_fqdns". To handle that you can replace the map with ` .flatMap(s -> Optional.ofNullable(s.get("dns_fqdns")))`

> Hello, I'm back... It's becoming "unbearable"... I was requested to install java on a RHEL8 server, and I had to remove up to ten packages that was failing as...

ok i'm not entirely sure whats wrong here but a few things stand out. So having the same package twice can happen if the package is not entirely the same...