Michael
Michael
a workaround is to copy the shared folder to the gdrive with a google colab notebook command, see https://webapps.stackexchange.com/questions/120362/how-to-copy-a-shared-folder-into-my-own-google-drive
I had the same issue. I reset my config.nu and env.nu and then atuin worked as expected.. So this behavior might be related to some legacy configuration in either env.nu...
installing the latest version (eg django-orphaned-updated) could possibly fix this.
same here. I don't even see the name of the system flag. [warning] [
a boilderplate htmx setup worked for me with channels 3.0.5: ``` send_event( "test", "message", "Content to swap into your HTML page.", json_encode=False, ) ``` I added ` json_code=False` to ensure...