Stefán Freyr Stefánsson
Stefán Freyr Stefánsson
I'm looking to use Lyra in the RabbitMQ integration of Druid (http://druid.io/). Druid uses Jackson (https://github.com/FasterXML/jackson) and it would greatly simplify the integration of Lyra if it did as well.
I'm not quite sure if saws is committed to using the exact same configuration syntax as the aws-cli tools. I reported this feature request on that a while ago: https://github.com/aws/aws-cli/issues/1270...
Currently, the resource-provider and resource-provider-api containers in the example use python:3-alpine which has recently been updated from 3.7 to 3.8. This change caused the entrypoint-dev.sh script to crap out since...
If I connect to a mysql database using: ``` $ usql \connect mysql://[email protected]:3306/mydb_name ``` I get prompted to enter a password, which I do, and I am able to connect....
I'm quite confused about distance calculations. I'm using this website as a reference: https://www.omnicalculator.com/other/latitude-longitude-distance Then I got an implementation of a distance calculation (haversine) from here: https://tutorialspoint.dev/algorithm/geometric-algorithms/program-distance-two-points-earth And I want...
This fixes an issue with null values being returned when an import contains a non-string value for a key. Fixes issue #195.
@lviggiano this is just a question about the internal design and implementation of OWNER. The "back story" so to speak, is that I was thinking about implementing a loader that...
Consider the following code: ```java public class Issue195 { public interface MyConfig extends Config { @Key("key.with.default") @DefaultValue("1") Integer getValueWithDefault(); } @Test public void testConfigImportWithNonStringValue() throws Exception { HashMap propsMapWithIntegerValue =...
Hi. I'm going to need to add a couple of custom converters (duration and byte size, as in https://github.com/typesafehub/config/blob/master/HOCON.md#units-format). I was wondering whether there was any way to add converters...
I'm getting an error when running `lintGradle` on my multi-module project. The configuration is simple, directly from the documentation: ``` apply plugin: 'nebula.lint' gradleLint { rules = ['all-dependency'] alwaysRun =...