Artem Yurchenko

Results 45 issues of Artem Yurchenko

``` OS: linux, "Garuda Linux" Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3800X 8-Core Processor CC version: cc (GCC) 12.1.1 20220730 getwd: /home/yuart/Projects/DiscordLinksCollector vmodules: /home/yuart/.vmodules vroot: /home/yuart/Projects/v vexe:...

Bug
Unit: vfmt

Hi, I have an SSD1306 OLED 128x32 display. When I try to use an example from SSD1306 driver and build, have 2 errors: `../../../../root/go/src/tinygo.org/x/drivers/ssd1306/ssd1306.go:38:19: SPI not declared by package machine...

bug
enhancement

The problem can be reproduced with the example code too. If I copy-paste example code to example.v file, then go to the console and run v run example.v - a...

App should have a possibility to work with devices that only has ADB over WiFi available (like Samsung Galaxy Watch 4 and newer). # How you can connect your Samsung...

enhancement

### Describe the bug When an optional field in a structure has a structure type and you try to decode JSON to it with `json` module - a C error...

Bug
Unit: Parser
JSON
Fixed in x.json2

### Describe the feature I think embedded structs should be encoded/decoded as fields of parent struct, not as a separate inner object, in JSON. This will help to implement DRY...

Feature Request
JSON

### Describe the bug `v vet` prints the wrong error when a documentation comment contains `{` or `}`. When changed on `[` and `]` - works as expected. ### Expected...

Bug
Unit: Documentation
Unit: Tooling

# V doctor ``` OS: linux, "Garuda Linux" Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3800X 8-Core Processor CC version: cc (GCC) 12.2.1 20230201 getwd: /home/yuart vmodules: /home/yuart/.vmodules...

bug