esigra

Results 6 issues of esigra

It seems like polyline sites are almost supported. I attach the example SVG generated by the polygon example, where all 6 line-segment sites are yellow: [polygon.svg.txt](https://github.com/aewallin/openvoronoi/files/1748282/polygon.svg.txt) What is missing is...

The build gives a lot of warnings about misleading indentation (-Wmisleading-indentation) for code like: if (step==current_step) return false; current_step++; That should be fixed or silenced. (Maybe create a macro for...

### Bug Type Performance ### Reproduction steps 1. Show the history of some wallet. 2. Expand a transaction. ### Actual result The fee paid by the wallet for the transaction...

### Bug Type Functional ### Reproduction steps 1. Go to [a wallet](https://tonscan.org/address/UQC7SrWsYlSh7S0V1qjkCaWbxrwoa1ue7Nk_LsgHBSU8xsVr). 2. Scroll to 2023-11-15. 3. Find a transaction where 400.15 TON was sent. It was sent together with...

sddm stops working when upgrading kernel from 6.1.91-gentoo to 6.6.31-gentoo: ![sddm_linux-6 6 31](https://github.com/sddm/sddm/assets/12582697/c0655dda-7b74-498f-a17b-c8c3fa704364) New errors appear in dmesg: [ 54.031343] nouveau 0000:01:00.0: fifo: DMA_PUSHER - ch 4 [sddm-greeter[429]] get 0000216000...

The example code at https://github.com/ton-community/ton-contract-executor does not work: ``` let code = Cell.fromBoc(state.code!)[0] ^^^^ SyntaxError: missing ) after argument list ```