Results 8 comments of Mehran Ziadloo

@Brian: I understand your concern for introducing a wrapper around Date object, but I must tell you it's inevitable. If we implement this your way we will lose JavaScript's original...

@Gabriel: I've fork the master branch, you see for yourself. https://github.com/ziadloo/Extensible . What I'm saying is that the problem exists in 1.60 beta (unfortunately).

@bmoeskau: No, I'm not just talking about Jalali converter code, you need to consider all sorts of libraries / components designed around the world which rely on Gregorian calendar. That's...

You are right, your code works fine if there's no animation involved. But since I add the new components with animation over a period of time and the animation affects...

The right approach would be using `ReactTransitionGroup` class and implement your own version of `ReactCSSTransitionGroup` so you can recalculate whatever you need once the animation is done. For the time...

The same goes for MySQL: ``` 2023/09/17 17:54:47 ERROR mlflow.cli: Error initializing backend store 2023/09/17 17:54:47 ERROR mlflow.cli: No module named 'MySQLdb' Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/mlflow/cli.py", line...

If anyone's interested in creating their own docker image with MySQL and Postgres client support, here's how its Dockerfile looks like: ``` FROM ghcr.io/mlflow/mlflow:v2.7.0 RUN apt-get -y update && \...