Matt Leon

Results 15 issues of Matt Leon

Slim-fetch is a minified distribution of node-fetch. It greatly reduces the package size associated with fetch while also including everything in the [WHATWG fetch standard](https://fetch.spec.whatwg.org/). Because it is the in...

Documentation

S0ix seems to be broken for me with linux-surface kernel 6.7. I was able to reproduce this across several reboots, with both kernels, with and without the dGPU kernel modules...

Fixes #522 by only serializing email and userType to DB. I'm not sure if it'd be even better if we made it query all three hacker + organizer + sponsor...

approved

# Summary Cleaning up some isolated exceptions in .eslintrc.js and unused deps

If the query string were encoded in the url params, then it could be shared as a link. Would be useful.

Type: Enhancement
frontend (◕◡◕✿)

The `/api/manage/events/pull` call in `ManageEvents.tsx` should be a graphql query to take advantage of all of Apollo's caching and unify all frontend under graphql. A corresponding comment with `// TODO(#473)`...

Type: Bug
Type: Enhancement
Priority: High

This is an okay default but ideally, a serializer with user id would fix bugs that are fixed by logging out and logging back in. Desired implementation: serialize: only userid...

When tabbing through fields in, e.g. the profile page, the adjacent slider elements selecting T-shirt size and gender use the same tab group. To reproduce: 1. Navigate to the `/profile`...

We currently are using react-selectable-fast to implement drag-to-select in HackerTable.tsx but it is not working in current staging. To repro: populate db with the populateDb.ts script, then make yourself an...