tombkilla
01/10/2025, 2:54 PMMatt Wise
11/27/2024, 11:13 AMAmbert
07/13/2024, 1:36 PMAmbert
06/28/2024, 8:29 AMTarik
05/30/2024, 2:42 PMalirobe
02/22/2024, 12:11 PMSebastiaan
12/12/2023, 9:20 AMUmbraco Q&A
category will be renamed to Q&A
- - That means the random-coding
channel can be moved to the Q&A
category and called help-with-other
- The hq-commercial-projects
channel will be merged into help-with-umbraco
since it's difficult for people not super familiar with Umbraco to know the difference
- The various meetup channels will be consolidated into a single event-news
channel adjacent to the news
channel
We're hoping this makes it easier for people to determine where to post their messages and will cut down on the number of low-traffic channels.miguelcrpinto
11/14/2023, 9:32 AMAmbert
10/16/2023, 1:08 PMJoe Glombek
09/25/2023, 10:36 AMChriztian Steinmeier
09/19/2023, 7:44 AMAmbert
07/12/2023, 7:40 AMc#
public static class IntExtensions
{
const double bytesInMegaBytes = 1024 * 1024;
public static string ConvertFromBytesToMegaBytes(this int input)
{
return Math.Clamp(input / bytesInMegaBytes, 0.1, double.MaxValue).ToString("0.0") + " mb";
}
}
Normally this would result in nicely colorized info, but when posted the formatting disappears 😦 (see below screenshot)
Don't know if it's a setting or not, but this can make the code very much more readableSebastiaan
07/11/2023, 12:24 PMSebastiaan
06/19/2023, 6:02 PMUMBRACO-TALK
category into forum channels.
After growing the user numbers a lot, the channels get a little bit chaotic with random people posting questions and other people answering previous questions at the same time.
It was also pointed out to me that it is difficult to actually contribute: where do you start if you just jump in once a day? How do you know if a post has been answered or not.
If everything is just a thread then it's much clearer and we can more easily follow what's going on.
How do we all feel about this? We are experimenting with this #1120411010847735860 channel and the #1120358946931216434 (aka TAFKA Vendr). I propose we see for a while how that goes and we can eventually archive the current channels and replace them with forums as well.
Big question is: do we make one big "I would love some help" forum with tags (Discord allows tagging) or are people just going to forget to tag and is it maybe better to have a channel per forum? I love tagging though, it allows you to be more specific, maybe it's "modern umbraco" AND "umbraco forms"...Sebastiaan
06/19/2023, 5:55 PM