Daria Kolodzey
Daria Kolodzey
**Is your feature request related to a problem? Please describe.** I want to create smooth resize experience on Mac OS X. **Describe the solution you'd like** I want [mlx_resize_callback](https://github.com/codam-coding-college/MLX42/blob/e143f62f6f88563d5fd9aaf0f517b0b274619573/src/mlx_window.c#L44) redraw...
### What happened? The chapter [Listening for changes, and merging changes from other sources](https://tldraw.dev/docs/user-interface#Listening-for-changes-and-merging-changes-from-other-sources) contains the following sentence """ For information about how to synchronize the store with other processes,...
When I went through the tutorial on the __Deploy!__ step I noticed that the following diff was added to `settings.py` after running `pa_autoconfigure_django.py` ``` + +MEDIA_URL = '/media/' +MEDIA_ROOT =...