jongiddy

Results 16 issues of jongiddy

`PClass` is documented as behaving like `PRecord` (except that it is not a collection). However, there is a difference in the behaviour when removing attributes. Removing an attribute from a...

It would be useful to have a MatcherKState generic on the sample class; ```java public class MatcherKState extends KState ``` This would make the code from https://github.com/bmwcarit/barefoot/issues/92#issuecomment-372008797 more type-safe: ```java...

enhancement

`mvn install` creates two "with-dependencies" JARs: "matcher" and "tracker". Using the `mvn deploy` command (after setting a remote repository) uploads both of these using the same name: `com/bmw-carit/barefoot/0.1.1/barefoot-0.1.1-jar-with-dependencies.jar`. Depending on...

During map-matching, I was seeing occassional failures due to StackOverflow: ``` 17/06/23 04:02:11 WARN TaskSetManager: Lost task 1351.0 in stage 3.0 (TID 12713, 172.17.20.7): org.apache.spark.SparkException: Task failed while writing rows...

OSM maps for UK occassionally use integers for speed limits in MPH. Also, some roads have textual limits like "national". To handle these properly, it is useful to be able...

On newer Linux distributions, `/var/run` links to `/run` which is a tmpfs directory cleared on each restart. This means that the `/var/run/cntlm` is deleted on reboot. When the machine restarts,...

It's possible for `capture_both`/`run` to fail here, and `process` is not defined in the exception handler. https://github.com/dcos/dcos-e2e/blob/3e5eae8717fdd1205b6e1d93b66e2aa4e4b30eb3/src/dcos_e2e/_subprocess_tools.py#L103-L125