André Knörig
André Knörig
I can't replicate this behaviour on OSX here -- did you maybe paste the note text from an external application? If not, can you give precise steps how to replicate...
I guess this makes sense because a server doesn't have a notion of a window. So maybe a comment in the docs would help. And then why is there a...
Thanks for the suggestion! I'm using LeapJS 0.6.4, service 2.3.1 on macOS Sierra, model LM-010. Indeed the hack seems to work when fleshed out like this: ``` javascript myController.on('connect', function()...
Thanks, good point! So this means that you actually got brd2svg to run? Can you share your fixes to the font issue and possible other changes?
Thanks! So basically no changes were required for it to run? See issue #5 on how to properly "import" the generated files. The breadboard image should indeed look much better....
Would still be nice to have, as it allows for more flexibility in organising code. For example, in order to separate concerns, I would like to have my streamlit app...
@jrieke Thanks, but that doesn't seem to work for me. My structure is as follows: ```` __init__.py utils.py streamlit / __init__.py app.py pages / page1.py ```` And in my `app.py`...
Same here, using S3 as the artifact storage. The images are logged to S3, and can't be displayed in the web UI. As @marcinwrochna pointed out, the filename under which...
Duplicate of #12151 ?
Asking kindly for someone to push this across the finish line. As a newbie to `cog`, the lack of systematic docs makes it a bit confusing to get started. Everything...