alexvoid
alexvoid
Many people don't like being pinged constantly, so having the option to use a member's id instead of their mention would be nice.
### Describe your problem! Adding a cache to favorites silently fails if no favorite points are available ### How to reproduce? 1. Be a premium member 2. Have 0 favorite...
What the title says. There should be an asmdef for FishNet.Upgrading, probably only for the Editor platform.
If you define rpc methods or prediction methods within a class which is generic, an exception will be thrown. ```cs public class Parent : NetworkBehaviour { [ServerRpc(RequireOwnership = false)] private...
A custom serializer/deserializer (Read/Write extension method) in an assembly can only be used within that assembly, and does not work in other assemblies even if they have a reference to...
> System.ArgumentException: Member 'System.UInt32 CrossAssemblyStruct::Generated___Tick' is declared in another module and needs to be imported This happens both if the Generated___Tick field is already declared, and if it is automatically...
### Changes in this pull request - This pull request adds an API which allows mods to easily create and add custom translations - The old `CustomStringName` API has been...
> MissingFieldException: Field 'TwitchLib.Api.Core.ApiBase/d__17`1.t__builder' not found. Stack trace: TwitchLib.Api.Helix.Polls.CreatePollAsync (TwitchLib.Api.Helix.Models.Polls.CreatePoll.CreatePollRequest request, System.String accessToken) (at :0) I am getting this exception when calling `TwitchLib.Api.Helix.Polls.CreatePollAsync` Using .NET Framework 4.7.2 TwitchLib 3.5.3 from...
**Describe the bug** VoiceNextConnection.UserJoined event callback does not fire, I subscribe to it but it never get executed **To Reproduce** 1. Join a voicechannel and get a VoiceNextConnection 2. Subscribe...
If you call a custom method from a condition, the condition will be evaluated before the body of the rule, which sets the required arguments variables ``` rule: "Example" Event.OnDeath...