Kai Li

Results 7 issues of Kai Li

### Is your feature request related to a problem? Please describe. SASS has introduced a new feature called `@use` that does what we want instead of `@import` which is prone...

better engineering
taken

## Context The webpack loader from the [graphql-tag](https://github.com/apollographql/graphql-tag) library transforms every graphql file to javascript. During this transformation, it inlines several helper functions. These helper functions are repeated for each...

project-apollo-client

### Is your feature request related to a problem? Please describe. Something we've always wanted to do, but didn't have the time and/or wasn't the right timing. ### Describe the...

better engineering
devops

### Is your feature request related to a problem? Please describe. When I search for venues on odd weeks, venue availability should mark classrooms that only have lessons on even...

Should be pretty obvious, currently we have http://nushackers.org/categories/uncategorized/ and so on, but no main category page. - [ ] Categories page listing all categories - [ ] Category page listing...

enhancement

Currently if you go to the front page, you'll see blogposts about Friday hacks overwhelming content. We want to filter them out. This involves: - [ ] Inserting a "friday-hacks"...

enhancement

Repro: https://codesandbox.io/p/sandbox/y76dz6 In the following scenarios, the scroll progress value is negative: 1. `flex: column-reverse` 2. `flex: row-reverse` 3. `writing-mode: vertical-rl` **4. Steps to reproduce** Steps to reproduce the behavior:...

bug