Ryan Weaver

Results 62 issues of Ryan Weaver

Hi! To get Panther to work with ParaTest, there are at least 2 things you need to do: 1) The `PANTHER_WEB_SERVER_PORT` needs to be different for each test process. That's...

I'd like to propose a simplification of some of the options for ParamConverter (as well as making sure the documentation is rock-solid for how to use the different options). Currently,...

for40?

Hi! Apologies if I'm misunderstanding something :); Suppose you have this situation: ```php /** * @ApiResource( * normalizationContext={"groups"={"cheese_listing:read"}}, * denormalizationContext={"groups"={"cheese_listing:write"} * ) * @ORM\Entity() */ class CheeseListing { // ......

bug
Has a PR

Hi there! This is part of the DX initiative. I think the current documentation has a lot of information, but isn't organized as well as it can be, especially for...

The WebLink component allows you to preload assets - https://symfony.com/doc/current/weblink.html In the Webpack world, this is ability can be written into your Webpack config via https://github.com/GoogleChromeLabs/preload-webpack-plugin We should be able...

See #968 ztoben/assets-webpack-plugin#392 makes our integrity calculation no longer work, as the files have not been emitted by the time `processOutput()` is called. The most obvious fix would be to...

This should be easily possible for React and Vue.js (at least). It's not currently possible with CSS, because we're using ExtractTextWebpackPlugin all the time.

Feature

Hi there! This is pretty easy to replicate: ``` symfony new flex_package_sync_test cd flex_package_sync_test composer require encore composer require symfony/ux-turbo # at this point, package.json will contain `@hotwired/turbo` at some...

Hi again! I've noticed what is, probably, just a missing spot in the docs for the new `useTransition`. Suppose that you have an element that *starts* in a visible state...

Hi again! I was trying to use the `transition` behavior's controller class directly today without writing any custom JavaScript. It is, of course, totally possible to do this :). Except...