Petr Broz

Results 81 comments of Petr Broz

Thanks guys! Here's the motivation for this kind of component: when working on a step-by-step tutorial that's made of a larger number of screenshots, and very little text content (for...

> This is a bit vague to me. Which stepper UX do you want to have exactly? I don't have any specific requirement for the UX. Just a single area...

+1 This is a great utility, but the size of the `cesium` dependency is becoming an issue when trying to keep the bundled output under control (e.g., for a vscode...

The error seems to be coming from within Chart.js, perhaps it's trying to render something when the chart is hidden? Could you please provide the repro steps?

Regarding the jet engine model, it's an official Inventor sample file available on https://knowledge.autodesk.com/support/inventor/troubleshooting/caas/downloads/content/inventor-sample-files.html.

Thank you for the heads up! I just tried creating a new activity on my end, and both buttons seem to be working fine. My setup is: ``` Version: 1.61.2...

Also, could you try the [webview developer tools](https://dzhavat.github.io/2020/11/12/easy-way-to-debug-a-webview-in-a-vscode-extension.html), and see if there are any errors in the New Activity webpage? Note that in the dev tools you'll need to switch...

Thank you @jeroenVerdonschot, it looks like the vscode webview isn't able to fetch jQuery (we use Bootstrap & jQuery for all the UI). Could this be some sort of firewall...

Btw. I'm planning to reimplement all the UI using [VSCode WebView UI Toolkit](https://github.com/microsoft/vscode-webview-ui-toolkit) which would remove the Bootstrap/jQuery dependency, and hopefully resolve the issue for you.

Note: multi-selection is already enabled in `showOpenDialog`.