Results 13 issues of Keyinator

As discovered by: https://canary.discord.com/channels/192358910387159041/553225456296525833/948031244967510067 https://github.com/citizenfx/fivem/blob/cbe56f78f86bebb68d7960a38c3cdc31c7d76790/code/client/clrcore/External/Model.cs#L405-L408 Will throw an exception if left is null since null.Equals() does not exist. This would fix the issue: ``` public static bool operator ==(Model left,...

A bug was causing null reference exception if null was == (or !=) compared to another model. The issue has been fixed by firstly checking if the left side is...

When executing > python3 twitch_farmer.py I get > What channel should I follow? : > Using proxy: [****************:*****] After inputing a channel I get the following exception: > Traceback (most...

## Changes ### New Features - Add two policy-examples for syncing discord roles to authentik groups during enrollment or authentication - Add policy to store oauth-info and create an authentik-avatar-attribute...

status/awaiting-contributor

Since bash supports advanced features. Fixes the following issue: ``cannot set lc_ctype to default locale no such file or directory``

## Details This changes the websites integration page for discord by modifying two policies. The new policies are easier to understand and take advantage of group attributes instead of hardcoding...

**Describe the bug** When trying to link your discord-account from the settings-page the flow will succeed but your account won't be linked **To Reproduce** Steps to reproduce the behavior: 1....

bug

### What happened? The following code: ```cs [EventHandler("PlayerConnecting")] private async Coroutine HandleConnecting([Source] Player player, string playerName, dynamic setKickReason, dynamic deferrals) { deferrals.defer(); deferrals.presentCard(AdaptiveCardText, new Action((data, rawData) => { //Do nothing...

bug
triage
ScRT: C#
crash

### What happened? Running the following code ```cs [EnableOnLoad(false)] sealed class ChatService : BaseScript { public ChatService() { } protected override void OnEnable() { base.OnEnable(); Coroutine.Run(() => { Exports["chat", "registerMessageHook"](new...

bug
triage
ScRT: C#
crash

**Describe the solution you'd like** Allow expression policies to add and remove the current user from groups. **Describe alternatives you've considered** None available to my knowledge. **Additional context** Currently you...

enhancement
enhancement/confirmed
hackathon