-
By using Reflection, it is possible to make certain things easier.
The goal is to make it really easy to add chat-commands for Starfall projects.
V1 code example:
```cs
[ChatCommand("test")] // Pe…
-
-
**Is your feature request related to a problem? Please describe.**
chained setters, akin to `lombok.accessors.chain` ; quote from Lombok's docs:
>`chain` – A boolean. If true, generated setters retu…
-
Whenever I'm using Newtonsoft.Json I usually find myself writing the following two extension methods:
```C#
public static T FromJson(this string jsonString)
=> JsonConvert.DeserializeObject(…
-
Today [PublishAsDockerFile](https://github.com/dotnet/aspire/blob/ffd52d9a853c820438a6b420acc43d4cc53ca38f/src/Aspire.Hosting/ExecutableResourceBuilderExtensions.cs#L48) only supports ExecutableResour…
-
## The ask
As we're closing in on front-end feature parity to D8, let's take some time to work through what our design system looks like beyond alpha.austin.gov. How do we do more with less, and achi…
-
A design proposal of the interface is below. Future discussion may be done here.
```
CALM:
input: theoryFile, structureFile, [historyFile, taskFile]
output: a sparc program if input is th…
-
## What would you like to be added:
I would like to add some margin t make it so the text is not too close to the delete button when text is long
![image](https://user-images.githubusercontent.c…
-
Traefik use two kinds of logs : system logs and access logs, with logrus.
For now, the options are tiny, json or flat, a file path.
Why don't use few output, using logrus plugins :
* syslog:/…
-
### I have a question
Hi team,
just a small question.
I was in the middle of implementing support of drag and drop for file attachments in the sendbox.
Noticed you have something in the works in the…