Taras Zakharko

Results 20 comments of Taras Zakharko

I would like to add my voice to @vorcigernix and @iamsahilsonawane I really like Fresh's distinction between routes and islands, but doing a full reset at page transitions does seem...

I am curious whether this effort has been abandoned or still on the roadmap? I would be happy if I could retire `purrr` for a more streamlined implementation in `vctrs`

Thanks, I missed #1210 when I was looking for similar stuff. Personally, I think shifts and other advanced vector operations (e.g. compact) would be a great fit for vctrs, which...

To throw another idea in the mix, I personally use a short-circuiting or, e.g. ``` assertion || abort(...) ``` I think it's concise and readable. The drawbacks I can see...

I have recently uploaded another attempt (currently experimental) at rolling an assertion package (modelled after opinionated assertions in Swift), which might be relevant for this discussion. It uses `abort()` if...

I wanted to ask whether this change is still planned? Not being able to handle conditions is painful...

Constrained types could also play well with compact enums, e.g. by encoding the tag within the unused bits. Lack of support for this is a major reason why I wait...

@KnisterPeter this still means making shallow clones for dictionaries. Unfortunately, JavaScript is not very good at immutability. I mean, it's not a big deal and a clone on user interaction...

@eddyw thanks for the suggestion, that’s very similar to the interim solution I am currently using, only I use a Boolean and invert it every time to avoid dealing with...

@jratike80 Thanks, this works! It seems I have conflated two unrelated issues (at least one of which was user error). I have edited the issue to remove mention of mercator...