<?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: wsq</title>
    <description>The latest articles on DEV Community by wsq (@wsq).</description>
    <link>https://dev.to/wsq</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%2F1531000%2F0f8ed8f3-be32-4e71-8ca7-93b380e40e39.png</url>
      <title>DEV Community: wsq</title>
      <link>https://dev.to/wsq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wsq"/>
    <language>en</language>
    <item>
      <title>open-meteo.com</title>
      <dc:creator>wsq</dc:creator>
      <pubDate>Thu, 30 May 2024 01:37:14 +0000</pubDate>
      <link>https://dev.to/wsq/open-meteocom-5gd5</link>
      <guid>https://dev.to/wsq/open-meteocom-5gd5</guid>
      <description>&lt;p&gt;did not know of this before, but free no API-key! API for accessing weather, you just need to evaluate lat / long yourself&lt;/p&gt;

&lt;p&gt;&lt;a href="https://geocode.arcgis.com/arcgis/"&gt;https://geocode.arcgis.com/arcgis/&lt;/a&gt; seems like a cool service with a nice amount of resolutions which allow you to convert blackbox location input like "New York, ny" to actual latitude and longitude it has a registration but they give a certain amount of free lookups a day?&lt;/p&gt;

</description>
      <category>openmeteo</category>
      <category>api</category>
    </item>
    <item>
      <title>freerouting kicad</title>
      <dc:creator>wsq</dc:creator>
      <pubDate>Thu, 30 May 2024 01:33:45 +0000</pubDate>
      <link>https://dev.to/wsq/freerouting-kicad-797</link>
      <guid>https://dev.to/wsq/freerouting-kicad-797</guid>
      <description>&lt;p&gt;have tried out &lt;a href="https://github.com/freerouting/freerouting"&gt;https://github.com/freerouting/freerouting&lt;/a&gt; with a set of four PCBs and did some minor moving around of the traces and vias and ended up with functional boards&lt;/p&gt;

&lt;p&gt;feels like something is definitely wrong but for boards where I change the schematic and maybe reset the traces for a specific component to move it to another place, it's nice to see it fill in the blanks&lt;/p&gt;

&lt;p&gt;looking forward to using freerouting more! and it works in kicad on Mac OS ARM!&lt;/p&gt;

</description>
      <category>kicad</category>
      <category>pcb</category>
      <category>hardware</category>
    </item>
    <item>
      <title>Pure HTML with CDN json schema form element has typo</title>
      <dc:creator>wsq</dc:creator>
      <pubDate>Sun, 26 May 2024 19:28:57 +0000</pubDate>
      <link>https://dev.to/wsq/pure-html-with-cdn-json-schema-form-element-has-typo-3dal</link>
      <guid>https://dev.to/wsq/pure-html-with-cdn-json-schema-form-element-has-typo-3dal</guid>
      <description>&lt;p&gt;what a great project that uses lit&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/json-schema-form-element/jsfe?tab=readme-ov-file"&gt;https://github.com/json-schema-form-element/jsfe?tab=readme-ov-file&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything was working great with &lt;a href="https://github.com/json-schema-form-element/examples/blob/main/src/pages/pure-html.html"&gt;https://github.com/json-schema-form-element/examples/blob/main/src/pages/pure-html.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but when I tried to use the ui-schema it failed until I changed&lt;/p&gt;

&lt;p&gt;ui-schema to uiSchema&lt;/p&gt;

&lt;p&gt;not working:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;json-schema-form
    // .....
    ui-schema='{
        "bar": {
            "ui:widget": "switch"
        }
    }'
&amp;gt;&amp;lt;/json-schema-form&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;working:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;json-schema-form
    // .....
    uiSchema='{
        "bar": {
            "ui:widget": "switch"
        }
    }'
&amp;gt;&amp;lt;/json-schema-form&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>javascript</category>
      <category>jsonschema</category>
      <category>uischema</category>
      <category>lit</category>
    </item>
    <item>
      <title>123_456_789 === 123456789</title>
      <dc:creator>wsq</dc:creator>
      <pubDate>Sun, 26 May 2024 18:42:13 +0000</pubDate>
      <link>https://dev.to/wsq/123456789-123456789-1jji</link>
      <guid>https://dev.to/wsq/123456789-123456789-1jji</guid>
      <description>&lt;p&gt;wow&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>mindblown</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
