Sergei ZH

Results 113 comments of Sergei ZH

Experiencing same thing with vite. But I wouldn't call it an issue and here is why: ```js import { X } from "Y" ``` Packagers such as vite, snowpack compile...

Not sure I understand you correctly but I don't think svelte defines types for dom elements. You can use typescript type for that [see](https://stackoverflow.com/questions/63165896/what-is-the-type-of-the-svg-element-in-typescript/63165963#63165963) Also I'm not sure you if...

Hey, Prime team. Could you please share, what are your plans on this one. Maybe your thoughts on this and rough time scope if you have one?

It might be better to just archive project since code might be useful for somebody later. Anyways, thanks for the awesome project and good luck :)

Thanks for reporting. I was able to reproduce, but it seems that this is not a console issue so I referenced this issue in godot engine issues.

> Beta 1 Error; > > res://addons/quentincaffeino/console/src/Type/Vector2Type.gd:29 - Parse Error: Function "str2var()" not found in base self. > > Kind regards This could be a bug in godot but nothing...

> It's not a bug, `var2str` and `str2var` has been renamed to `var_to_str` and `str_to_var`. Should probably redo this pr since it's been quite some changes, might have time this...

Should be some-what working now, haven't tested everything yet

Closing as for me it seems as it was fixed. If you have other thoughts, please open another issue. Best

I plan to put it on asset lib after godot 4 is released