ItsCubeTime

Results 63 comments of ItsCubeTime

Also the bug label was accidental, please do remove it if anyone with the right permissions comes by 😅

> Adding the empty key under HKEY_CLASSES_ROOT simply causes the extension to appear in the list shown in the Association Manager, and allows you to set up a handler using...

I assume those labels means a no. So if thats the case, would adding something like this: ``` "indentation": { "character": " ", "trailingWhitespace": false, "indentationAfterLeftCurly": true, "characterUsedForIndentationAfterLeftCurly": " ",...

> as for the alignment that should be "tabWidth" - 1 or a tab depending on whether indentation is done with spaces or tabs. Could you elaborate a bit on...

So I tried building all the targets, however Im a little confused. First off it doesnt seem to wanna build the C++ target and secondly, I cant quite find the...

Also is this the VSCode extension that youre using for debugging? https://github.com/vshaxe/vshaxe-debug-tools/blob/master/images/visualizer.gif I cant seem to find it on the VS Code market place. Is it bundled in the regular...

I also think there should be an out-of-the-box solution that doesn't require additional setup from the user - at least for vanilla html documents. Perhaps the VS Code extension can...

I see 👍 Tried making a working example: ```py import flet from flet import Container, IconButton, Page, Row, Text, WindowDragArea, colors, icons class userControl(flet.UserControl): def build(self): print(type(self)) return WindowDragArea(content=flet.Stack(height=100000000000, width=100000000000),height=100000000000,...

![image](https://user-images.githubusercontent.com/20190653/195744905-10fd63d5-4da4-43af-92f6-3071ba3a1aed.png) An interesting find I just had is that the lack of anti aliasing only seem to be prevalent with the canvaskit renderer, setting `web_renderer="html"` fixes the issue when running...

> Is that screenshot an SVG? Screenshots of images (png & svg) displayed in the canvasKit renderer using flet.Image