Tony Reinberger

Results 10 comments of Tony Reinberger

I don't have an exact time but it took about 30 minutes to open the port map tab with 905 ports. I then auto connected the bus and it took...

> Hi Tony, > I'll have a look at this later with performance evaluation tools, but my guess is that the the cause is evaluating the values (port bounds etc.)...

I think parameters make the design a lot slower as well. I thought I would add that note since the high port count may be only part of the slowdown....

If you copy part of the Ports Ad-hoc column that's false and paste it into another part of the Ad-hoc column, it will invert the value. If you paste a...

These should be separate issues but the Parameter export and import are not compatible when the value consists of a formula involving an ID. It is likely that the ID...

I'm experiencing similar issues and another one which I think is related. Trying popular mp4 files with the duplication taking 10 minutes or more on a single file. The file...

I'm using RP2 version 1.25.0 and encountered OverflowError: overflow converting long int to machine word so I'll add my findings. You can't use 2**31 as 2147483648 (unsigned) or -2147483648 (signed)...

RP2 Workaround... ```python def localtime(time_s): if time_s == 2147483648: return (2038, 1, 19, 3, 14, 8, 1, 19) if not (-1195614848

@dpgeorge hopefully its fixed by the change (thanks) but unfortunately I'm only using the released uf2 files to program the board. I was more concerned with the fact that OverflowError:...

I created a minimal main.py which demonstrates the ap.active forcing 192.168.4.1 and the effects of configuration before or after ap.active. I added an STA connection so I could get the...