Timo Kühne

Results 6 comments of Timo Kühne

Another really annoying one: #21076 Thanks for collecting and fixing!

> Allow the user to choose the save location and name via the browser's native "Save As" dialog. Programmatically triggering this is only available in Chromium based browsers (see https://web.dev/patterns/files/save-a-file),...

For a bit more context: This makes this [answer](https://discuss.streamlit.io/t/select-same-item-several-times-in-multiselect-within-a-form/42854/2) from the forum invalid.

I solved it like this: ``` - uses: actions/github-script@v7 id: createDeployment with: script: | const ref = `${{ github.head_ref }}` || `${{ github.ref_name }}` || context.ref; const result = await...