YuXuan Tay
YuXuan Tay
Which port did you forward to your reverse proxy? I think you need to forward the https port (`12470`) instead of the http port (`11470`) to ensure that the auto...
I believe it comes from here. https://github.com/Stremio/stremio-service/blob/master/src/server.rs
I'm not familiar. The following issue also discussed the sources #27
> Not sure to understand but the settings is already there no ? > > I want to confirm that I use this setting and it works as expected with...
@bhimrazy It looks like the fix suggested by @leike0813 was implemented in #20669, but was subsequently reverted. The current release v2.5.3 is still problematic. https://github.com/Lightning-AI/pytorch-lightning/blob/2.5.3/src/lightning/pytorch/loggers/mlflow.py#L365-L369
@deependujha, this is still a problem in 2.5.6. https://github.com/Lightning-AI/pytorch-lightning/blob/2.5.6/src/lightning/pytorch/loggers/mlflow.py#L365-L369
Based on my trial and error, these are the minimal `requirements.txt` to use databricks containers. ``` black[jupyter] # notebook formatting databricks-sdk ipykernel matplotlib pyspark[connect] pyccolo ``` The following are implicitly...
`black[jupyter]` is required for notebook formatting ``` black[jupyter] # notebook formatting databricks-sdk ipykernel matplotlib pyspark[connect] pyccolo ```
I have created minimal container images for Databricks Container Service in this repo. https://github.com/yxtay/databricks-container
Hi, @ericbn, thank you for the feedback! My suggestion did not consider the possibility of administrator managed `.zimrc` and have not thought about the complexity of supporting that. As I...