!gomuks-v10:maunium.net

gomuks

293 Members
Discussion about gomuks | Latest release: v0.3.0 | https://github.com/tulir/gomuks89 Servers

Load older messages


SenderMessageTime
9 Apr 2024
@github:maunium.netGitHub [tulir/mauview] n-peugnet edited pull request #14: Fix scroll regression introduced in #11 19:13:47
@github:maunium.netGitHub [tulir/mauview] tulir merged pull request #14: Fix scroll regression introduced in #11 19:14:26
@github:maunium.netGitHub [tulir/mauview] tulir pushed 1 new commit (and 1 existing commits) to main:
  • f020cbb9 Merge pull request #14 from n-peugnet/fix-scroll-regression […]
19:14:26
@n:matrix.nbios.netn joined the room.23:14:23
@n:matrix.nbios.netn 23:14:29
@n:matrix.nbios.netnHi everyone, I'm using gomuks 3.0-2, i have a crash on /cs fetch after inserting the key, I am the only one?23:20:10
@n:matrix.nbios.netn* Hi everyone, I'm using gomuks 3.0-2, I have a crash on /cs fetch after inserting the key, am I the only one?23:43:06
10 Apr 2024
@fractivore:cyberia.clubSYMYƧI updated the deps and got it to build 😎 It's currently a crash-immediately machine. Feel free to review my cursed work here: https://git.cyberia.club/symys/gomuks/commit/fc216795b80f751c0563edb96564471dee831d0503:58:52
@fractivore:cyberia.clubSYMYƧ
In reply to @n:matrix.nbios.net
Hi everyone, I'm using gomuks 3.0-2, I have a crash on /cs fetch after inserting the key, am I the only one?
Did gomuks politely give you the location of a file that logged the stack trace when it crashed? If so, that may help. Otherwise, /tmp/gomuks/debug.log might help.
06:43:33
@github:maunium.netGitHub [tulir/mauview] n-peugnet commented on pull request #13: No break in SetFocused loop applies old focus after exiting:

Adding a break seems a good idea, as we don't need to check the rest of the children if we had one match. But another problem I see with this code is that &child does not reference the value from flex.children, but rather its copied value from the range loop. It should probably look something like this instead:

-	for _, child := range flex.children {
-		if child.target == comp {
-			flex.focused = &child
+	for i := range flex.children {
+		childp = &flex.children[i]
+		if childp.target == comp {
+			flex.focused = childp
			flex.focused.Focus()
			break
		}
	}
08:28:33
@n:matrix.nbios.netn
In reply to @fractivore:cyberia.club
Did gomuks politely give you the location of a file that logged the stack trace when it crashed? If so, that may help. Otherwise, /tmp/gomuks/debug.log might help.
I will open an issue on github 🤙
08:32:48
11 Apr 2024
@agentcasey:matrix.orgagentcasey changed their profile picture.01:21:45
@github:maunium.netGitHub [tulir/gomuks] iacore commented on pull request #454: underline links in chat:

Is It standard for terminals to support links in the proper way?

In Kitty, the style of text is separate from whether the text is clickable. Hope that makes sense.

There is no "the proper way" methinks.

10:46:29
@fuloating:matrix.org@fuloating:matrix.org joined the room.19:04:03
@fuloating:matrix.org@fuloating:matrix.orgheya. I'm testing this out wondering if I get inline images with it. I'm on urxvt and I'm viewing a room that has a jpg image pasted there but I only see an url. /toggle images is toggled on19:04:44
@fuloating:matrix.org@fuloating:matrix.orgfirst impressions otherwise. I don't see the nicknames who are saying the texts they are saying. only the texts. Then when I click on the chat text near the begin of the text, it populates a nickname and their matrix.to URL on the input field, and other times it selects the row of text where I clicked19:11:08
@andyrusso:norge.chatAndy Russothat's weird, it shows display names to the left of messages for me19:13:54
@fuloating:matrix.org@fuloating:matrix.org2024-04-11_222850.png
Download 2024-04-11_222850.png
19:26:22
@fuloating:matrix.org@fuloating:matrix.org when I clicked on "weird" text, it populated this [Andy Russo] to the input bar 19:27:28
@fuloating:matrix.org@fuloating:matrix.org * when I clicked on "weird" text, it populated this [Andy Russo] to the input field 19:28:38
@fuloating:matrix.org@fuloating:matrix.orgthis is the gomuks from arch's repos gomuks 0.3.0+dev.unknown (unknown)19:29:56
@tulir:maunium.nettulirthe bare messages view isn't compatible with images19:32:17
@tulir:maunium.nettulirit's possible there's some bug with bare messages in general that breaks displaying the sender19:32:54
@fuloating:matrix.org@fuloating:matrix.orghmm I see! I can now see nicks after toggling baremessages off. Didn't know I had it toggled on. It seems that the inline images don't work on some random images uploaded elsewhere, but the one on here works. Although the image is quite small thumbnail size and I can't make it bigger. Eg. to make sense what's on the screenshot I posted20:03:03
@mdt:emdete.demdthow does gomuks send a notification sound? its not a terminal bell or am i wrong? this could be used to trigger an urgentflag for the terminal which i prefere. but that doesnt work21:30:01
12 Apr 2024
@erwinjitsu:matrix.orgerwinjitsuThe sound is whatever your desktop environment has set for notifications.05:39:53
@mdt:emdete.demdtso it uses the de instead of issuing a bell character as good old terminal programs do?06:46:06
@erwinjitsu:matrix.orgerwinjitsuAre you using linux?07:16:08
@erwinjitsu:matrix.orgerwinjitsuOn linux gomuks uses notify-send which handles this.07:17:03
@erwinjitsu:matrix.orgerwinjitsu Unless, that is, it doesn't exist in the system. In that case there are two environment variables, apparently, which are GOMUKS_SOUND_NORMAL and GOMUKS_SOUND_CRITICAL 07:19:04

Show newer messages


Back to Room ListRoom Version: 10