Eric Casthart
Eric Casthart
I think I've run into an issue with Eco and the new HTML `formaction` attribute when applied to `button` elements. This attribute overrides the closest parent form's own `action` whenever...
**Describe the bug** As the repro demonstrates I have created a project using Create React App and Storybook init scripts, like so: - `npx create-react-app --template typescript` - `npx storybook...
This upgrades to the latest version of [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/v5/packages/resolve-url-loader) which itself upgrades to PostCSS@8. I have been encountering version conflicts related to this dependency and others that also depend on PostCSS...
Inserting machine readable datetimes is sometimes needed in templates, i.e. for the [``](http://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime) element's `datetime` attribute and similar microdata. This can also be useful when scripting. The format of course...
Support convertReqRes-style ECS field mapping where req/res data is unavailable as Node http objects
In my case I am running Node in an AWS Lambda environment where there is not a Node server running. Request data is available as [APIGatewayProxyEvent](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d1536cc8b4679229d635908b5ee858b0398a5f09/types/aws-lambda/trigger/api-gateway-proxy.d.ts#L69) or [APIGatewayEventRequestContextV2](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d1536cc8b4679229d635908b5ee858b0398a5f09/types/aws-lambda/trigger/api-gateway-proxy.d.ts#L160-L180) and responses...
If there is a failure when building a project during deploy I've noticed what seems to be a new feature, or at least log output: ``` Build failed, reverting project....
_Example types:_ ```ts export type BaseExample = { results: T; }; export type BaseExampleWithDefault = { results: T; }; export type BaseExampleWithConstraint = { results: T; }; ``` None of...