Mathieu Lemoine
Mathieu Lemoine
Hello, This issue has been a year old already... I really think we shouldn't throw an exception if a file we want to delete doesn't exist. It already doesn't exist,...
I believe this is a more appropriate issue to discuss what I was talking about in #121 (I'm trying not to create duplicate issues for something that's already open) @pavel-b-novikov:...
We are interested in generating discriminated unions as well. @johnrom Even without the complexity of changing the build process or removing the need to repeat the constant value (as mentioned...
@johnrom To be clear, what I'm offering is basically something outside of the scope of using dependency injection. I'm looking something that would achieve a similar goal (i.e. a similar...
:+1: Please merge this ASAP...
@ybycode As far as I understand, `state.line` is pretty much internal data and should not be used, modified or relied upon. In particular, you are not guaranteed it will be...
We have the same issue. The way we do it, is by using a custom loader and doing the replace when the translations are loaded. Of course, that means we...
Steps required to be able to install FOSUserBundle in a Symfony Flex project: * Install `symfony/swiftmailer-bundle` * Add the following configuration file in `etc/packages/foo.yaml`: ```yaml framework: templating: { engines: [twig]...
Any news regarding this? Would be nice to have the package work out of the box...
Well, In my case, I just need access to the Twitter API (Not really the sign-in with twitter, yet)... In respect to this, themattharris/tmhOAuth seems to be a bit more...