Aman Patel

Results 10 issues of Aman Patel

I have no idea why, but after updating to laravel 4.2 it seems that PHP is now complaining that FactoryManager class must be declared abstract. Perhaps because it is extending...

I have autoSort turned on, and I get "Nothing to sort" error everytime I save a file which does not contain any namespaces. I believe this warning or error is...

Fixed two issues where property references that don't exist cause errors on PHP 8 (on docker setup by "tiredofit").

In some envrionments (e.g. Freescout laravel app), the following line causes the error https://github.com/ezyang/htmlpurifier/blob/6f9aac9325e99a860928534cd4a5ade8962d3751/library/HTMLPurifier/Lexer/DOMLex.php#L267 Is there any workaround for this? Checking if name exists as a property seems like a...

Would it be easy to convert this package (or add support for) locally available BAM file data? If its not possible, are there any other open source `htsget` servers out...

This allows someone to use a cors proxy in production (as the heroku app does not work otherwise).

I am seeing the following error when I upgraded to Nova 4. ``` ^[[2022-04-07 01:24:01] local.ERROR: Class Guratr\CommandRunner\CommandRunner contains 1 abstract method and must therefore be declared abstract or implement...

https://github.com/kiritokatklian/nova-permission/blob/c8d16c7601fcbd19e3c6959ec765409690e91aed/src/PermissionBooleanGroup.php#L30 We have about 200 permissions in our system and about 19 roles, and this line of code is causing extremely slow responses when trying to load the roles list...

This will allow someone to bypass the "view" check for each permission. Very suitable for speeding up access in viewing and editing roles via nova.

I haven't had a chance to test this. but I currently manage a arm machine in AWS and this was somewhat required step for me before I could use this...