Loren ☺️
                                            Loren ☺️
                                        
                                    After reading the docs: https://docs.temporal.io/references/dynamic-configuration I don't see the issue with calling an individual key/value pair a "dynamic config". I think you're saying the server code calls the set of...
Is it easy to keep the current option working and hide it from help output? If not, or if others don't think it's an improvement, okay to close!
@gaurav7019 sure, thanks—you can submit a PR that edits the comment linked to above
I get the same behavior. Here's my env if that's helpful: ```sh $ which pip /opt/homebrew/bin/pip $ pip --version pip 23.1 from /opt/homebrew/lib/python3.10/site-packages/pip (python 3.10) $ pip install -r requirements.txt...
This fixed it for me: ``` brew unlink python brew unlink python3 ``` install latest python from: https://www.python.org/downloads/ ``` ln -s `which python3` /usr/local/bin/python ln -s `which pip3` /usr/local/bin/pip pip...
That would be a bug, thanks for reporting :) PR welcome
Getting a similar error when trying to upload: 
@guillim is this fixed for you when you remove `wizonesolutions:canonical`?
Val did some investigating in https://github.com/temporalio/samples-typescript/issues/189
Do you see jquery in your ``? If not, it isn't being shipped to the client.