Steve Ryan

Results 6 comments of Steve Ryan

Hey Paul, thanks for getting back so quickly. Sometimes I take weeks to respond ;) Waiting for the first click isn't necessary and detracts from the user experience. Audio rendering...

For jquery a hack, ``` var keySignatureLast = false $('#cheatsheet_music svg g').map(function(k,v) { if ($(v).hasClass('abcjs-key-signature')) { if (keySignatureLast) { $(v).remove() keySignatureLast = false } else { keySignatureLast = true }...

I also have this problem. Related to - https://github.com/mqttjs/MQTT.js/issues/976 - https://github.com/mqttjs/MQTT.js/issues/878 In browser console I see Connection closed before receiving a handshake response when trying to connect. Cognito mode or...

Hi Mohammed, Looks like the defaults in the docker-compose file aren't working as expected ie ports: - ${HTTP_PORT}:80 - ${HTTPS_PORT}:443 To fix, add the following to your .env file HTTP_PORT=80...

Hi, For a start it looks like certbot has removed an option. -> In the services startup script, hermod-python/src/hermod.py try removing the line --noninteractive from the script (and be prepared...

Hi, I've been working on something similar. I've implemented something like RASA core with rules, stories and forms based on your neural network library so it can run in a...