Adam Shaylor

Results 9 comments of Adam Shaylor

I tried disabling atom-editorconfig. It doesn’t appear to be related.

Apparently strict mode doesn't like this quirky notation: ``` javascript !function () { console.log(this); //Window 'use strict'; console.log(this); //undefined }(this); ``` afiore, is there a reason for not using the...

I’m still seeing this error intermittently in Chrome for Mac even with the above change. Turning off strict mode seems to be the only reliable cure.

We wanted to be able to run `apollo client:codegen` as an npm script to update our TypeScript types. This turned out to be kind of awkward because we’d followed vue-apollo’s...

@bmaranville, great! I read the h5py docs you linked to and shared them with a colleague who’s more familiar with Python than me. I don’t think we’re too picky about...

For the time being, it so happens that we’re really mainly interested in generating NetCDF-4 files, so I think this should work for us, too, thanks.

Thank you very much, @bmaranville. I will find some time to test next week. In our case, we ([Lobelia](https://lobelia.earth)) are responsible for EU web applications that allow scientists and policy...

FWIW, I’m working on a monorepo with a failing GitHub build action. The error comes from Yarn, which is complaining about a changed lockfile: ``` ➤ Post-resolution validation ... ➤...