Corey Rice

Results 20 comments of Corey Rice

> I've had some issue similar to this that were fixed by setting the correct order of plugins in serverless.yml file. Put serverless-offline before dynamodb, i.e. like below > >...

Not related to the original issue but I want to offer my support via contributions. I enjoy using Typescript and find it helpful in creating robust applications. Happy to contribute...

I am also curious how this might be done. Currently trying to find a solution and will update.

Here is my solution. I added a resetCriteria function to the base Repository class. I replace Criteria with an empty Collection, apply it, then recreate the model. ``` ... public...

To make this work, You can pass a div with an Id to InfoWindow. Then in onMarkerClick you can render any elements that need to respond to mouse events using...

> Hello @Quramy yes there was a problem with AWS permissions. > > Thanks! If your issue is solved, you may want to close the issue

The best way to solve this is to use a bash script as mentioned in the README.

I started to take a look at this issue as a first contribution and have a couple of questions. I was able to get the docker container running but was...

Ahh I see where it is creating the volume in the docker run command `-v $(CURDIR):/opt/app`. It seems that the issue is I don't have CURDIR set. I am not...

It seems this issue is out of date. The library has been rewritten in favor of hooks. The custom styles are not being styled correctly when the mapIds are included...