This might be a dumb question - but has the core node “pad-with-zeroes” (https://xod.io/libs/xod/core/pad-with-zeroes/) been removed, replaced or shifted from the latest version of XOD?
(I need something like this for formatting number display on an LCD screen)
Well, it’s just for padding an ascii number with leading zeroes for regularly formatted display as a string. (reinstalled XOD 0.26, but it didn’t reappear, in case I murdered it!) - and xod/datetime/format-timestamp shows an error, as it uses this node. Puzzling. J.
If you changed something in xod/core library and then saved a project — it saves a changed standard library into your workspace. So in this case you will not see any updates in standard library until you’ll remove it from your workspace or rename it.
Check out __lib__ folder in your workspace directory.