Sandeep Dinesh
Sandeep Dinesh
Removed option for additional managers (for now) after switching to Managed Instance Groups. Will need to figure out the best way how to re-enable multi-managers setups with a Managed Instance...
I'd say setting up GCP is out of scope for this demo. Going to be cleaning up the makefile and updating to a more modern version of Kubernetes and Istio
@noisyox this is on the backburner, but I do want to get to it eventually.
Do you want to send a pull request?
One concern I have is this will be a bit too complicated for this repo. It might be better as a standalone project.
I'm thinking we can have a 3rd party section in the readme where we can link to these kind of things. Let me know when you release the code!
I'd really recommend adding this to the "basic" example. Something like ``` javascript var instrument_name = "glockenspiel"; MIDI.loadPlugin({ soundfontUrl: "soundfont/", instrument: instrument_name , callback: function() { //Add this line MIDI.programChange(0,...
I'm having the same issue on Mac and Windows, latest version of Chrome. Both WebAudio and AudioTag plugins have this issue. Loading the plugin is the defaults from the "Basic"...
The workaround is to overwrite the regex with ones that accept uppercase as well: ```javascript var absolutify = require('absolutify') absolutify.rx = /((href|src|codebase|cite|background|cite|action|profile|formaction|icon|manifest|archive|HREF|SRC|CODEBASE|CITE|BACKGROUND|CITE|ACTION|PROFILE|FORMACTION|ICON|MANIFEST|ARCHIVE)=["'])(([.]+\/)|(?:\/)|(?=#))(?!\/)/g absolutify.captureRx = /((href|src|codebase|cite|background|cite|action|profile|formaction|icon|manifest|archive|HREF|SRC|CODEBASE|CITE|BACKGROUND|CITE|ACTION|PROFILE|FORMACTION|ICON|MANIFEST|ARCHIVE)=["'])((([.]+\/)|(?:\/)|(?:#))(?!\/)[a-zA-Z0-9._-]+)/g ```
I am having this same issue, able to reproduce on GCP. @dtzar is as well on Azure.