Timur

Results 44 issues of Timur

At this moment, search shows results if there are matches with packages or classnames, but not with content. ![there is concat() but no search results](https://user-images.githubusercontent.com/9349164/123534541-46873e00-d761-11eb-952b-56e9557e1907.png) As you can see, `concat()`...

``` Haxe var space1 = new Space(); var space2 = new Space(); var bodies = new BodyList(); bodies.push(new Body()); bodies.push(new Body()); bodies.push(new Body()); space1.bodies.merge(bodies); // Try to remove bodies from...

I make a car that consist from several bodies, suspensions(distance and line joints) and motors added in one compound. In game process suspensions can be broken down and I need...

closes #769 1. launch shb and start a replay when a user opens the replay file 2. start a replay when a user opens the replay file if shb is...

Nice counter is much better than no counter!

The extension does not work on images from github. 1. Open in new tab https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/nodes1.png 2. See no extension interface

Firefox dev tools have a tool to measure portion of a page. Let's say I want to measure something on an image. With current behavior it is inconvenient, because zoom...

Disabling gestures on `` elements will help on pages with games/apps that have its own RB mouse gestures (e.g. 3D online editors).

In the options on the tab "Built-in Commands" gesture type can be filtered by its name. Would be nice to also have ability to filter assigned gestures. This could help...

Following this openfl/lime/issues/1757 issue, I though I found a workaround, but it didn't work for cpp. So, Lime structures get incorrect path to assets and the app crashes. Using `Sys.getCwd()`...