Fatih KARAKAŞ

Results 10 comments of Fatih KARAKAŞ

``` brew switch python 3.7.7 brew unlink [email protected] ```

i got this issue after a `brew upgrade`, i had to resintall pip3 with a curl ``` curl -sS https://bootstrap.pypa.io/get-pip.py | sudo python3 pip3 uninstall aws-mfa pip3 install aws-mfa

i don't know, another try... ```` brew remove python3 brew install python3 curl -sS https://bootstrap.pypa.io/get-pip.py | sudo python3 pip3 uninstall aws-mfa pip3 install aws-mfa

yes json like ``` { "@context": "http://schema.org", "@type": "DataFeed", "dateModified": "2023-10-25T12:05:01Z", "dataFeedElement": [ { "@context": [ "http://schema.org", { "@language": "fr" } ], "@type": "TVEpisode", "@id": "https://tv.com", "url": "https://tv.com/video1", "name": "video...

sonoma 14.2.1 meld 3.21.0.osx2 is working for me guys

hello @james-johnston-thumbtack , Thank you for the report. Basically isAlive was designed to make sure the "core" of the scheduler is working properly. I am not sure that it is...

well done it seems to work ! but why ? in the documentation it says that it is default to false anyway

when you are running the scheduler in a container and defining "localhost:9092" in bootstrap_servers variable, it will try to resolve "localhost" inside the container and not on your computer. i...