Lunar Starstrum
Lunar Starstrum
**Describe the bug** After the UDP server starts, Raknet spams console with this when a player joins. **To Reproduce** Steps to reproduce the behavior: 1. Install Raknet 2. Startup the...
Heyo! I'm currently attempting to get AstroidOS onto a Samsung Gear 2 Neo (BOAD). Seeing as how it's not directly supported, will there be any major differences from following the...
# Summary The extension now properly supports the dispose pattern by clearing any properties and unregistering all events. # Notes I'm not actually sure if I implemented the dispose pattern...
### Discussed in https://github.com/DSharpPlus/DSharpPlus/discussions/1662 Originally posted by **eyagovbusiness** October 27, 2023 Hey there! 👋 So, I was diving into the DiscordClient.GuildMemberUpdated AsyncEventHandler just the other day. Decided to test it...
Having the option to exclude repositories by their metadata would be helpful when you're attempting to clone all of your current "active" repositories. This has been partially completed by #9,...
I have the following piece of code for making a secure websocket: `main.rs`: ```rust let cert = X509::from_pem(std::fs::read_to_string("/etc/letsencrypt/archive/forsaken-borders.net/fullchain3.pem").unwrap().as_ref()).unwrap(); let pkey = PKey::private_key_from_pem(std::fs::read_to_string("/etc/letsencrypt/archive/forsaken-borders.net/privkey3.pem").unwrap().as_ref()).unwrap(); let mut builder = SslAcceptor::mozilla_intermediate(SslMethod::tls()).unwrap(); builder.set_private_key(&pkey).unwrap(); builder.set_certificate(&cert).unwrap(); let...
Hello! I'm back! Going off of #12, could we have a notification go off when anything occurs? I.E, a new follow, a raid or a new subscriber? That'd be really...
When attempting to import the [Twilight Princess Heart Piece](https://github.com/niacdoial/blemd/files/8147887/o_gd_hutk.zip) file, the textures fail to load with the following error: ``` WARNING bpy.ops.import_mesh.bmd.texhelper Problem with image C:\Users\lunar\Documents\Items\Heart Piece (O_gD_hutk)\archive\bmde\o_gd_hutk_bmd\Textures\D_hutk_heart.tga (error is...
Significantly improves .NET's code, closes https://github.com/pkolaczk/async-runtimes-benchmarks/pull/4 - Updated to .NET 7 - Dropped `ImplicitUsings` in [`dotnet.csproj`](https://github.com/pkolaczk/async-runtimes-benchmarks/blob/f791c74e6b4a4a1f8e31833624fb288f24bedc23/dotnet/dotnet.csproj#L6) - Uses an array (`Task[]`) over a list (`List`) to [prevent constant resizing of...
# Summary Recently a lot of people have been reporting their slash commands not registering. Hopefully this article helps them.