<?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: Le Thuy Linh</title>
    <description>The latest articles on DEV Community by Le Thuy Linh (@linhlinhle997).</description>
    <link>https://dev.to/linhlinhle997</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%2F318398%2F0f37a06b-4dd9-46b6-bcf0-9418fadc96f3.jpeg</url>
      <title>DEV Community: Le Thuy Linh</title>
      <link>https://dev.to/linhlinhle997</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/linhlinhle997"/>
    <language>en</language>
    <item>
      <title>Answer: PyLint not recognizing cv2 members</title>
      <dc:creator>Le Thuy Linh</dc:creator>
      <pubDate>Mon, 20 Jul 2020 06:28:17 +0000</pubDate>
      <link>https://dev.to/linhlinhle997/answer-pylint-not-recognizing-cv2-members-5e3</link>
      <guid>https://dev.to/linhlinhle997/answer-pylint-not-recognizing-cv2-members-5e3</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/50612169/pylint-not-recognizing-cv2-members/51916065#51916065" rel="noopener noreferrer"&gt;
              &lt;span class="title-flare"&gt;answer&lt;/span&gt; re:  PyLint not recognizing cv2 members
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Aug 19 '18&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/50612169/pylint-not-recognizing-cv2-members/51916065#51916065" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          72
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;This is from pylint. You can generate a pylint config file in the root of your project with this command
(I find this to be helpful if you work in a team or on different computers from the same repo)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;pylint --generate-rcfile &amp;gt; .pylintrc
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;At the beginning of the generated…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/50612169/pylint-not-recognizing-cv2-members/51916065#51916065" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Fix php file not refreshing in browser ubuntu</title>
      <dc:creator>Le Thuy Linh</dc:creator>
      <pubDate>Tue, 11 Feb 2020 10:01:57 +0000</pubDate>
      <link>https://dev.to/linhlinhle997/fix-php-file-not-refreshing-in-browser-ubuntu-1o13</link>
      <guid>https://dev.to/linhlinhle997/fix-php-file-not-refreshing-in-browser-ubuntu-1o13</guid>
      <description>&lt;p&gt;&lt;a href="https://unix.stackexchange.com/a/248388/380866"&gt;https://unix.stackexchange.com/a/248388/380866&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>css</category>
      <category>html</category>
      <category>rasa</category>
    </item>
    <item>
      <title>Answer: How to solve ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443) with pip?</title>
      <dc:creator>Le Thuy Linh</dc:creator>
      <pubDate>Thu, 16 Jan 2020 04:35:20 +0000</pubDate>
      <link>https://dev.to/linhlinhle997/answer-how-to-solve-readtimeouterror-httpsconnectionpool-host-pypi-python-org-port-443-with-pip-43pk</link>
      <guid>https://dev.to/linhlinhle997/answer-how-to-solve-readtimeouterror-httpsconnectionpool-host-pypi-python-org-port-443-with-pip-43pk</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/43298872/how-to-solve-readtimeouterror-httpsconnectionpoolhost-pypi-python-org-port/43560499#43560499" rel="noopener noreferrer"&gt;
              &lt;span class="title-flare"&gt;answer&lt;/span&gt; re:  How to solve ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443) with pip?
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Apr 22 '17&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/43298872/how-to-solve-readtimeouterror-httpsconnectionpoolhost-pypi-python-org-port/43560499#43560499" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          158
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Yaayy ! 
I have found the answer.
Just use --default-timeout=100 parameter with the install. 
e.g&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo pip install --default-timeout=100 future
&lt;/code&gt;&lt;/pre&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/43298872/how-to-solve-readtimeouterror-httpsconnectionpoolhost-pypi-python-org-port/43560499#43560499" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
