-
Formalising suggested enhancement to provide support for the display of coloured text in the terminal window of the WebIDE (and other usage of the core terminal module) as per forum discussion [https:…
-
If you use `js/setTimeout` things don't currently work, but I think this is a fundamental capability of Espruino.
-
Right now it is impossible to properly implement support for meridians on clocks. You can use `require("locale").meridian(new Date())` to get the current meridian and display that somewhere in your cl…
atjn updated
2 months ago
-
- [ ] runtime
- [ ] apollo client
-
#### Related to Conversion of TypeScript to C++
- [Microvium Concepts; by Michael Hunter](https://github.com/coder-mike/microvium/blob/main/doc/concepts.md)
- [AssemblyScript: A TypeScript-like la…
-
As found at:
* http://forum.espruino.com/conversations/357737/
* https://github.com/espruino/Espruino/issues/1961
As well as some other posts - it's really catching a lot of people out. Unless…
-
Hi, wanted to know if this is Mac gcc specific or if there is someting broken when building a Espruino on Mac as Linux board.
```c
#/usr/bin/gcc -v
# Apple clang version 15.0.0 (clang-1500.3.9.4)…
-
Hi,
Have been following this github and gitter about alternative firmware for NRF52832, excellent info @fanoush !
Now I would like to flash my Nrf52832 (actually a E73.....) with Micropython usi…
-
EDIT: Scroll down to https://github.com/espruino/Espruino/issues/2297#issuecomment-1369643325 for later test code.
---
A failure to pipe data to a TCP socket can occur on the ESP32 build. I have…
-
Mentioned in:
https://github.com/espruino/Espruino/issues/1348
https://github.com/espruino/Espruino/issues/737
Basically this branch avoids the hacky handling of built-in objects, and implemen…