Jakob Csörgei Gustavsson

Results 3 comments of Jakob Csörgei Gustavsson

Hi again. Sorry for the delay. Thanks, your solution worked. It's a bit unintuitive that I can't do what I want - would it be possible to somehow clarify this...

@dfcreative I believe what you are suggesting does not work when there is an offset involved. If, for example, you have two buffers A and B, of length 4 and...

@dfcreative Yeah, I suppose you are right that works too. (Though, you need to do `u.pad(a, Math.max(a.length, b.length+offset))`) It all depends on how you want to design the API, which...