Timothy Ko

Results 19 comments of Timothy Ko

1. That's weird that it doesnt work on ubuntu. The syntax for docker compose when linking a volume is `docker volume name: folder to mount within docker container". In this...

hm... did you `npm install -g truffle`? This command installs truffle globally but it shouldn't make a difference. I've never ran into this error, but try recloning it and `npm...

could you provide more information? it could also be because truffle

would this automatically output to the log file?

imo, edit interviews should be in `/interview/[id]/edit` after #342 changes. So, a user adds an interview by going to `/interview`, views the interview note details in `interview/[id]`. Then, to edit...

yes, I'd say the best way to do it would be put it in the json and then we parse the code and put it in the response header.

I think this would be better https://github.com/hack4impact-uiuc/infra-authentication-server/blob/master/src/utils/sendResponse.js#L12

omg maybe we should also organzie the components folder a bit better. For example, folders like ``` - common - candidate_page - interview - idk - something else - misc...

i think it would depend on the authentication server stuff. Most likely, from what I remember, it would be in the header under the `Authorization: Bearer` header

This would allow for server side fetching in resources, allowing for lazy loading in next.js