Sean Garborg

Results 16 issues of Sean Garborg

For the last two days, PRs / commits that pass locally on 0.4 have been [failing on Travis](https://travis-ci.org/tedsteiner/OpenStreetMap.jl/builds), e.g. #59. If it's not just a bad Julia nightly (goes away...

Because all non-intersection nodes have been removed, and the euclidian distances between remaining nodes are tallied, ignoring curves in the road.

bug

Whereas #16 deals w/ constructing optional structs, here are a couple issues deconstructing them: ```jl using Arrow: Arrow using Strapping: Strapping using StructTypes: StructTypes # Types # N.B. Making `TInterval`...

`round(Int, Decimal(3.5))` and `round(Decimal(3.5), RoundNearest)` are both failing at [floatfuncs.jl:136](https://github.com/JuliaLang/julia/blob/dd738f9ee8dc5875934b22e9f635158b755654ae/base/floatfuncs.jl#L136). It looks like most similar types have customer implementations of least the latter and usually the former. Traces: ``` julia>...

I think OpenStreetMap.jl is switching over to LibExpat.jl for now to allow users to parse larger extracts -- just made me curious whether anyone had plans for this.

This looks current in the doc, but no longer (I believe this is a pattern I used before) works for me: ```julia _ _ _(_)_ | Documentation: https://docs.julialang.org (_) |...