Daniel Lo Nigro
Daniel Lo Nigro
This is really useful! I've written code like this so many times. Nice work. Can this handle Flow/TypeScript type imports too?
I'm going to merge this as-is. We can add tests for type imports as a followup. Flow uses a slightly different format for type imports, which we should test too:...
I'll push a new version of jscodeshift this week, depending on when you're planning on submitting more PRs this week.
@danieldelcore Can you please look at the test failure? Not sure why it didn't appear on this diff. Did I merge this too early? We should ensure that PRs that...
You need to configure S3 storage in the .env file. Bigcapital doesn't currently support local storage of uploaded files.
I just submitted a pull request to add installation instructions to the readme: https://github.com/Beshelmek/govee_ble_lights/pull/55
> The [postcss-logical](https://www.npmjs.com/package/postcss-logical) package does provide polyfills for these series of css properties that are not supported on older devices. I'm just not sure how many polyfills there are required...
Are you still planning to work on this? I'd love to use Docker for Pages CMS, since hosting Node.js apps can be a bit of a pain.
For AWS, `S3_ENDPOINT` should be something like `s3.us-west-1.amazonaws.com`, depending on the region you're using.
> does Yarn publish a core team page There's the core team page on GitHub (https://github.com/orgs/yarnpkg/teams/core), looks like the team is marked as private for some reason though. @cpojer @kittens...