Eli Berkowitz
Eli Berkowitz
I use this function in several different scripts in a project: ```python @contextmanager def locked_file(filename: str, mode: str = 'r') -> Generator: if mode == 'r' or mode == 'rb'...
[Minor] Relatively sure the image here was generated with 10 samples, not 1000. Just was a bit confused because my image has a lot less noise. https://github.com/RayTracing/raytracing.github.io/blob/dc8b773b015348d1b1911ee6b91b5ac57f2aebd8/books/RayTracingTheRestOfYourLife.html#L3253 Book image: ...
Just following the directions in the README is not working. I'm getting stuck with a "Failed to authenticate" error when running within a Discord Activity. Things work fine when opening...