Eli Berkowitz

Results 3 issues of 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'...

bug
help-wanted

[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: ![image](https://github.com/user-attachments/assets/d028c36e-85f3-4b12-a06d-50f5dd357000)...

book 3: Your Life
level: patch

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...