Graham Lea
Graham Lea
SodaTest should be structured in a way that automatically builds releases for both Scala 2.8 and 2.9
Ensure Coercion can recognise the difference between two applications of the same parameterised type
# Expected Behaviour I've integrated Rollbar with Python's standard `logging` module using the `RollbarHandler`. Some of my logging statements use the `extra` keyword parameter to add extra context, e.g. ```...
# Overview In versions up to 4.1.11, if a node was deleted after a query had MATCHed it in a result set, but before the entity was returned to the...
The optional features in the JSON parser allow it be configured to _almost_ be a fully-compatible parser for JSON5. There's just a few missing features, documented here: https://stackoverflow.com/questions/68312227/can-the-jackson-parser-be-used-to-parse-json5 Summarised as:...
Using 0.8.0-hadoop2-SNAPSHOT to run the WordCount example from the Scoobi website on YARN/MR2 on a CDH5-beta cluster fails with a NoSuchMethodException on org.apache.hadoop.mapreduce.Job.getJobClient() ``` Exception in thread "main" java.lang.NoSuchMethodException: org.apache.hadoop.mapreduce.Job.getJobClient()...
**Summary** App Mesh Proxies can log segment documents to AWS X-Ray that include subsegments that record calls out to other services. In these subsegments, the `name` field is the same...
See: https://youtrack.jetbrains.com/issue/KT-23017