Tac Tacelosky

Results 545 comments of Tac Tacelosky

I thought the way Symfony deprecations worked is that they back-ported the new classes to the supported versions. What is the proper way to fix this then?

> It means that we must a new major release, and I'm not a big fan just for a deprecation. Symfony 7 is just around the corner. How about a...

https://presta.wip/sitemap.xml I want to define my own route there and when I dump, when I dump I get the IP address and port. ![image](https://github.com/prestaconcept/PrestaSitemapBundle/assets/619585/023fe85d-fd36-4774-8e30-4a60d9827c12) ```yaml framework: router: default_uri: 'https://example.org/my/path/' ```...

I can check in my changes to the demo proxy, using Symfony 7, if that helps.

Hmm, not working for me. Can you try with my fork please? ```bash git clone [email protected]:tacman/presta-sitemap-test-project.git presta && cd presta composer install bin/console doctrine:database:create bin/console doctrine:schema:update --force --complete bin/console doctrine:fixtures:load...

I'm looking and upgrading and integrating https://github.com/miisieq/RobotsTxtBundle in order to generate a robots.txt file #330 It looks like most robots.txt file have a list of sitemap: keys, not just a...

This probably makes more sense as a discussion rather than an issue, but I don't think discussions are enabled.

I used to have something in place when I used webpack to avoid the error, but I don't know if it will work with modules. What is fs, and is...

as a module. See the js console at https://jsfiddle.net/tacman1123/azb4dmwe/7/ On Tue, Nov 7, 2023 at 9:41 AM Will Rowe ***@***.***> wrote: > In what context is the fs loader being...