Harley Alexander

Results 14 issues of Harley Alexander

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

[See changelog here](https://github.com/awslabs/aws-mobile-appsync-sdk-js/blob/aws-appsync%404.0.0/packages/aws-appsync/CHANGELOG.md) on the 4.0.0 tag. It's still referencing 3.x.x. I'd like to know what has changed before I upgrade.

I am developing on a remote VM (GCP, Ubuntu) while I wait for the issues with Docker Desktop for Apple M1 silicon are resolved. I am trying to open the...

Hey Kyle, Harley from Pachama! Seems like our time together was too early and we're only just looping around to COG integration now (we had a huge piece of work...

Hey guys, I've released a package - [`@harelpls/use-pusher`](https://www.npmjs.com/package/@harelpls/use-pusher) that provides react hooks for pusher, inspired by this library. Hope y'all find it useful.

## Describe the Bug I'm trying to set up a simple paginated model that can filter based on the `created_at` field for a model like: ```py class Message(models.Model): id =...

bug

[All sorts of data access patterns are supported](https://aws-amplify.github.io/docs/cli-toolchain/graphql#data-access-patterns) with DynamoDB given the right schema. Problem is, it's not a generic solution to filtering which this package aims to provide. This...

enhancement

Currently the infrastructure is in place, though the pagination doesn't actually work - just refetches the first 10. Now `nextToken` is stored in redux, it needs to be pulled out...

enhancement
help wanted
good first issue

In the example, a post can have many editors. ```graphql type Post @model { id: ID! title: String! content: String editors: [PostEditor] @connection(name: "PostEditors") } type PostEditor @model { id:...

documentation

We can probably switch out the `GET_LIST` query from `listPosts` to `searchPosts` and build the correct filter structure for graphql if there's a conventional query parameter for searching. `q` as...

enhancement
good first issue