Yohann Boniface

Results 98 comments of Yohann Boniface

Extension `.csv` ``` ┏━━━━┳┳┓ ┃██▓░┣╋┫ ┃CSV;╋┫┫ ╰━━━━┻┻┛ ``` Based on `xlsx` ico Comma-seperated values (often `;`)

Extension `.ico` ``` ┏━━━ICO╮ ┇*.∴:∵◖┃ ┣┓░▃┏▓▆┇ ╰━━━━━━┛ ``` Based on `png` icon For ico files

Extension `.ini` ``` ┏┏━━━━┓┓ ┇[INI] ┃ ┃┋┇┃┃┇┋┃ ┗━━━━━━┛ ``` Based on `conf` icon For ini configuration files

Extension `.xml` ``` ┏━━━━━━┓ ┇┤XML ├┃ ┃├ ┃ ┗━━━━━━┛ ``` Based on `html` icon, for `xml` type files

Extension: `.log` ``` ┏━━┓┓┓┓┓ ┃┋┇┃☵☲┃┇ ┃┇┋┃☲☵┃┃ ┗━━┛━━┛┛ ``` Based on `txt` icon, for various logging files

Extension: `.svg` ``` ┌━━━SVG╮ │*.∴:∵◖│ │┓░▃┏▓▆│ ╰━━━━━━╯ ``` For Scalable Vector Graphics images

I guess we could have some kind of drawing pipeline, where the context menu would be drawn on top, such that other items below it would be partially drawn, to...

```py from dataclasses import dataclass from typing import List @dataclass class Rect: x: int y: int width: int height: int @dataclass class Drawable: rect: Rect z_index: int content: List[str] #...

Oh well i didn't know that

> _Do you expirience the same issue too?_ (just to make sure) I need to check