Sasha Aleshchenko
Sasha Aleshchenko
When running the gh-pages action self-hosted on Ubuntu Server 22.04 LTS (x86), the task for [email protected] hangs at `/usr/bin/git push -f ` infinitely (left it running for 6 hours).
It would be helpful to transform certain tailwind values like "gray-100" or "text-3xl" to use variables like var(--gray-100) and var(--3xl), in particular to enable easier support for variable based dark...
Add support for MacOS webcams to the new Hardware Devices view. NOTE: _Needs testing on Windows and Linux in case the installation of pyobjc breaks things there_
This PR adds support for keyframe based controls for the Mecademic Meca500
A rudimentary version of mecademic support in the hardware UI for Flojoy. # Known issues - Mecademic doesn't provide API to scan for arms on the network, and Flojoy hardware...
_Mirror of STU-192 on Linear_ **Question**: How do we make it easy and powerful to write flojoy nodes? _Subquestion_: What is the purpose of a flojoy node? _Subquestion_: What control...
# Type & Parameter Methods `FJBlock` class can specify ins, outs, and parameters from methods `getIns`, `getOuts`, `getParameters` which would return the types and names of flowchart I/O and then...