Tom MacWright

Results 191 issues of Tom MacWright
trafficstars

### What is the problem? One of the codemods that's currently implemented will also look at the `components` directory to scan for components to upgrade: https://github.com/blitz-js/blitz/blob/b72d1215c3c0741810e55d79ead8b130d0607797/packages/codemod/src/upgrade-legacy.ts#L1138 But the rest don’t:...

kind/bug
status/triage

Right now if you run the codemod, you go from having a testing setup to generally not having one - none of the new testing dependencies are updated, `test/utils.tsx` isn't...

status/ready-to-work-on
codemod

### What is the problem? As far as I can tell, the expectation is that Blitzjs.com should be documenting v2 and any defects in that should be reported, but happy...

kind/bug
status/ready-to-work-on

### What do you want and why? My application uses mutations and queries for part of its operations, and API endpoints for other parts - where I'm dealing with a...

status/ready-to-work-on

I went a bit down the rabbit hole of trying to find items with tilesets from the Planetary Computer catalog and came up empty-handed: https://observablehq.com/d/aebe7aae2645cdc9 For the question of "How...

Stripe-powered subscriptions for Blitz! Opening this up for folks to check out and review for themselves and maybe point out Blitz best practices that I'm not using yet. This tries...

Convert groundoverlays back from geojson (togeojson style) into KML. TODO: - [ ] Limit the coordinates output in the ring - [ ] Documentation - [ ] Tests

- Reimplement the style hashing from before - But more efficiently and simpler

GeoJSON that can exist: ```json { "type": "LineString", "coordinates": [[0, 1, 2], [2, 3]] } ``` Should this be a `LINESTRING` or `LINESTRING Z` in WKT? Probably just a LINESTRING....