Michael Shick

Results 29 comments of Michael Shick

I'm also having problems with the eslint resolver, while the babel portion is working correctly. Oddly, in my case, I only have eslint resolution problems if the `import` location is...

Thanks, sure, if you want to do that I might try to work something out. On Tuesday, March 4, 2014, Rishabh Mahajan [email protected] wrote: > Hey @mshick https://github.com/mshick > I...

Cool, thanks! On Mar 13, 2014, at 10:53 AM, Rishabh Mahajan [email protected] wrote: > Hello @mshick, I have added you as a collaborator > > — > Reply to this...

Same issue here. Trying to migrate from react-router-redux. Followed the docs and I get this error. Have tried several old version as well, but nothing is working. I have verified...

Sadly I just loaded this into gatsby / mdx and encountered a problem with the `import` and `export` nodes that get added to the AST... I'll try to find a...

Alright! Quite a few changes, and a change to the option naming to really target the use case here. First, I realize this isn't so much about an "intro" as...

Just encountered this as a fairly new user of `fnm`. Took me awhile to figure out why `--arch` was being ignored for v14. Was loving `fnm` but not being able...

I ran into this issue. It looks like the last item in your manifest is the score that gets reported, but most formatting scripts are grabbing the first item in...

Pasting some relevant sections of my `serverless.yml` here, in case they offer any clues... ```yml custom: streams: roles: ${self:custom.resources.dynamoTables.roles.LatestStreamArn, 'arn:aws:dynamodb:ddblocal:000000000000:table/${self:custom.projectName}.dev.roles/stream/2019-08-14T18:57:07.218'} serverless-offline: noPrependStageInUrl: true useWorkerThreads: true allowCache: true serverless-offline-dynamodb-streams: endpoint: http://0.0.0.0:8000...

Hm, I'm curious, why do you think the deep copy is required? As I imagine it, you might store the real properties of the document in some hidden internal object...