Naitik Mundra
Naitik Mundra
These would fundamentally do the same things as ``` pre_save ``` & ``` post_save``` signals in django. ## Example: ``` python class User(Table, tablename='my_users'): username = Varchar(length=100, unique=True) password =...
Ok, so I can start working on a PR now. I guess it would change the ```run``` and ```run_sync``` functions.
@MonAaraj can you please either 1. Revive the links you gave 2. Post the minimal, reproducible example in the comments themselves so that they are (more) permanent. Thanks!
Hello. I am a bit confused o.o. Is it in the roadmap to support hardware-accelerated raytracing (that nvidia RTX cards or AMD's 6000-radeon series support)? Is it still a consideration?...
Thank you for the response!
So, I think the simplest solution is just to just check if `SEEK_CUR` exceeds total file size(which can be a single call to the underlying File System.
Related: - https://github.com/zed-industries/zed/issues/14028?
Any fixes for xorg? (xmonad + arch) EDIT: Fix was installing GTK properly and then using gnome-keyring. Apparently my GTK paths were broken.
I am on Arch + XMonad. Same error as described above by @lalishansh including steps of reproduction. The relevant output after running `zen --foreground`` and then clicking on the "Sign...
> HI, I had the same problem on archlinux, the `gnome-keyring-daemon -r -d` did the magic, once the keyring restarted and entered in Zed all the git/authentication related things worked...