Brian Gomes Bascoy
Brian Gomes Bascoy
## Reproduction steps Scala version: 2.13.8 and 2.11.12 ~~Example 1~~ [INVALID] ```scala sealed trait MyTrait { def a: Int } case class MyClass ( a: Int ) extends MyTrait object...
This PR adds a copy address button next to the address in the account header:  If the the account is locked the lock icon is listed first:  In...
Is it possible to remap [ to `lispy-brackets`, and ] and also } to maybe `lispy-right-nostring`? Sorry if this is a stupid question, I just started using Lispyville today (which...
This PR extends the current support for other ESP32 targets (e.g. ESP32-S3), allows for custom I2S pin configurations and also simplifies integration with DACs that don't require a codec driver...
This PR puts `FUNC_GPIO0_CLK_OUT1` (soc/esp32/register/soc/io_mux_reg.h) behind a flag: Without this change _faust2esp32_ output can only be compiled for `ESP32` target chip (the name is confusing so just to be clear,...