Kegan Maher

Results 25 issues of Kegan Maher

This closes compilerla/conventional-pre-commit#24. @asottile I saw [your comment in #684](https://github.com/pre-commit/pre-commit.com/pull/684#issuecomment-1184377808) > `language: script` hooks miss the point of the framework as they require users to install tools outside of the...

What is the format when sending Points/Lines/Polygons up in a publish request? Both for CSV and JSON-based upserts. Related to the discussion on #216

See https://socratametadataapi.docs.apiary.io - [ ] Fix the URL for metadata API calls - [ ] Support optional `page` and `limit` parameters for `GET` requests - [ ] Use the `PATCH`...

enhancement

The new `dotnet build` process in [`appveyor.yml`](../blob/master/appveyor.yml) produces the NuGet packages by default. We can add an additional step in the appveyor build to deploy those NuGet packages, greatly simplifying...

enhancement

According to [Socrata's docs](https://dev.socrata.com/docs/datatypes/floating_timestamp.html#,) their datatype `Floating Timestamp` must be encoded using [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) with no timezone offset. It would be nice if the pieces of `SoqlQuery` that might deal with...

enhancement

See [docs](http://docs.socratadiscovery.apiary.io/#) This isn't part of the core SODA API, but might make a nice addition to the `SODA.NET` library (probably as a separate nuget package).

enhancement

Socrata has released a [new version of its API](http://dev.socrata.com/changelog/2015/04/27/new-higher-performance-apis.html), and a few existing data types are now deprecated: - [ ] Phone replaced by simple Text - [ ] URL...

cleanup

@chrismetcalf brought up a good point in #40 - does SODA.NET work under Mono? Let's find out how to make that happen.

question

Socrata has released a [new version of its API](http://dev.socrata.com/changelog/2015/04/27/new-higher-performance-apis.html) which includes some new geographic-related data types: - [ ] [Point](http://dev.socrata.com/docs/datatypes/point.html) - [ ] [MultiPoint](https://dev.socrata.com/docs/datatypes/multipoint.html) - [ ] [Line](http://dev.socrata.com/docs/datatypes/line.html) - [...

enhancement

PR to track work in progress This will close #38