ark-

Results 35 comments of ark-

Thanks Michael. I wonder if (further down the line) there could be an image "similarity" algorithm. I know your thoughts on this are that metadata is better at determining a...

Very interesting! Didn't notice that feature so thanks for pointing it out.

Getting this on a Pi Pico also. It seems that printf isn't included in the RP2040 version of the Arduino framework.

I think that would be a better solution 👍

I've messed with setting line 53 onward to ``` javascript if (appHeader && (appHeader.style.top !== 'auto' || appHeader.style.bottom !== '20px')) { appHeader.style.setProperty('top', 'auto', 'important'); appHeader.style.setProperty('bottom', '20px', 'important'); } ``` and...