Marcin Dziewulski

Results 39 comments of Marcin Dziewulski

other new additions or bug fixes in `v4`: - 🐛 fixed `A.takeWhile` type definition - 🐛 fixed type definitions for R.flatMap and AR.flatMap - ✨ added `ADR.all` - ✨ added...

> I wish flatMap() callback function could just return either AsyncResult or just a Promise and it would get normalized to AsyncResult under the hood. @kirillrogovoy it totally makes sense,...

> Why it's neccessary because TS doesn't infer the type correctly in this specific case and it points to (for instance) `string | undefined` instead of `Option` > Enabling noUncheckedIndexedAccess...

reference: https://github.com/mobily/ts-belt/pull/58

@anka-213 seems like you need to add `object.extra.parenthised = true` to get correct (same) output ```ts j('(a = b)[c]') .find(j.MemberExpression) .replaceWith(({node: {object, property, computed}}) => { object.extra.parenthised = true return...

hello @vague2k 👋 Please provide a reproducible example that I can easily copy and test. For reference: - `test_conf._calc_pos()` - add a sample renderer position - `helpers.tonodes(colorscheme.installed())` - provide mocked...

hello @vague2k 👋 I couldn't reproduce the issue you reported, which makes me think that the problem might be on your end. However, upon reviewing your code, I noticed an...

@JUSTIVE, thanks for letting me know! It's indeed a great moment to start over, I have already researched a few things, for instance: moving to Reason + Melange, and it's...