Vesa Karvonen

Results 84 comments of Vesa Karvonen

Note that the example `sym` lens linked to from [here](https://github.com/calmm-js/partial.lenses/issues/166#issuecomment-379527944) also works on naked objects. (This doesn't mean that support for naked objects would not be implemented in next major...

The recreation of objects down to where transformation occurs is intentional as the idea is to treat data structures as immutable and not to mutate any existing objects. So, yes...

@gcanti s related work: - https://github.com/gcanti/monocle-ts - https://github.com/gcanti/ts-static-land - https://github.com/gcanti/flow-static-land/blob/master/src/PLens.js#L17 - https://github.com/gcanti/flow-static-land

Have you looked at [optics-ts](https://github.com/akheron/optics-ts)? It is a new optics library being developed specifically for TypeScript by @akheron. As another possibility, I recently came up with a new (to me)...

Thanks! I’ve noticed this earlier and haven’t so far done anything to it due to all the vulnerabilities being only in devDependencies. It would be great to update the devDependencies...

Thanks! Just to recap, the current documentation says that > `L.branches(p1, ..., pN)` is equivalent to `L.branch({[p1]: [], ..., [pN]: []})` which means that the keys are examined in object...

So, what is the story with performance? Is async a source of performance issues in Suave? Obviously I'm biased, but I think that, aside from familiarity, Hopac would be a...

I'm all for making Hopac more accessible. I just spent quite a lot of time reordering, aligning and titling things in the generated [reference manual](http://hopac.github.io/Hopac/Hopac.html) with the intention of making...

I'd love to take a look and understand why Hopac performs poorly here. So, what commands do I need to execute on OS X (or Windows haven't yet tried) to...