Lonli-Lokli
Lonli-Lokli
## 🚀 Feature Proposal Currently all object props are serialized as Object, which do not have any sense with snapshots ## Motivation Real serializer will help to increase real coverage...
**What is the current behavior:** New `filter` for `sample` does not work well with typeguards ```ts export const isDefined = (value: T | null | undefined): value is T =>...
What is the current way for tree shakable imports? Will import * as t from 'io-ts' still be tree shakable with webpack 5?
### Bug report ### Actual Behavior Build error with Yarn 3 & `@use` or `@include` usage (related to https://github.com/webpack-contrib/sass-loader/issues/802) ### Expected Behavior No build errors ### How Do We Reproduce?...
### Bug report ### Actual Behavior Build error with Yarn 3 & `@use` or `@include` usage ### Expected Behavior No build errors ### How Do We Reproduce? 1. Clone https://github.com/Lonli-Lokli/yarn_pnp_scss...
It's pretty useful and widely used feature, to check if two unordered collections are the same, probably with default and nondefault comparers
#### Describe the bug Program results differs from console app. #### Did this error occur while using `dotnet try` or online? - [ ] `dotnet-try` - [x ] online ####...
https://github.com/YBogomolov/fetcher-ts/blob/develop/src/fetcher.ts#L167 Handler is called for error case which seems incorrect as for me 1) handler usually expecting to get completely valid object, while it might be null or something invalid...
Currently discardRest method always returns Either.right as a fallback, this PR address this and adds posibility to reject with Either.Left