Eric Casthart

Results 16 comments of Eric Casthart

@oleg-rdk do you plan to revisit this PR? The warning is super annoying =)

Personally I use `refactor` from the Angular convention types for these changes. Since they are purely visual and lingual in nature they don't affect `feat` if they are changes to...

I've managed to workaround this issue (so far) by overriding a Sass-related Webpack plugin that react-scripts/CRA require, called [resolve-url-loader](https://github.com/bholloway/resolve-url-loader). The version required depends on PostCSS v7 but the latest major...

Actually optional dependencies are not a possible solution for this. Builds fail when Storybook is missing due to a separate CRA issue where it attempts to bundle story modules: https://github.com/storybookjs/storybook/issues/12625

I have a repro of this issue involving Twitter embeds that are rendered within a modal where embed code is rendered using `@html` — the issue reproduces when closing the...

> I think it would be really useful if we can access the context in this function (e.g. globals/parameters, see [here for an example](https://storybook.js.org/docs/react/essentials/toolbars-and-globals)), even more so than args Same...

I encountered this as well using plain ol' `npm` — for me I had accidentally ran `yarn install` in the parent dir of my Serverless project some days prior to...

I'm a user who stumbled on this thread after implementing a number of ECS fields in my logs using **ecs-format-pino** and a [Pino mixin](https://github.com/pinojs/pino/blob/master/docs/api.md#mixin-function) to expand the fields and handle...

Got it, thanks for the update and summary. In my case I was forced to add some fields — `client` `http` `url` `user_agent` — that I knew wouldn't be supported...

I ran into this today briefly in production.. I think resource data was probably missing temporarily as subsequent deploys cleared it up. One thing I noticed is that the message...