Louis DeLosSantos
Louis DeLosSantos
So strangly enough, if I just write that html to a file and load it, it all works fine. It has to be something with google.
original content: ``` Delivered-To: [email protected] Received: by 2002:a05:6402:1396:0:0:0:0 with SMTP id b22csp3571565edv; Sun, 12 Sep 2021 23:40:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx4I3o4mCc5J+gT3A3lz38+Df0+q7XZCTVoBOgqS5QTLBuB6aRws/2JOqQSMA4v8xE+PXWt X-Received: by 2002:a0c:8e83:: with SMTP id x3mr9217412qvb.40.1631515255331; Sun, 12...
@c0dev0id curious if you have any other suggestions on debugging this at a bit of a lower level? Right now I get no logs when attempting to debug this.
Got this to work in kinda a hacky way: ``` function work() tmp = session.session_file session.session_file = "/home/louis/.config/luakit/sessions/work" session.restore(false) session.session_file = tmp end ```
Yes i agree, if "user-defined" sessions is something LuaKit is interested in, i wouldn't mind hacking this out as a new additional feature in the session module. My goal here...
@taobert looking over the code, what I'm thinking is a rough outline (take all function naming as temporary) - new exported method is added to session module `save_user_session(name)` - this...
@taobert sorry i meant to add that your assumption about my use case was indeed correct. After working all day, I (and I assume others) load up their browsers with...
I'm facing this issue, with just Fedora. Info: OS: Fedora 36 CPU: Intel 12th Gen Alder Lake Sway: version 1.7 Every now and then my whole Sway UI locks up....
> Any workarounds available for this? What do I do when I'm no longer using the virtual output? Do I just have to reboot to avoid having a workspace permanently...
@emersion I just confirmed. Pulled down latest sway: ``` ~/git/c/sway master* 🖠git log -n 1 commit e5728052b59fb5b476c78c9f18b812a85d7f4503 (HEAD -> master, origin/master, origin/HEAD) Author: Kenny Levinsen Date: Wed Jun 1...