Zenz
Zenz
Hi, I'm trying to install pREST for test with my RaspberryPI 4 with docker. But I found that it doesn't have arm64 support at this moment in docker image. Can...
tried pip install supplychainpy and also clone git repo and python3 setup.py install. Got this error: can't copy 'supplychainpy/reporting/static': doesn't exist or not a regular file
Hi! atrium_folder is great. but how can I make it read_only if the user is not a manager/administrator? any solution? best regards
Can we add some filter rules on the getBoard API? like limit the items by counter or some condition. Currently the result includes all items int the board, if there...
on ESP8266, while using delete[] _value; _value = new char[.....] will cause a crash with init WiFiManagerParameter. so try to use unique_ptr.reset to solve the issue. unique_ptr variable should be...
Although function getUptime() was defined as time_t(64bit), but since _uptime was defined as unsigned long, so after overflow of max value it can be. the getUptime function returns a wrong...
If drawing multiple tables in a for loop. the arrangement for first two tables will be conflict. ``` import mercury as mr # for widgets import pandas as pd app...