Sender | Message | Time |
---|---|---|
23 Sep 2024 | ||
Emilia [she/her] joined the room. | 10:54:26 | |
26 Sep 2024 | ||
Emilia [she/her] changed their profile picture. | 16:05:11 | |
30 Sep 2024 | ||
evilsetg joined the room. | 12:02:14 | |
evilsetg | Hey I am trying to get native messaging working on my system (Guix Linux). When trying to check if native messaging is working with
| 12:37:01 |
bovine3dom | In reply to @evilsetg:matrix.orghi, I'm pretty sure it tells the native messenger how long the message it is expecting is | 14:37:05 |
bovine3dom | but it's been ages since I last looked at it | 14:37:23 |
bovine3dom | maybe there's some difference on your system with the character set? | 14:37:50 |
bovine3dom | If you look at the native messenger repo there's a python utility for generating test messages, maybe that will help | 14:38:19 |
@unratedjockey:tchncs.de left the room. | 14:54:05 | |
evilsetg | Thank you for the info! From what I gather then It's a bug on Firefox' side because if i count right {"cmd": "version"} are 18 characters not 17 as 0x11 would imply. I checked on another device and curiously there Firefox there also gives a length of 0x11. I think for now I build native_main with a readStr(strm, length+1) 😅. | 18:56:31 |
evilsetg | wait, that does not work :( | 19:25:10 |
evilsetg | So in the end it was not a firefox bug. Turns out I counted wrong. Rather it is something else. Anyways, building native_main from source and using that one fixed it. Thank you for your help! | 20:12:49 |
1 Oct 2024 | ||
@borangoher:matrix.org joined the room. | 21:14:05 | |
@borangoher:matrix.org left the room. | 21:14:25 | |
2 Oct 2024 | ||
Emilia [she/her] changed their display name from ixhby to Emilia [she/her] :3. | 18:47:44 | |
4 Oct 2024 | ||
Emilia [she/her] changed their display name from Emilia [she/her] :3 to Emilia [she/her]. | 14:38:44 | |
9 Oct 2024 | ||
Coelacanthus joined the room. | 10:59:13 | |
10 Oct 2024 | ||
Lexi | Is it possible to show closed tabs in the order of last closed time with Tridactyl? | 09:35:02 |
bovine3dom | In reply to @Lexi:matrix.orgisn't this what :undo does? | 09:36:41 |
Lexi | Omg, I never knew, thank you! | 09:41:16 |
Lexi | Wait, if that's already there, isn't it easy / already possible to show a list of last visited pages as well? | 09:41:48 |
bovine3dom | In reply to @Lexi:matrix.orgwithin a single tab that's what :back does | 11:02:23 |
Lexi | I'm looking for general browsing history. But that explains why it's harder I guess :-) | 11:58:26 |
stooj | Undo is amazing. I know it's technically possible with stock, but tridactyl makes it so easy. | 13:17:14 |
bovine3dom | In reply to @Lexi:matrix.org mostly i didn't do this because i couldn't get my head around how to do the user interface :back is already huge, with all your tabs forever it would be enormous | 14:36:43 |
Coelacanthus | Hi. I add set modeindicatormodes.normal false to tridactylrc file to hide mode indicator in normal mode. But I found it doesn't take effect until I trigger a tridactyl operation (any kinds of, e.g. hjkl to move, : enter command mode, / to search). What's wrong with my config? | 17:01:58 |
bovine3dom | In reply to @coelacanthus:mozilla.org it's tridactyl that's wrong I think pretty sure we have a bug | 17:20:27 |
bovine3dom | we added that setting so people could hide it in ignore mode and didn't really think to test it in normal mode | 17:20:52 |
Lexi | In reply to @bovine3dom:matrix.orgWhat do you mean by "huge" regarding the UI? The list of completions? Limiting the results with a parameter and filtering / sorting would be my dream features. Would that take long because the set to filter through is so huge? | 17:45:49 |
Lexi | In reply to @bovine3dom:matrix.orgI recently had the idea that the mode indicator could be the extension's icon like in Doom Emacs for example. Then it would never be in the way :-) | 17:48:11 |