FireFly

Results 24 comments of FireFly

Funny, I thought of a similar idea a few days ago. I was thinking of it in terms of Scala's similar feature, where `a b c` is shorthand for `a.b(c)`,...

Oh, that's quite nice actually. I guess I'm fine with that syntax. :)

Hi, thanks for the suggestion! Right now, image output isn't possible, but that could certainly be implemented. Easiest would probably be to produce output in a format such as [PAM][1],...

Hi! That would be laying out the bytes along a space-filling curve such as a Hilbert curve, I suppose. It would in principle be possible, but I'm not sure I...

Hm, `hexd` does this automatically but i removed it from `pixd` since it doesn't make as much sense when the output is graphical, at least to me, and it also...

Oh hm… that would probably be better, yes. I'm not sure if there is a nice way to patch offsetX/offsetY up, I guess one could write a setter for c.onmousemove...

@satya164 well sure, but it would be defined in terms of the `useNavigation` hook in this repo, much like the current `useNavigationParam` is. From the readme: > ### useNavigationParam(paramName) >...

@benseitz feel free to open a PR! :+1: A simple implementation should be straightforward (something like the above), but I don't really have the time to look at this currently...

So to clarify, the v3/v4/v5 refers to react-navigation, and v1/v2 refers to react-navigation-hooks?

I'll pitch in on this one. I started using this library yesterday and wrote my own small modifications to markdown.js to handle the two problems presented in this issue (HTML...