Matt Baker
Matt Baker
FYI, here's how I did it on a small Rust project pretty easily, via the [crossbuild](https://github.com/multiarch/crossbuild) project: ```bash docker run -it --rm $(pwd):/workdir multiarch/crossbuild bash cat > macbuild.sh
> Do you mean split windows inside the editor itself or different terminal windows running separate `hx` instances ? For the latter it would be the responsibility of the window...
Somehow missed this... Aw, thanks! 😄
Yup, it's a hard problem. Naive resizing was something I meant to get in earlier -- it's in now, but it'll still only work for layouts that don't change their...
The `package.json` includes a version string, which by happy coincidence is semantic. :) Integrating it with git tags would be worthwhile though.
Hm -- I can't reproduce in any browser on OSX Lion. Very tempted to call it a browser (or more specifically, a developer tool) bug, since refreshing has little to...
@DeaconDesperado -- that makes a lot of sense! The resizing code is very naive, and probably is resulting in running the callbacks twice. It's strange that the infinity demo is...
@edfuh: Are you running the demo on an older laptop? The demos are both quite CPU intensive due to the number of CSS3 effects on the page, and it's quite...
@edfuh: strange -- that's the same laptop I'm typing this on, but I can't reproduce. Does the demo-off work for you? @DeaconDesperado: ah, ok.
@DeaconDesperado -- also, to answer your previous question: the `lazy` callback, if provided, will be called on any ListItems that are in (or close to) the viewport. The reason it's...