Da-Jin Chu

Results 9 issues of Da-Jin Chu

No need to handle the http=>https at the express level. We should handle that at the NGINX level, which is separates concerns and would be more efficient. Alternatively, we could...

There used to be code on the backend to log when we got no search results. Seems like I deleted that in the elasticsearch update. This is sort of a...

Make pages showing just a single course/prof. This would be a better experience for people coming in from permalinks, from the notifier, or from Google. We can also SEO optimize...

Search a classroom. See when it's in use by a class + if in use now. Idea from @ryandrew14

Right now in dev, if elasticsearch isn't installed locally, we just hit the prod search API endpoint. If a developer does want to work on the backend, they must install...

I think autocomplete might be a better user experience than instant search results. **Instant Search:** - Saves time if you know exactly what you're looking for (spell the class right...

feature

### Summary Fixes #664 Cookie values are often URL-encoded. In Rails, for example, there is no way to opt out of url-encoding cookies. So [this code in the docs](https://www.docs.developers.amplitude.com/experiment/sdks/ruby-sdk/#access-amplitude-cookies) does...

Tests are dropping and re-migrating + populating the test database between every test. This is slow and forces our tests to run sequentially (`--runInBand`). Using db transactions, we can run...

testing

## 🎯 Changes This makes msw-trpc work with the breaking changes in MSW 2, currently released under `msw@next`. I needed this because my project is on Node 18, which is...