lz100

Results 14 comments of lz100

same here `command 'pip-manager.refreshPackage' not found`, Ubuntu 20, python 3.8.10, pip manager 1.1.1

@gsmolinski Since you are checking Jquery already, one suggestion would be why not use some jq code instead, make it simpler: ```js (function(){ if (!jQuery.fn.tooltip.Constructor.VERSION.startsWith("3.")) return; let modal = $("#shiny-modal").children().first();...

Thanks Dean, I understand this part. You see in my second point, I am not asking the js to be synchronous, but telling me all the events that will happen...

Thanks for the suggestion @jcheng5 . Imagine we are designing an app loads UI and server from users as modules dynamically (by clicking the button), so I have no control...

@jcheng5 Thanks a lot. The first method worked! ```r execute_at_next_input

I see, anything like so will be nice. Feel free to close the issue. I can just use this hack for now.

good angle of thoughts. In Joe's solution users only needs to call the function and define the expression inside, but it's observing all `inputs` and waiting for the next input...

Since I have seen these issue quite a few times on StackOverflow [1](https://stackoverflow.com/questions/70577058/shiny-module-namespace-issue-with-dynamic-creation-of-tabesetpanel/70585679#70585679), [2](https://stackoverflow.com/questions/66912249/esquisserui-widgets-gets-dislocated-with-autoscaling-of-uioutput-in-shiny/66924243#66924243) myself, I can imagine there are more similar issues that I didn't see. Instead of waiting...

Hi @jrowen I would like to ask the same thing, could we trun `useTypes ` to FALSE and formatting cells the same time? My code is similar ```r rhandsontable(t.df, useTypes...

I tested with your waitress [demo](https://shiny.john-coene.com/waiter/) and found the same thing. I think it is not special to my code. ![demo_screenshot](https://i.ibb.co/m6dCJxq/Screenshot-from-2020-06-01-19-45-50.png) I can see the progress bar goes off if...