Dev-iL
Dev-iL
I didn't try doing anything like that myself, but I expect that it is possible, yes. I would also advise you to use the documented ways to edit components as...
If you have to use `mlapptools` in `startupFcn`, you can do so using a `timer` (the timer runs on a different thread, which allows the App to properly finish initializing):...
Hello! Please try the `develop` branch, it's much newer than the released version, and at least one of your points was addressed there. Regardless, if you think you know how...
Turns out there's a converter from "QuickTime (QTtxt) transcript format" (JSON) to SRT (specifically for the purpose of this app)... http://www.pixelsplasher.com/_tools/convert/json-to-srt/
I have simplified the `preparesrt` logic somewhat, and now it seems to work properly. Before I submit a PR, here's my version: ```c# public string PrepareSrt() { const int METADATA_LINES...
@elijahbenizzy I ran into https://github.com/DAGWorks-Inc/hamilton/issues/301#issuecomment-1817725573 too, in the context of a [dataloader under parallelizable](https://hamilton-opensource.slack.com/archives/C03M33QB4M8/p1724264968282039?thread_ts=1724264968.282039&cid=C03M33QB4M8). This is quite a blocker for me.
(Lesson for myself - don't post PR comments on Slack. Anyway, here's a copy of [my comment from a few days ago](https://apache-airflow.slack.com/archives/CCZRF2U5A/p1718282492028369?thread_ts=1715668779.756509&cid=CCZRF2U5A):) Perhaps it makes sense to have this behaviour...
I managed to create a workaround in case anybody's interested. The code for this, as well as some earlier attempts, is available in the [gist](https://gist.github.com/Dev-iL/932547c70d9d17e2996081c69176639f). Demo: 
@IvanSterligov If you need this functionality, take a look at the gist I linked above, where I uploaded a wheel containing the changes of my PR (also linked above).
@IvanSterligov Unless you want to modify the code, no JS knowledge is needed - same as using streamlit itself.