Feedback and improvement suggestions for discuss.daml.com

That’s what I was trying to explain: refreshing the page is probably not going to help you for debugging. You should go back to the list of topics, refresh there, and then click on the topic name to see how it looks when loaded by JS.

1 Like

Don’t underestimate the idea of simply removing the line numbers for the time being. :wink: Consider that from time to time they don’t make a lot of sense (for example when you are sharing a log output of a couple of one-liners).

If we find them to be necessary, we can reintroduce them at a later time.

1 Like

Agree, I don’t deem line numbers necessary at this point. Although nice to have

1 Like

Too bad, they’re mostly working now no matter how people get to the page. Thanks @Gary_Verhaegen :slight_smile:

1 Like

Well done @anthony!

Do you want me to continue harassing you with the topic though? :slight_smile:
No seriously, this is a super nit-picky detail, so feel free to ignore it.

this works perfectly …

but when you scroll …

1 Like

Hahaha I was literally fixing that before I saw this. It works properly now :slight_smile:

2 Likes

@anthony How about some sort of board for DAML related requests or offers? E.g. “Wanted: Paid DAML Tutor in NYC” or “Wanted: DAML Develper in Tel Aviv”

That can be done in General for the time being, if the number of requests ever grew too large and unwieldy we would then make a subsection under General.

@anthony I find myself wanting to add emojis to posts quite a lot. E.g. if someone makes a comment like this one, I just want to give it a thumbs up to say “that’s right”. Is there a plugin or feature to have more flexible reactions than just “like”?

There is a plugin to do so but it’s not part of any of the discourse.org plans. Will reach out and see if they can install it.

They will not unfortunately.

And I can’t even react to that with a :sob: emoji without writing an otherwise unnecessary message.

:sob:

1 Like

:sob:

1 Like

@anthony Do we have any kind of flares for people that have a DAML certification? I know that we have the badge, but it would be nice to see that a user is certified while reading a thread. Either below the avatar, or next to the name (like it says DA Employee for DA staff).

Yes, when people receive that badge (or most badges) they can set it as their title on their profile page (but it’s not automatically set).

image

Hey @anthony, great with this forum!

Could we have those categories merged in 1 only? I have to scroll half of the screen before I am getting to the actual posts.

1 Like

Good idea

1 Like

I un-pinned some topics. Hope this helps.

1 Like

Can we put a strikethrough when something is formatted with <del>?

If I utilize use <ins> and <del> to signify “not this, but that”, it shows up in green and red, as I’d expect, but it’s not clear enough to me. Striking it through would make sure that people don’t read the sentence as if both words are present.

Compare:

In DAML, monads actions are the best.

And:

In DAML, monads actions are the best.

I believe the relevant CSS is text-decoration: strikethrough.