Erik Fonselius

Results 7 issues of Erik Fonselius

When looking at OSM data generally most ways do not actually have the `'ref'` or `'name'` tag. http://download.geofabrik.de/north-america/us-northeast.html Of the 7300974 ways in north east us only 1494050 of them...

enhancement
exploratory

I did mention before in https://github.com/adamfranco/curvature/pull/13#issuecomment-216120687 and https://github.com/adamfranco/curvature/pull/13#issuecomment-216122647 that utilising pythons generators and the `itertools` module had some drawbacks with its "pull" design. Essentially when fanning out when using `itertools.tee`...

exploratory

I am trying to solve the case of uploading files in a streaming fashion without keeping the full contents in memory I have previously implemented the same feature in https://github.com/aws/aws-sdk-ruby/pull/1711...

type: feature request

The system call returns nil if the command does not exist and this results in the instance variable being nil after every check https://devdocs.io/ruby~3.2/kernel#method-i-system ```bash system("catt nonexistent.txt") # => nil...