Rokas Kupstys
Rokas Kupstys
> Hope you don't mind me shooting in these little bugs. I'll get to pull requests once I find more time! Otherwise let me know how I can help. All...
@sphaero did `BeginChild()`/`EndChild()` work?
Child should have no scrollbars. if you want them - add them to parent. But that is kind of pointless. Canvas is infinite itself. How can we add scrollbars to...
Anyone affected may find QUIC protocol interesting. It offers UDP in the browser as well, but adoption is still in early days. microsoft/msquic is a viable solution for C++ applications...
I am working on Urho3D game engine fork featuring editor that provides reloadable native or managed user plugins. `cr.h` is a core piece around native plugin support. Thanks! 
This is a terrific work! Call nesting is not exactly optional though. Event systems do cause rather unpredictable callstacks, especially in complex situations. Did you explore implementing this without adding...
@BhaaLseN how is this done? I can see classes in symbol tree, but when i try to retype a variable - it expects type from "data type" tab. Classes are...
Came here to propose such change. Would be great if this was accepted.
Many places implement alligator by shifting it into the future. For example (https://www.ifcmarkets.co.in/en/ntx-indicators/alligator): ``` The Alligator’s jaw or the blue line is a 13-period smoothed moving average shifted into the...
Ehm i do not believe there is a need to extend dataframe into a future. If we wanted to see future values we could avoid shifting altogether, but that is...