j-hnny
j-hnny
### stylelint.config.js ```js module.exports = { extends: [ 'stylelint-config-recommended', 'stylelint-config-styled-components', ], overrides: [ { files: ['**/*.tsx'], customSyntax: '@stylelint/postcss-css-in-js', }, ], }; ``` ### package.json ```json { "dependencies": { "react": "^17.0.2",...
Yes, noticeably slower for me too.
Hrmm, I don't quite follow, do you mind describing a "real world" scenario? Maybe I'm just getting caught up in the semantics, here is my expectation for the handlers: `onMouseDown`...
Just sketching an idea, it would _awesome_ if the plugin took a container component in config options that wrapped embeds like Layout wraps pages like this: ```markdown `video: https://www.youtube.com/watch?v=k5veb0wZas0` ```...
Hey just a friendly check-in on whether or not this crate is abandoned. Workspace support (#10) would be amazing. https://github.com/crate-ci/cargo-release https://github.com/pksunkara/cargo-workspaces In the meantime, investigating the above crates because they...
Not sure how many people have forked this at this point, but you can use this one: ```yml uses: johnnybenson/[email protected] ``` https://github.com/johnnybenson/heroku-docker-deploy/releases/tag/v1.5.1
Maybe this is shortsighted of me, having a plugin handle this feels pretty heavy. Below is not the most robust solution, feels like the right amount of effort. ```js //...
Just commenting to second the solution mentioned above. My codebase is quite large was seeing a significant slow down in production. Setting `reduce_funcs: false` resolved my issue and performance is...
Integrity errors do not mention the flag today and it would have saved me a few days before finding it mentioned here. ``` pulumi:providers:aws (default_6_28_2): error: pre-step event returned an...
Still seeing this is `3.136.1` ```sh TypeError: pulumi.runtime.invokeOutput is not a function at Object.getRouteTablesOutput (./node_modules/@pulumi/ec2/getRouteTables.ts:125:27) ```