Jorge Marques
Jorge Marques
About the dashboard, the MQTT widgets are offline because the encrypted (wss) seemed to be conflicting with the non-encrypted (http) port. We want to keep the non-encrypted port to keep...
In [v0.2.2-beta](https://github.com/BIPES/BIPES/releases/tag/v0.2.2-beta) you can load the blocks from the .xml in the offline version. What you can't do is uploading the project to the server to share as a link...
Hi! We already have taken in consideration generating code targeting Snek and CircuitPython, but we haven't had the time yet to actually implement the variations. But just to you know...
Yes, every url should be relative! We even have been using another url for a while now (bipes.net.br/**ide** instead of bipes.net.br/**beta2/ui**). Feel free to open a pull request :)
Hey phil, don't worry, fork changes don't affect the master branch until merged. I reviewed your code at: https://github.com/BIPES/BIPES/pull/49 About the `index_offline.html`. we don't use the bot anymore because it...
Beyond @rafaelaroca suggestion, I have some questions. Would you like to integrate the board to (a custom version of) BIPES? Are you more interested in using the [third version](https://bipes.net.br/3) (in...
Well, you can [server static files on vue](https://cli.vuejs.org/guide/html-and-static-assets.html). The second version (currently in master) is 100% static code. The third version uses Flask instead of vue.js for templates, but you...
Changed to read-only in the code panel in blocks page, can now fold, select and copy text in read-only.
CMake respects CC and CXX flags, we can just ```bash export CC=/usr/bin/clang export CXX=/usr/bin/clang++ ``` in a CI job before calling cmake.
Hi Liam, I liked the changes. I plan to merge #1054 first since it changes the same file, then yours. In the next step I will be building your branch...