Results 10 comments of Vince

This also applies to pandas dataframes. For example, I have a dataframe being loaded from postgres, which when passed through django-unicorn json serializer, causes auto-typing of columns, e.g. col of...

Oh I had this problem with atomic, too, and found that building Bazel using the guide and scripts in [here](https://github.com/koenvervloesem/bazel-on-arm), then coming back and running the mediapipe installation fixed it.

also `ERROR: mediapipe-0.8.1-cp38-cp38-linux_aarch64.whl is not a supported wheel on this platform.` when running `python3 -m pip install mediapipe-python-aarch64/mediapipe-0.8.1-cp38-cp38-linux_aarch64.whl`

Hi! Can you share where you see ```//a**2``` in VMLS? I agree that in the [book](http://vmls-book.stanford.edu/vmls.pdf) on 47 and 48, the authors describe squaring the whole RHS. I believe it...

Ah this makes a lot of sense, thank you. Do you have an intuition for why applying the coefficient to the sample size is analogous to applying it to the...

Yes please :) looking forward to adding these changes, would like to add clear explanations with them.

For what it's worth I found this helpful (with assist from gpt); basically just transform the div and add some corrections in styling, primarily centering. ``` ... .mermaid { display:...

Hi! Thanks for your comment. Yes, these are meant to be 1:1 with the companion, and in some cases I add extra code to replicate where a replication wasn't provided....