Jinseo Park
Jinseo Park
I designed that way so that `LogTracer.set()` directly sets the `string` value that will be displayed whereas the print functions convert the value to `string` and then append it to...
I like your idea of randomizing the arguments to test it. 😂 It actually sounds better than the current (manual) way of testing `tracers.js`. I was also concerned about the...
Hmm good points. I think for now we can stick with the current way of testing. Maybe once we have plenty of algorithms translated from js to java/cpp/py, we can...
I think testing if the URL returned from `get_url` responds with 200 would be good.
It seems great to me. I am no expert in Python so I might miss something. I would appreciate if anyone else reading this thread can review once more.
Sorry for the late response. I think `tracers.py` should (still) simply serialize `Infinity` and `NaN` to `null` so that it behaves the same as `tracers.js` does.
Yea I also noticed the issue and made `Array1DTracer` in `tracers.js` directly extend `Tracer`. I haven't fixed `tracers.java` and `tracers.cpp`, but I will fix them as well.
There is a gradient regardless of the number of sections, but when you pin a section, the color of the pinned section and instructor matches that of the course. (So...
I appreciate the mockups! I think the second option might be a bit hard to notice that it is selected. I like the third one, and I think combining with...
Yeah it seems like we need to set up a server soon. Thanks for letting me know!