Maksim Derbasov
Maksim Derbasov
> > But what about symbols, why it's not a eBracket? > > ah yes. It would make sense that square brackets and round brackets are eBracket. Can we try...
It seems problem was with a `isConstFunctionCall` function. Now `isConstExpression` works fine and I got rid of my own const checker.
> > > But what about symbols, why it's not a eBracket? > > > > > > ah yes. It would make sense that square brackets and round brackets...
Strange hint ぎ: 
I see, but life is too short to read instructions)) It could be more intuitive if it will literally in one row. Or treated like different rows. > However, も...
Two comments from my side: perhaps I could make it more beautiful, but I have no experience with your UI library. Some guidance/feedback could be very helpful. And does it...
Yes, please!
That's odd. Importing as a layer in Gimp 2.10.20 works not properly. Bottom line and letter "D" is out of border 
Hello everyone I also faced with a memory leak problem and after several experiments I noticed that memory leaking by a small amount with some consistent speed even if I'm...
Found interesting thing in https://github.com/gazebosim/gz-sensors/blob/gz-sensors9/src/GpuLidarSensor.cc#L132 (same expression in other sensors also presents) Due to `_memoryAligned` is `true`, each point took **32** bytes; if change it to `false`, it will be...