Marcus

Results 21 issues of Marcus

Adds some npm boilerplate to make local link checking easier.

Currently discordia objects store there children in an instance of the `Cache` class (or it's derivatives) however the `Cache` class is used as a container for an object's children **and**...

enhancement

[Resolvers.emojiId](https://github.com/SinisterRectus/Discordia/blob/master/libs/client/Resolver.lua#L74-L81) should be able to resolve a custom emoji's hash since it contains an id. This would make emoji functions work for both emoji types when called with data from...

enhancement

Causes this error: ``` Uncaught Error: /root/luvit/tourmaline/deps/coro-channel.lua:62: ...it/tourmaline/deps/discordia/libs/voice/VoiceManager.lua:28: attempt to call method 'gsub' (a nil value) ``` [relevent method](https://github.com/SinisterRectus/Discordia/blob/master/libs/voice/VoiceManager.lua#L20-L31) discord sends a voice server update without the endpoint, then later...

bug
voice

Recently i've noticed due to that stupid voice channel meme that my bot will sometimes be connected to a voice channel but have a nil connection. Reconnecting doesn't seem to...

bug
voice

I've ran into an issue where sending requests with `request.version = 2` leads to an ETIMEDOUT even though the server receives the request properly. After inspecting the state of the...

This happens when receiving payloads from the websocket. ``` Shard-0 has stopped receiving: ("/usr/local/share/lua/5.3/http/websocket.lua:282: read: Connection timed out\ stack traceback:\ \9[C]: in function 'assert'\ \9/usr/local/share/lua/5.3/http/websocket.lua:282: in function 'http.websocket.read_frame'\ \9/usr/local/share/lua/5.3/http/websocket.lua:394: in...

The command: ``` powershell -command "[System.Environment]::SetEnvironmentVariable('LUA_PATH', '',[System.EnvironmentVariableTarget]::User)" ``` Will permanently install the environment variable for the current user. It is much better than SET and you can select different targets...

feature request
windows

On windows, the hotkey combination `Win + .` will open an emoji picker. This is a form of IME which will allow you to search for emojis while typing and...

Luacheck already parses 5.4 but this extension behaves really strangely with my setup. Sometimes luaparse will randomly intervene and red squiggle, yet these errors vannish if I move some lines...