Luís Rodrigues
Luís Rodrigues
https://www.gatsbyjs.org/packages/gatsby-plugin-typescript-checker/
Exported strings aren't HTML encoded. For example: `Ampersands & Co.
This might be able to help with handling `additionalProperties` arbitrary maps as described in #930.
Hi, I'm getting an error handling requests for the following definition: ``` openapi: 3.0.0 info: title: Example paths: /products: get: operationId: listProducts parameters: - name: filter in: query style: deepObject...
Some time ago I extended the API to expose permalink settings in a format fit for consumption by a Backbone.Marionette application. Here's the relevant class: https://github.com/B3ST/B3-REST-API/blob/master/helpers/B3_RoutesHelper.php (This handles root permalinks...
Expose a factory function for reducers that does not require passing the initial state: `function reducer(): EnhancedReducer` This would allow for a more concise use with the `useReducer` React hook,...
`Immutable` incorrectly changes tuples to `ReadonlyArray`. For example: ```ts import { Immutable } from '@pacote/immutable' type ImmutableTuple = Immutable // expected => Readonly // actual => ReadonlyArray const test: ImmutableTuple...
Applying `withProps()` to a styled component yields the following type error: ``` error TS2345: Argument of type 'StyledComponent' is not assignable to parameter of type 'InnerComponent'. Type 'StyledComponent' is not...