Jeff Peck

Results 10 comments of Jeff Peck

As for reporting this as an "issue", it would be good if vue-plotly included this information in the readme or documentation. I would guess that this is a common use-case...

It appears that I still need to wrap `` in `` to avoid the warning "The client-side rendered virtual DOM tree is not matching server-rendered content." I'm not 100% if...

Hrm, I don't have any more info on this. The above worked for me, but I haven't gone back to it in a while. Maybe a different version?

hrm, I don't know why that would be, sorry

@umardraz It looks like you need to install `fs`, right?

It's probably something from the original code base where it was intended to split the words differently depending on whether there are an even or odd number of letters. Do...

I do not, sorry. The original base code came from this project: https://github.com/Miserlou/OpenSpritz It's a good catch though and I appreciate you contributing the suggestion.

Also on MacOS. I tried renaming that `_leapc_cffi.cpython-38-darwin.so` to `_leapc_cffi.so` and re-ran: ``` python -m build leapc-cffi pip install leapc-cffi/dist/leapc_cffi-0.0.1.tar.gz pip install -e leapc-python-api python examples/tracking_event_example.py ``` and still getting:...

Oh, re-reading, I just noticed the error message above is not the same as what I am getting: ``` symbol not found in flat namespace '_LeapCameraMatrix' ``` If it would...