loggerhead

Results 19 comments of loggerhead

It's ok. I just want use your lib in my next project, and I am a little busy currently. So, it's not hurry. But it would be helpful if you...

I have the issue but I don't know how to fix it...

@wader hi, it's open source: https://github.com/loggerhead/json4u

I'm having the same problem, is anyone following up on it?

I think the problem may related with code here: [packages/system/src/xypanzoom/XYPanZoom.ts](https://github.com/xyflow/xyflow/blob/main/packages/system/src/xypanzoom/XYPanZoom.ts#L201). I guess this can be fixed by setting translateExtent to the maximum of the user's setting and the viewport size,...

Since `lo.ToPtr` is often used, can we change it to a shorter name, like `lo.Ptr`?

It's great to replace `lo.Entry` with `lo.Tuple2`. They are kind of repetitive.

I think naming as `lo.Map2` is better then `lo.MapI`, as it reminds the user that there are two arguments needed. Also, for `lo.MapKeys` and `lo.MapValues`, in most of my use...