Benjamín Eidelman

Results 86 comments of Benjamín Eidelman

hi, you want to apply it with a sort of deep merge (alla lodash merge)? to obtain that type of delta yes, you'd have to traverse it, and whenever you...

yes, it is intentional for the build process, basically this makes browserify to not bundle that dependency, so it's used for any dependency that I don't want in the main...

it could be better, but one problem I see with that is, that won't work for people using this is as a dependency, browserify config is not inherited (I wish...

thanks @gaearon I want to do some refactor on the bundling process, but yes I've been looking to have a mechandism that makes at least browserify and webpack happy, I'm...

awesome!, pasting this here for reference https://github.com/defunctzombie/package-browser-field-spec

well, I'm not sure how this works in Elixir (I just found out about it :) ), but the problem that makes jsondiffpatch be suboptimal in that case is, there's...

@yawaramin but would that mean having a real reasonml syntax for async/await that is truly isomorphic? ie. same syntax for both bucklescript and ocaml?

@yawaramin oh, that makes sense, thanks for the detailed explanation 👍

(coming from #860)

@rochdev I'm trying to figure out how to write a test for this, one first thing that I noticed is that to use a cursor you need an extra package,...