crwn1337

Results 8 issues of crwn1337

These are extremely difficult to track down in a large codebase with ~100 custom lua functions This error isn't helpful, it would be nice if there was a way to...

I've been wondering is there anyway to make the variable nil after calling destroy? I don't want to do `i:destroy(); i = nil;` every time i want to destroy the...

Would it be possible to add oauth2 token support? Having a library that supports the discord api, but having to manually make access token exchanges is tedious. [Here's an example...

feature-request

Is there anyway to do backwards compatibility for enums? a short example: ```rust pub struct V1 { pub label: String, } pub struct V2 { pub label: String, pub password:...

question

[no null check for s_Action](https://github.com/OrfeasZ/ZHMModSDK/blob/master/Mods/DebugMod/Src/UI/PlayerBox.cpp#L262) [s_GlobalOutfitKit pointer sometimes points to invalid memory](https://github.com/OrfeasZ/ZHMModSDK/blob/master/Mods/DebugMod/Src/UI/PlayerBox.cpp#L179) ![devenv_u6Xvgixgre](https://user-images.githubusercontent.com/38888474/223503496-ca4679b4-ac84-4dde-9825-9b952c17e1ce.png)

There are no logs to give, since it doesn't crash, I've also waited up to 10 minutes just in case it just takes too long, but it was still frozen,...

### Operating System Info Other ### Other OS Arch Linux ### OBS Studio Version 30.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/8InfzXtO8pl7IczF ### OBS...

Currently the installer only enables `systemd-resolved` if the network configuration is set to "manual": https://github.com/archlinux/archinstall/blob/6524ada7622957fc2e18e41e5f965385e8f1020b/archinstall/lib/models/network_configuration.py#L139-L144 This enables DNS caching on manual, but if i select `NetworkManager` it does not enable...