Nicholas Rutherford

Results 32 comments of Nicholas Rutherford

There's been some movement in ember-cli's sourcemaps, may be relevant: https://github.com/ember-cli/ember-cli/pull/2727 Personally I'd drop coffeescript rather than ember-cli, but for now I just read the js in the dev tools...

Hi both. Just wondering if this progressed at all? I've been hitting an issue with S3 rejecting screenshot uploads. ``` Aws::S3::Errors::RequestTimeTooSkewed: The difference between the request time and the current...

Perhaps I missed something, but it looks like the path code could be deleted from this gem now? Likely means a major version bump though?

I would like this too. Probably so would #45. I have some ideas based on previous work with preloading `img` content. General idea: 1. user moves their svgs out of...

I just hit this problem in a test where my user clicks a link to Paypal - the idea is to verify that the payload encryption works & they see...

Sure. I think an advantage of adding the option is people will notice it in the rdoc and go "aha, so that's why my test isn't working, and I'm not...

Does the docs site need updating/regenerating somehow with recent changes (as per #978)? https://ember-lifeline.github.io/ember-lifeline/versions/master/ currently crashes and I'm not sure where else in the project to look.

> I have no personal experience with it, but AIUI, the SQL schema format is terrible when put under version control. I had heard this too, and it put me...

It's manageable: use the same dbms version, docker, and/or have the person reviewing PRs re-migrate and commit a canonical version before merging. But yes it would be nice to opt-in...

I think if you stop including the whole chain it's not jsonapi anymore. The spec is pretty explicit about full linkage. The example in the docs linked to above has...