<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments for Nerdpress.org	</title>
	<atom:link href="https://nerdpress.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Mon, 29 Mar 2021 09:42:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on Create Google XML (Image) Sitemaps in PHP by yuri		</title>
		<link>https://nerdpress.org/2012/10/20/create-google-xml-image-sitemaps-in-php/#comment-486116</link>

		<dc:creator><![CDATA[yuri]]></dc:creator>
		<pubDate>Wed, 24 Mar 2021 18:31:15 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2260#comment-486116</guid>

					<description><![CDATA[Thank you!!!]]></description>
			<content:encoded><![CDATA[<p>Thank you!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Disable symfony deprecation warnings in PHPUnit tests by Serhii Polishchuk		</title>
		<link>https://nerdpress.org/2019/08/29/disable-symfony-deprecation-warnings-in-phpunit-tests/#comment-483141</link>

		<dc:creator><![CDATA[Serhii Polishchuk]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 21:50:44 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2878#comment-483141</guid>

					<description><![CDATA[Use max[self]=0 for SYMFONY_DEPRECATIONS_HELPER to suppress vendor deprecation notices 
see https://symfony.com/doc/current/components/phpunit_bridge.html#internal-deprecations]]></description>
			<content:encoded><![CDATA[<p>Use max[self]=0 for SYMFONY_DEPRECATIONS_HELPER to suppress vendor deprecation notices<br />
see <a href="https://symfony.com/doc/current/components/phpunit_bridge.html#internal-deprecations" rel="nofollow ugc">https://symfony.com/doc/current/components/phpunit_bridge.html#internal-deprecations</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Not allowed to connect to Mysql error in docker by Msn kia		</title>
		<link>https://nerdpress.org/2017/09/07/not-allowed-connect-mysql-error-docker/#comment-481970</link>

		<dc:creator><![CDATA[Msn kia]]></dc:creator>
		<pubDate>Sun, 09 Feb 2020 16:31:06 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2765#comment-481970</guid>

					<description><![CDATA[That was great help.
Thank you]]></description>
			<content:encoded><![CDATA[<p>That was great help.<br />
Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hosting multiple Express (node.js) apps on port 80 by express - Alojar múltiples sitios web utilizando Node.js Express		</title>
		<link>https://nerdpress.org/2012/04/20/hosting-multiple-express-node-js-apps-on-port-80/#comment-480458</link>

		<dc:creator><![CDATA[express - Alojar múltiples sitios web utilizando Node.js Express]]></dc:creator>
		<pubDate>Tue, 17 Sep 2019 16:32:57 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2144#comment-480458</guid>

					<description><![CDATA[[&#8230;] mejor que use nodo-http-proxy, para mantener las aplicaciones totalmente independientes? Consulte este post para una [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] mejor que use nodo-http-proxy, para mantener las aplicaciones totalmente independientes? Consulte este post para una [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Disable symfony deprecation warnings in PHPUnit tests by mxgherkins		</title>
		<link>https://nerdpress.org/2019/08/29/disable-symfony-deprecation-warnings-in-phpunit-tests/#comment-480350</link>

		<dc:creator><![CDATA[mxgherkins]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 07:44:56 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2878#comment-480350</guid>

					<description><![CDATA[I think `weak`  instead of `disabled` also does the trick in CI. 
But you&#039;ll still get deprecations warnings count...]]></description>
			<content:encoded><![CDATA[<p>I think `weak`  instead of `disabled` also does the trick in CI.<br />
But you&#8217;ll still get deprecations warnings count&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hosting multiple Express (node.js) apps on port 80 by node.js - Ospitare più siti web utilizzando Node.js Express		</title>
		<link>https://nerdpress.org/2012/04/20/hosting-multiple-express-node-js-apps-on-port-80/#comment-479759</link>

		<dc:creator><![CDATA[node.js - Ospitare più siti web utilizzando Node.js Express]]></dc:creator>
		<pubDate>Mon, 03 Jun 2019 18:07:05 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2144#comment-479759</guid>

					<description><![CDATA[[&#8230;] è meglio utilizzando nodo-http-proxy, per mantenere l&#8217;app totalmente indipendente? Vedere questo post per un confronto. Grazie @veggiesaurus nodo-http-proxy dovrebbe essere la strada da percorrere. Ti [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] è meglio utilizzando nodo-http-proxy, per mantenere l&#8217;app totalmente indipendente? Vedere questo post per un confronto. Grazie @veggiesaurus nodo-http-proxy dovrebbe essere la strada da percorrere. Ti [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on modulo in Twig by Ivo Bathke		</title>
		<link>https://nerdpress.org/2012/02/14/modulo-in-twig/#comment-479459</link>

		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sat, 04 May 2019 15:10:42 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2078#comment-479459</guid>

					<description><![CDATA[Thanks Roland, its fixed :)]]></description>
			<content:encoded><![CDATA[<p>Thanks Roland, its fixed :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Create Google XML (Image) Sitemaps in PHP by Reynold Yehezkiel		</title>
		<link>https://nerdpress.org/2012/10/20/create-google-xml-image-sitemaps-in-php/#comment-479247</link>

		<dc:creator><![CDATA[Reynold Yehezkiel]]></dc:creator>
		<pubDate>Tue, 23 Apr 2019 16:01:33 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2260#comment-479247</guid>

					<description><![CDATA[how about local file image?]]></description>
			<content:encoded><![CDATA[<p>how about local file image?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on modulo in Twig by Roland Golla		</title>
		<link>https://nerdpress.org/2012/02/14/modulo-in-twig/#comment-479187</link>

		<dc:creator><![CDATA[Roland Golla]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 18:29:22 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2078#comment-479187</guid>

					<description><![CDATA[You have a little syntax issue. Thank you for this very good post

{% if key is divisible by(2) %}

For me it now works in a symfony SULU CMS project.]]></description>
			<content:encoded><![CDATA[<p>You have a little syntax issue. Thank you for this very good post</p>
<p>{% if key is divisible by(2) %}</p>
<p>For me it now works in a symfony SULU CMS project.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Splitting Swagger API Documentation yaml files by Francesco Bianco		</title>
		<link>https://nerdpress.org/2017/10/01/splitting-swagger-api-documentation-yaml-files/#comment-473152</link>

		<dc:creator><![CDATA[Francesco Bianco]]></dc:creator>
		<pubDate>Tue, 13 Feb 2018 23:28:34 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2777#comment-473152</guid>

					<description><![CDATA[I prefer to compose multiple files into one with external tool,
this is my solution https://github.com/javanile/yamlinc]]></description>
			<content:encoded><![CDATA[<p>I prefer to compose multiple files into one with external tool,<br />
this is my solution <a href="https://github.com/javanile/yamlinc" rel="nofollow ugc">https://github.com/javanile/yamlinc</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
