<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Markus Schlichting</title>
    <description>The latest articles on DEV Community by Markus Schlichting (@madmas).</description>
    <link>https://dev.to/madmas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F462234%2Fc1537873-a9e2-4a1d-a315-b379c67c6732.jpeg</url>
      <title>DEV Community: Markus Schlichting</title>
      <link>https://dev.to/madmas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/madmas"/>
    <language>en</language>
    <item>
      <title>Running Chrome with all shields down</title>
      <dc:creator>Markus Schlichting</dc:creator>
      <pubDate>Thu, 07 Apr 2022 10:30:10 +0000</pubDate>
      <link>https://dev.to/madmas/running-chrome-with-all-shields-down-1jk1</link>
      <guid>https://dev.to/madmas/running-chrome-with-all-shields-down-1jk1</guid>
      <description>&lt;p&gt;&lt;code&gt;/Applications/Google Chrome.app/Contents/MacOS/Google\ Chrome --disable-site-isolation-trials --disable-web-security --user-data-dir="~/tmp"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;...lets you run Chrome with a fresh disposeable profile and all security down.&lt;/p&gt;

&lt;p&gt;This comes in handy if you just need to get around all these CORS errors for a minute... ;-)&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>cors</category>
      <category>macos</category>
      <category>webdev</category>
    </item>
    <item>
      <title>NativeScript plugin build: Error: The server returned unexpected response</title>
      <dc:creator>Markus Schlichting</dc:creator>
      <pubDate>Thu, 10 Dec 2020 22:53:14 +0000</pubDate>
      <link>https://dev.to/madmas/nativescript-plugin-build-error-the-server-returned-unexpected-response-5cpk</link>
      <guid>https://dev.to/madmas/nativescript-plugin-build-error-the-server-returned-unexpected-response-5cpk</guid>
      <description>&lt;p&gt;Just in case your &lt;code&gt;tns plugin build&lt;/code&gt; command ever returns&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"Error: The server returned unexpected response: "
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;you should try to append &lt;code&gt;--log=trace&lt;/code&gt; (in full command: &lt;code&gt;tns plugin build --log=trace&lt;/code&gt;) to find out what is going on.&lt;/p&gt;

&lt;p&gt;In my case, I had a conflicting config in my &lt;code&gt;.npmrc&lt;/code&gt; file and the server configured in there returned a HTTP 401 .&lt;/p&gt;

&lt;p&gt;Removing that &lt;code&gt;.npmrc&lt;/code&gt; helped me to run my builds again. Finding it took 30mins of my evening...&lt;/p&gt;

&lt;p&gt;Hope you found this earlier and that it helps you ;-)&lt;/p&gt;

</description>
      <category>nativescript</category>
      <category>plugin</category>
    </item>
  </channel>
</rss>
