Siarhei Krukau

Results 49 comments of Siarhei Krukau

I've run the extension in debug mode, and I think this is the piece of code that adds extra newlines: https://github.com/tintinweb/vscode-interactive-graphviz/blob/1074d8c264b05c9460aeacf1027fc5c61e43ac29/src/language/DocumentFormatter.ts#L99-L103 What is this `lastLine` for?

Hey, @tintinweb, do you think this might be a good fix?

@jayvdb, hi, hayvdb. I'm afraid I didn't got you. What release do you need? Thanks!

This also breaks a scenario where you have some "global" mocks set up and checked before / after each test. `confirmVerified` inside a test clears them: ```kotlin @ExtendWith(MockKExtension::class) class SomeTest...

I found the easiest way to use PlatformIO. 1. Close this repo: https://github.com/DerLotke/Watchy-PIO 2. Run `./configure --list`, choose a watchface. 3. Run `./configure Basic` for a basic watchface. 4. A...

Unfortunately, no, I had to store the components separately and use them to construct new instances.

Hey, but I didn't have any issues with the clients :)

Encountered this issue when working with JSON columns in PostgreSQL. Given an entity with a field mapped to a different type: ```kotlin @Entity(name = "item_prices") data class ItemPriceRecord( // Other...