Michael Kirk

Results 81 issues of Michael Kirk

I want to convert an FGB to a CSV. This already works for a typical FGB, but I'd like to take advantage of the FGB format to save some space...

enhancement

Building on macos fails (I think it's related to aarch64 specifically, but I've never tested on the decreasingly relevant x86 mac). See an attempt to build on macos here: https://github.com/headwaymaps/headway/issues/331#issuecomment-2027725838...

Hopefully this speeds up our earthly builds.

I'm not very familiar with windows builds, but we have a steady stream of support requests about it. I think it could be helpful to have an official build in...

help wanted

Per https://github.com/WhisperSystems/Signal-iOS/pull/2341 we've moved the SignalServiceKit codebase into the primary Signal-iOS repository at https://github.com/WhisperSystems/Signal-iOS. As such, this repository will no longer be updated. Don't worry - we will continue to...

Are you seeing this @rwdaigle ? ``` heroku run rails c Running `rails c` attached to terminal... up, run.1879 /app/vendor/ruby-2.0.0/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'sprockets' (~> 2.2.1) among 131 total...

Likely my fault as I'm just getting started with XDebug... but I'm not able to hit a breakpoint (using PHPStorm). phpinfo shows me that the XDebug module is loaded ![screen...

It seems like we're a bit ad-hoc about escpaing JSON strings: https://github.com/georust/geozero/pull/208#discussion_r1567935158 Beyond quotes, there are other characters that also need to be escaped in valid JSON (tabs, newlines, backslashes)

The AZ zip prefix is wrong. It's listed as 0,1,2 (same as eastern). I think it should be 85,86 (based on https://secure.wikimedia.org/wikipedia/en/wiki/Zipcode) See the change on my rails 2 compatible...

I'm using koa-range via local-web-server to serve up small slices (e.g. 12kb) of a large (12GB) file. The response time is very slow - on the order of 30+ seconds....