Artem Yurchenko

Results 78 comments of Artem Yurchenko

> Hello, which command are you using to build? Looks like the target is missing. Hi. I have an Arduino Nano, so I use `tinygo flash -target=arduino-nano -port /dev/ttyUSB0 main.go`...

> Unfortunately, SPI support is missing for the Nano :( > > https://tinygo.org/microcontrollers/arduino-nano/ Oh, sorry for my incompetence. I try to connect to my display with I2C. Here is the...

> Oh, right. The drivers works for I²C and SPI, but it need both declared to work properly. Not sure if using some build tags we could split the driver...

> I'm re-opening this issue, thanks for bringing this up. This is a problem with the driver and should get fixed or at least propose an alternative, I think some...

> > > I'm re-opening this issue, thanks for bringing this up. This is a problem with the driver and should get fixed or at least propose an alternative, I...

@TinHead can you show your code?

Actual V (0.3.2): ```v module main fn main() { println(i64(0x8000000000000000) == -9223372036854775808) } ``` ``` true ``` Fixed

@walkingdevel Do you have a possibility to test this and eventually close this?

@JalonSolov does this related to your proposition for arrays syntax change?