Mark Northrop

Results 8 comments of Mark Northrop

I can confirm that the `joy_remap_player_for_controller1` command does not work on Linux. When I try it in the console, I receive the "Unknown Command" error. This is my system information:...

I'm looking forward to helping test this on Ubuntu 12.04!

I'm also seeing this issue, same as described above.

@geenious I added the tag to my base twig template for the frontend of the website and it fixed the error message. @masix Your fix worked, but I have no...

@masix Thanks for the explanation, and for digging into the problem; it's great having a workaround!

I had trouble getting this working in MeioUpload 2.2 (CakePHP 1.2) also, but mainly due to a lack of documentation. To disable a validation rule on my file upload field,...

I have also run into this problem and would be very happy to see support for blocks layout on the checkout page added to the plugin.

I found a way to modify session data in tests where I'm using the `KernelBrowser`, and with `framework.session.storage_factory_id` set to `session.storage.factory.mock_file`. The comment referenced above (https://github.com/symfony/symfony/discussions/45662#discussioncomment-4352880) helped me find a...