Max Isom

Results 60 issues of Max Isom

Trying to use a SOCKS proxy chain with axios and there doesn't seem to currently be a straightforward way to do it.

- MVP of collection view - Don't need frozen observer - Cleanup - Fix memory leak, add image prefetching - Cleanup - Fix badge and animation - Transitions fully working...

See: https://github.com/apptekstudios/ASCollectionView/issues/220

bug

E.x. `nextlove generate-route-schemas` should output ```ts import {z} from "zod" const routes = { "/hello/world": { queryParams: z.object({device_id: z.string()}) jsonResponse: z.object({message: z.string()}) } } ```

```typescript withRouteSpec({ methods: ["GET"], jsonResponse: z.array(z.number()) } as const) ``` doesn't work: ![Screenshot 2023-04-06 at 4 42 26 PM](https://user-images.githubusercontent.com/7410405/230513035-5a80a0d6-ccfd-4ebb-a4be-72ee1fb45898.png)

good first issue

`jsonResponse` type checking should be applied when `.status` is omitted since it defaults to 200: https://user-images.githubusercontent.com/7410405/230510123-1fa03cfc-54fc-414e-a059-6085baa87bad.mov

good first issue