Aditya Bisht

Results 6 issues of Aditya Bisht

Usually engines show models with colliders as a bright green wireframe. We have specific collider view for each scene having a Model Component, but we don't have a world toggle...

To avoid ID conflicts while editing same scene, we can assign an ID Base to our editor which will then be auto incremented and assigned when new entities are created.

enhancement

File->Save Scene is not updating the JSON of the scene [scene.zip](https://github.com/sdslabs/Rootex/files/7965984/scene.zip) Update: Probably Antivirus or Windows 11 messing it up

needs-testing

I want an API that allows me to get the min DFA for a particular regex, for example, take this regex `"(a|b)+d"`, I would want a min DFA of this...

Tests like `iter-bug.lua` and `jit_record.lua` are failing and giving the following error from the [test suite](https://github.com/openresty/luajit2-test-suite). ``` [aditya@clftest misc]$ ~/testing/bin/luajit jit_record.lua /home/aditya/testing/bin/luajit: jit_record.lua:1: module 'jit.opt' not found: no field package.preload['jit.opt']...

Tests like `ffi_enum.lua` and `ffi_callback.lua` are failing and giving the following error from the [test suite](https://github.com/openresty/luajit2-test-suite). ``` [aditya@clftest ffi]$ ~/testing/bin/luajit ffi_callback.lua /home/aditya/testing/bin/luajit: ffi_callback.lua:8: too many callbacks ``` It's failing even...