Alexander Gusman

Results 50 comments of Alexander Gusman

@Rowno as my Papa was always telling me: do not do any changes in a rush 😂 Should be fixed right now 🤞

@Rowno PR is ready to be merged I will update another one as soon as this one is merged

https://github.com/revolunet/angular-carousel/issues/309 css fix here

I faced the same problem and I resolved it by explictly passing `Provider` in plugin options in Storybook `config.js` file: ```typescript import { ApolloProvider } from "@apollo/react-hooks"; addDecorator( apolloStorybookDecorator({ typeDefs:...

@paulbarr https://github.com/GriddleGriddle/Griddle/issues/55 here there is fiddle, which is using infinite scroll without GriddleWithCallback this is the direct link to the fiddle: http://jsfiddle.net/joellanciaux/m9hyhwra/2/ the main secret here is using externalIsLoading prop...

Are there any plans or updates about this ticket? I'm stuck a little bit, because I've implemented `io-ts` validations in the project, but they are useless without strict type validations....

My proposal: Add a new codec: `identical` (maybe we need to find a better name) Which will fail on any additional properties. Is it possible in the current library implementation?

I’m using this library to validate the format of the API response, which I do not control. So I’ve made the io-ts type for the API response and I expect...

Yep, that’s exactly what I’ve meant. But I do not want to change the defaults of course. But propose just to add a new type specially for this use case....