<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[uiflow v1.3.2 (stable) Bug on block &quot;change i by 1&quot;]]></title><description><![CDATA[<p dir="auto">Hi folks,<br />
I am very happy to see a new version, but there is a bug.<br />
When I try to use the block "change i by 1" I have an Error : name 'Number' isn't defined.<br />
The python code that is generated looks like : i = (i if isinstance(i, Number) else 0) + 1</p>
<p dir="auto">Is it possible to fix that ?<br />
yours.</p>
]]></description><link>https://community.m5stack.com/topic/1063/uiflow-v1-3-2-stable-bug-on-block-change-i-by-1</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 17:23:06 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1063.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Jun 2019 20:26:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to uiflow v1.3.2 (stable) Bug on block &quot;change i by 1&quot; on Tue, 11 Jun 2019 07:48:27 GMT]]></title><description><![CDATA[<p dir="auto">Seems it's fixed now, the issues was that it didn't generate the code to import the numbers library</p>
<p dir="auto">"from numbers import Number"</p>
]]></description><link>https://community.m5stack.com/post/4593</link><guid isPermaLink="true">https://community.m5stack.com/post/4593</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Tue, 11 Jun 2019 07:48:27 GMT</pubDate></item><item><title><![CDATA[Reply to uiflow v1.3.2 (stable) Bug on block &quot;change i by 1&quot; on Mon, 10 Jun 2019 16:59:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
The code generated is ok now. We have :<br />
i = (i if isinstance(i, int) else 0) + 1</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.m5stack.com/post/4582</link><guid isPermaLink="true">https://community.m5stack.com/post/4582</guid><dc:creator><![CDATA[nash68]]></dc:creator><pubDate>Mon, 10 Jun 2019 16:59:50 GMT</pubDate></item><item><title><![CDATA[Reply to uiflow v1.3.2 (stable) Bug on block &quot;change i by 1&quot; on Sat, 08 Jun 2019 20:32:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1572">@nash68</a> after upgrading to the latest firmware, did you select the beta option on the top bar of uiflow? 1.2.3 is the latest stable release, and any firmwares after that are using a different fork of micropython so many libraries are deprecated and will not work unless you select the beta option, sorry there wasn't much in a way of an explanation for this.</p>
]]></description><link>https://community.m5stack.com/post/4568</link><guid isPermaLink="true">https://community.m5stack.com/post/4568</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Sat, 08 Jun 2019 20:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to uiflow v1.3.2 (stable) Bug on block &quot;change i by 1&quot; on Sat, 08 Jun 2019 04:09:49 GMT]]></title><description><![CDATA[<p dir="auto">But downloadable UIFlow Desktop IDE is still v1.2.3, so I'm not sure if the new UIFlow version is ready now.<br />
I also see some bugs(look like...not sure) in the new UIFlow v1.3.2 so I've been back to v1.2.3 which seems to be more stable.</p>
]]></description><link>https://community.m5stack.com/post/4561</link><guid isPermaLink="true">https://community.m5stack.com/post/4561</guid><dc:creator><![CDATA[zhufu86]]></dc:creator><pubDate>Sat, 08 Jun 2019 04:09:49 GMT</pubDate></item></channel></rss>