Po-Yu Hsieh
Po-Yu Hsieh
## Purpose Adding language support and icon art for [ATS](http://www.ats-lang.org/). Language support at `tokei` is still undergoing review, and will provide screenshot once it's available. ## Logo Reference https://www.cs.bu.edu/~hwxi/atslangweb/MYDATA/theLogo.png ##...
Hi team, I'm trying to analyze table dependencies in a set of BigQuery queries, but I haven't found any lightweight and robust solution written in Python yet: - Google released...
Readme file has a [section](https://github.com/kootenpv/cliche#advanced-example) showing that Cliche's CLI tool is able to run scripts that contain `cliche.cli` decorator usage, without running `cliche install` beforehand. However, if one creates `calculator.py`...
Support on [`MERGE`](https://en.wikipedia.org/wiki/Merge_(SQL)) statement, an enhanced upsert operation allowing conditioned record deletion on destination table. Often designed with syntax like below: ``` MERGE [INTO] USING ON WHEN MATCHED [AND ]...
## Purpose Just like some Text-UI applications, it would be useful to provide option to show available keybindings as hint, to tell users how to interact with the question/application. ##...
#### Summary Display of deactivated users on the suggestion list provides misleading/wrong information when trying to @-mention user in a channel or direct message. #### Steps to reproduce Server Version:...
## Purpose Recently I'm looking up Mattermost's documentation and feels like it would be useful to add component building support in Mattermost. Given that they offers [example](https://developers.mattermost.com/integrate/apps/quickstart/quick-start-python/) for writing apps...
## Feature description and background Currently, the Kubernetes operator supports generating XCom output through job output. But as for receiving XCom input, it only provides the most basic approach through...