shu.chen

Results 6 issues of shu.chen

From the docs, you can chain dot notation in the following way: ``` ki require core var r1 = ki (threadf "lol r1" (.toUpperCase) (.trim)); console.log(r1); // "LOL R1" ```...

For https://github.com/codelucas/newspaper/issues/731 Also added a test case based on a mock already included in the test data fixtures. Adapting the test code from the issue I created: ``` import newspaper...

After grabbing codetalker from github and css from pypi: > Python 2.7 (r27:82500, Sep 29 2010, 23:01:31) > [GCC 4.5.1 20100924 (Red Hat 4.5.1-4)] on linux2 > Type "help", "copyright",...

pip install css -> is not sufficient to get css since it does not pull in codetalker package also doesn't help that codetalker in pypi doesn't compile.

In the profile screen (#195 ) we should show the current time in the user's configured timezone. This will involve integrating timezone data. We've identified https://pub.dev/packages/timezone as a good candidate...

In the profile screen (#195 ) we need to show the user's email address if it is accessible, but not the fake email that Zulip creates for the api. Also...