sp3c73r2038
sp3c73r2038
I think we could upgrade tornado to [6.1](https://github.com/tornadoweb/tornado/blob/v6.1.0/tornado/httputil.py#L76) which addressed this issue, thus support python >= 3.5.
currently blocked by some legacy code. `return_future` is removed from tornado 6.0[1]. which is used by current code[2]. - https://www.tornadoweb.org/en/stable/releases/v6.0.0.html#tornado-concurrent - https://github.com/Wiredcraft/pipelines/blob/master/pipelines/api/ghauth.py#L25
speaking of PYPI packages, frontend app assets are shipped with them. so we may need a way to make sure assets are built before releasing to PYPI. Maybe not rely...
for a quick mitigation, see #134. current run folder names are just uuid, lacking metadata, causing hard to sort without further looking into the status JSON files. a further mitigation...
> This worked for me (Emacs 26.3): > > ``` > (add-hook 'vue-mode-hook (lambda () (setq syntax-ppss-table nil))) > ``` > > Note the difference in the hook name compared...
good to know. I will try to build it with an older version of gcc then. it will be nice if mention gcc version requirements in README (it only requires...
update: I see you are using `-Wno-error=deprecated-copy -Wno-error=pessimizing-move` in v3.4.1 and master. these options for gcc are added in gcc9. so better mention this in README (which says 4.8) i...
Got similar situation here. I want to inspect what variables are there in the template. Didn't find any info about template meta APIs in documentation. After some digging into source...
Hi, There. Some random google search got me here, I'm also working on it and found out for debezium-source-mysql connector. You'll have to add an SMT in the sink config...
Same situation when trying to read a mirrored volume which is created under windows 10 system.