Karthikeyan Singaravelan

Results 129 comments of Karthikeyan Singaravelan

I cannot reproduce these warnings in master branch. These lines are different in master using raw strings. So I guess this issue is fixed.

This has been fixed in feedparser : https://github.com/kurtmckee/feedparser/pull/206

Just to add testing for 3.3 and 3.4 was also dropped from `.travis.yml` in the CI with https://github.com/aio-libs/async_lru/commit/4419d97d3e63690146cb9b45bbefb5962f562bf0#diff-354f30a63fb0907d4ad57269548329e3 .

Sorry to bump this up but the latest Clojurescript release 1.10 fixes this issue. The figwheel-core at https://github.com/bhauman/lein-figwheel/blob/933e01c69a0bd2d25e47eb3dc6213bf9d24909a2/figwheel-core/project.clj#L11 It has the updated dependency and the other modules have the old...

@kredati please try with Clojurescript 1.10.234 in the project.clj of the flappy bird demo. core.async 0.3.442 if you are going to use clojure 1.9 and above. Hope it helps. Thanks.

It will be good to add JDK 10 to Appveyor CI. I have added JDK 9 and 10 to Travis as part of #696 and could see no failures on...

Fixed with https://github.com/evanhempel/python-flamegraph/pull/17

In https://github.com/apache/airflow/pull/36916 WorkflowTrigger was added that takes the allowed_states from ExternalTaskSensor constructor instead of TaskStateTrigger that has "success" and "failed" hardcoded in count_running_dags. I guess this issue can be closed....

Related https://github.com/apache/airflow/issues/33498

Related work on making sql queries async. cc @hussein-awala https://github.com/apache/airflow/pull/36504