Prepend time.sleep(1) to line 132,
see also https://github.com/scientifichackers/ampy
# Fix for macOS users' "Could not enter raw repl"; try 2.0 and lower from there:
AMPY_DELAY=0.5
| from neopixel import NeoPixel | |
| from pupremote import PUPRemoteSensor | |
| from machine import Pin, PWM | |
| ### Neopixel setup ############################################################# | |
| np = NeoPixel(Pin(25), 1) # onboard neopixel | |
| np[0] = (100, 100, 100) | |
| np.write() |
Prepend time.sleep(1) to line 132,
see also https://github.com/scientifichackers/ampy
# Fix for macOS users' "Could not enter raw repl"; try 2.0 and lower from there:
AMPY_DELAY=0.5
Fedora: unterliegende Archiv und Speichertechnologie von Phaidra.
Demo https://staging.madek.zhdk.ch/ -> https://staging.madek.zhdk.ch/api/browser/
für Login den Support anfragen https://wiki.zhdk.ch/medienarchiv/doku.php#support_per_e-mail Referenz API Projekt HfG
REST
sudo port install ruby-build
ruby-build 2.7.2 ~/.rubies/ruby-2.7.2
Concrete example: leihs legacy knows about roles for users. We would like to extend this to include roles for groups. But we can not change code of leihs legacy. Solution: we add new functionality but make leihs legacy belive the DB schema has not changed.
group_rolesuser_roles to direct_user_roles.user_roles with custom AGGREGATEs using direct_user_roles and group_roles.