Robert Kuhlig
Robert Kuhlig
HI the demo is working well when i change Tab in a browser (chrome/firefox) but when i activate an other application, like notepad (or from firefox to chrome) there is...
HI Thanks for this tool . I almost got it to work but the compare with baseline won't do it. These 2 Commands ARE working, so I'm pretty sure the...
Hello, I have encountered an issue while using Pandoc to convert an input HTML file into Reveal.js slides. The input HTML contains both a `` tag and an `` tag,...
I tried to read through this https://php.watch/versions/8.2/dynamic-properties-deprecated. but i don't understand it so I cannot optimize myself - just an Info - I will look for another Script - sorry...
## Summary Refactor both `edusm3_question2redis` and `CRUD_redis_question` workflows to store question and answers **together in a single Redis key**, using the UUID as the primary key. ## Current Problem Both...
## Summary Create a single CRUD workflow `CRUD_redis_question` for managing question/answer data in Redis. This complements the existing `edusm3_question2redis` workflow which fetches from EDUSM3 API and stores versioned copies. ##...