Kevin Hinterlong
Kevin Hinterlong
Hey I just downloaded the app and after signing in reloading the graph, it showed every day as no contributions. Has anyone else had this problem? I had to change...
MediaWiki API has a section for this https://wiki.archlinux.org/api.php?action=parse&format=json&page=Main_page This would change how we handle checking whether or not to override a URL
There are plenty of MediaWiki api tools written for java already, there's no need to duplicate this functionality in the app. This will also make it easier to add features...
Use the MediaWiki API to get the table of contents and link to different parts of a page. https://wiki.archlinux.org/api.php?action=parse&format=json&page=Main_page Since this would use anchors to move around, it would require...
Calcite has a builtin caching feature that we should test using an actual database (I've only tested it using H2 which is not a normal use-case). We should look into...
When we perform an aggregation in sql, for example from the following druid aggregation ```json "aggregations": [{ "name": "validEvents", "fieldName": "valid_events", "type": "longSum" }] ``` we currently give `fieldName` as...
Currently, PostAggregations are not being calculated in sql, but rather directly from the sql results while the json is being generated https://github.com/yahoo/fili/blob/b368ea7a867d9ffe20ebe432553525fc550da276/fili-sql/src/main/java/com/yahoo/bard/webservice/sql/SqlResultSetProcessor.java#L150-L156 This potentially allows us to perform complicated post...
When you manually the findbugs check it fails ```bash $ mvn findbugs:check ``` we should fix/exclude the bugs it finds and include it as part of the build process
## Description Adds a new library with TS definitions to help when querying the webservice ## License I confirm that this contribution is made under the terms of the license...