Andrew Avsenin

Results 18 issues of Andrew Avsenin

I don't see any recent activity, looks like it doesn't support anymore

> [!note] > _Edit bromeon: updated problem description._ When disabling the default constructor via `#[class(no_init)]`, the class can no longer be reloaded. Godot uses this as a reason to disable...

bug
status: upstream
c: register

Hi, Sometimes it requires to setup `Mode` as `Chunk` for correct Y sorting. Also `Sort Order` field. I'd prefer to have more "standard" way to use properties, instad of "magic...

Hey, I can't open your site [foxnne.github.io/pixi/](https://foxnne.github.io/pixi/)

Feature of #1497 # Classes Added "class" property to detect that object is class Classes forbidden to compare because there is a lot of deep cases that might leads to...

Hello, I use `typia` and noticed that it would be great to have able to compare `A` and `B` How it could be: ```ts import typia from 'typia' type User...

enhancement
question

Hello, Autocomplete works, but errors nope and "hover" time-to-time ✅ Autocomplete: ![Image](https://github.com/user-attachments/assets/4fcbd6be-ddbf-4171-aac5-5ebb1e79f9a8) ❌Show errors (worked on 1.58): ![Image](https://github.com/user-attachments/assets/e0eecbe1-04b2-4abe-9cec-de8648415e8c) ❌Hover on variable/function definition: ![Image](https://github.com/user-attachments/assets/5c0f9358-a932-4413-a1ba-d98ba8f5f3d7) ✅Hover some arguments: ![Image](https://github.com/user-attachments/assets/ca2269b8-573e-4e5b-89a6-1a26f38173af) ❌Hover on function:...

Hi, most of implementation globs has such pattern: `some/path/*.{txt,ts,rs}` How could I get something like that? Or maybe we could get it as new feature? For example: https://github.com/mrmlnc/fast-glob > src/**/*.{css,scss}...