Alex Chi Z.

Results 247 issues of Alex Chi Z.

The style for header of each file is not consistent across all files in the project. The copyright date isn't updated to 2022. We should figure out a template for...

Let's borrow some code from https://github.com/cmu-db/bustub * For binder, we have too many local states, which are hard to track. e.g., for a `BindXXX` function, we should return a `BoundXXX`,...

InputRef should not be part of `BoundExpression`. We should have a separate enum for planner expression, which don't have ColumnRef but have InputRef.

Most of our services don't have description and SEO info.

Like `https://mirrors.sjtug.sjtu.edu.cn/bioconductor/packages/${uri}` , where we need to redirect to `https://mirrors.sjtug.sjtu.edu.cn/bioconductor/${uri}`

Now we use a unified task queue, which will be easily blocked if there're too many requests to large files. We should make one queue per upstream.

![image](https://user-images.githubusercontent.com/4198311/78424395-c9753200-769f-11ea-966b-bf0304bdd5e2.png)

# Guided-Level Explanation This PR adds a "context" for parsing with pest (for one of my course projects where I'm using pest...). Now users can parse with a custom state...

help-wanted
blocked
generator
needs-decision

## Problem The template does not parse on GitHub ## Summary of changes ## Checklist before requesting a review - [ ] I have performed a self-review of my code....