Sergey Sitnikov

Results 11 issues of Sergey Sitnikov

I would like to set everything via enumeration, but alas it can only be done with the first parameter. ```cpp auto tween = tweeny::from(0.f, 0.f).to(1.f, 1.f).during(5000).via(tweeny::easing::enumerated::backIn, tweeny::easing::enumerated::bounceIn); ``` I get...

This is a duplicate of a closed issue - #275, I think it wasn't a bad idea to add multi-line text support.

How about adding support for https://github.com/thedmd/imgui-node-editor I would like to use this project in conjunction with my internal lua binding via cimgui, so not exactly the same project. I tried...

enhancement

It would be nice if you could change how to draw links, for example, just with a line instead of a curve, remove the rounding on the nodes in general,...

All axes are fine, but when you rotate the Y axis on the -90 and 90 edges the angle is inverted and does not behave correctly. (In the video Y...

I think it would be useful to add `#[nserde(skip_ser)]` or so in conjunction with `#[nserde(default)]` for deserialization.

I know there is no support for C++ at the moment, I think this is just for the future when there is time. My problem is that I have implemented...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour documentation...

### Cocos Creator version 3.8.5 ### System information Windows 11 ### Issue description There is a complete freeze of the engine and a bunch of errors at random times, and...

Bug
P2

### Cocos Creator version 3.8.7 ### System information IOS 26, webgl1 ### Issue description This is a issue that affects all the glitches I've noticed in iOS 26, and they're...

Bug
Needs Triage