Albert Liu

Results 24 comments of Albert Liu

I have this bug too, and found that when I compile from source with `cargo run --release` the problem goes away, but if I copy the binary from `target/release/alacritty` into...

This is also happening to me on GVim, whenever any Plug command is used. I'm using GVim 8.2 on Windows 10. The exact error message is: ``` Error detected while...

NYU has `lecture`, `lab`, `seminar`, and `recitation` as far as I can tell. Depending on the source they're formatted differently - the course catalog has them capitalized, and Gallatin doesn't...

ok sounds good, will do.

Do you think it would be better to store them in the database with code numbers and have them be translated afterwards, or just store them as strings?

I'm thinking that there are 2 possible use cases: 1. A user wants to find classes associated with a specific professor 2. A user wants to find the reviews of...

I think we should definitely go with the searching ourselves option. We'd need to add another field to the instructors table, but that's no biggie.

https://dba.stackexchange.com/questions/56224/postgresql-fts-and-trigram-similarity-query-optimization

https://about.gitlab.com/blog/2016/03/18/fast-search-using-postgresql-trigram-indexes/