Brian Gomes Bascoy

Results 5 issues of 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: ![1](https://user-images.githubusercontent.com/338659/204163847-a9878f78-f72e-4721-bfa4-0d7c57a62b70.png) If the the account is locked the lock icon is listed first: ![2](https://user-images.githubusercontent.com/338659/204163850-a954eb2e-4b0b-4864-a438-fd4f7d4de0f1.png) In...

rebase needed :construction:

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...

duplicate
question

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,...