Spar
Spar
The font that MediaPlayer has now (doesn't matter on Github or workshop) is invalid, it's unreadable by Windows font viewer and can't be used in gmod too.
https://github.com/SinisterRectus/Discordia/blob/dev/libs/client/CommandClient.lua#L232 With `interactionResponseType.deferredChannelMessageWithSource` (and probably `deferredUpdateMessage`) the `payload.data` is optional (it will be ignored). Current implementation in Discordia doesn't allow this. Fix: ```diff - local message, files = checkMessage(payload.data, self.defaultAllowedMentions)...
> invalid number of bits to read (-2147483648 is not between 0 and 32) stack traceback: [C]: in function 'ReadUInt' lua/sourcenet/netmessages.lua:533: in function [C]: in function 'xpcall' lua/sourcenet/outgoing.lua:57: in function...
Tested by sn_changedisconnect.lua and sn_clientconnect.lua. Hooks are not being called. However player_spawn is called for example. Also an attempt to changelevel hangs the server on shutting down
https://github.com/slembcke/debugger.lua/blob/a37cc462133a30b3bee4bef37674047bd05e5fc1/debugger.lua#L646 dbg.read will always exists as its defined on 85 line and then put on 511 line
https://github.com/reo7sp/tgbot-cpp/blob/9343618bdea96942c86fa8fc927a28f2885550af/src/Api.cpp#L1894 If the value is `0`, `get` will throw, if the value is `""`, `get` will throw
Currently impossible to import from XCode directly
Hi. I noticed that last releases mention MacOS packages, but they don't exist for these releases. [0.10.1](https://github.com/claudiodangelis/qrcp/releases/tag/0.10.1) is the latest release with MacOS binaries. Newer ones don't have them.
The same as for surface.DrawOutlinedRect, the thickness parameter.
Hi. Currently master branch has [`2.1.0.12-1.rockspec`](https://github.com/openresty/lua-cjson/blob/master/lua-cjson-2.1.0.12-1.rockspec) file, and the reader might think it's for `2.1.0.12-1`, but the content of the file says `2.1.0.11-1`. However, in tags there is already [`2.1.0.13`](https://github.com/openresty/lua-cjson/releases/tag/2.1.0.13)...