oshoemaker
oshoemaker
I am also experiencing this issue. I will take a look at the source and see what I can find...
The issue is with the z-index. It is too low to pop over the top of the bootstrap modal. A simple workaround is to increase the add of the z-index....
Pull request: https://github.com/jdewit/bootstrap-timepicker/pull/327
This is related (from bootstrap-datepicker): https://github.com/eternicode/bootstrap-datepicker/issues/1349
> @oshoemaker can you add a test for this bug fix? @fengmk2, I am not really sure how this can be tested. In our case we are using serverless web...
I have added a "test" to force it to use the code and resulting output. I am not really sure if there is any other option with the current test...
@fengmk2, any update on this?
I believe that I am having the same issue. Host: M1 MacOS Container: Ubuntu 22.04.3 LTS I cleared by crates/cargo cache, pulled down a fresh clone of the "client-sdk-rust" repo...
Per a suggestion, I also used the precompiled FFI and tested on python in the same ARM docker container. This seemed to work just fine. It would appear that compiling...
Ok, I was able to get a successful test of the basic_room example. I needed to use the livekit feature "rustls-tls-native-roots". Without it I would get an expected "TisFeatureNotEnabled" error...