Craig Dennis

Results 6 issues of 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): ![image](https://user-images.githubusercontent.com/4312475/135753537-23f76849-4178-4b47-89ae-962305957b5b.png) 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"...

![image](https://github.com/user-attachments/assets/a8a36921-0014-4ea6-a444-80454dfd275b) 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...