ccuser44

Results 102 issues of ccuser44

Allow `:insert` command to load 3rd party assets This works by utilizing the new `AssetService:LoadAssetAsync` method which is able to insert 3rd party assets.

🎏 miscellaneous

Load nightly module in backup boot sequence + use new AssetService:LoadAssetAsync. This makes Adonis loading a lot more robust. The new load sequence is: 1. Attempt to load MainModule via...

🖇️ loader

Fix memory leak of player reference caused by logs Fixes #1923 This fixes it by changing the player reference to a userinfo table before instead of during old log dumping....

🐛 bug

### What part of Adonis is this related to? Command ### What are you suggesting? Make the TTS command use the new Text to Speech API if it's available as...

✨ enhancement
⚡ command

- Add a warning if Trello is enabled but no Trello appkey is defined - Add debug logs for Trello internals - Add debug logs for HTTP stuff - Remove...

⌛needs PoF

This adds and automatic way to generate an update changelog and update all the necessary version variables. This cannot currently be done via Adonis actions because there is no good...

github

- Better more descriptive error messages for invalid bytecode - Make all strings use double quotes. Not sure if this is a bad change but double quotes are often preferred...

I'm not sure if this actually makes sense. For large `LOADNIL` sequences this is probably a lot faster than the regular method but I'm not sure if this is always...

bit32 is used in vanilla Lua and Luau meanwhile bit is used in LuaJIT. I think the vanilla naming should be preferred and Luau would treat it better. Not sure...

Ok maybe this is out of scope for this project but the bytecode of both versions is similar enough to that of 5.1 that it could be simply translated to...