Craig Dennis
Craig Dennis
#### Your system information * VelocityJS version: 2.0.6 * Browser: Edge * Operating System: Windows #### Checklist * Is this an issue with *code*?: Kind of * Is this an...
I have been having some trouble when the collider lands exactly on an edge (eg a 135 degree angle like below):  It happens maybe 1 in 5 times as...
It's hard to explain this.. but I have added a one way platform.. if the player is falling but not at the top of that platform object it still halts...
On a fresh Laravel 8x install I followed the steps in the README like so: Added " Jaybizzle\LaravelCrawlerDetect\LaravelCrawlerDetectServiceProvider::class," to config.app Added " 'Crawler' => Jaybizzle\LaravelCrawlerDetect\Facades\LaravelCrawlerDetect::class," to aliases in config.app Added...
In the lua script I'd like to be able to call a C# method that not only yields, but also waits for a value, eg: `someVar = someCSMethod('someParameter')` Where "someCSMethod"...
 On upgrading Laravel 11, the latest current version of larapex-charts (8.1.0) is conflicting for me. I have seen this issue that's been raised about laravel 11 here: [Stopped working...