Mitchell Monahan
Mitchell Monahan
This is in the same setup I have described in #1402 (using picocli in Minecraft). I've implemented type converters for things such as player names/UUIDs --> `Player`, however I'd also...
When I run lake then lake clean: ``` mitchell@mitchs1:~/hub$ ls lakefile.lua lakefile.real lua-cmsgpack luajit-nanomsg src mitchell@mitchs1:~/hub$ lake gcc -c -O2 -Wall -I/usr/include/lua5.1 -fpic -MMD lua-cmsgpack/lua_cmsgpack.c -o lua_cmsgpack.o gcc lua_cmsgpack.o -Wl,-s...
I just finished the first major part of a project I'm writing that uses this, and I was wondering if there was any place to share what people have made...
Moving the issue from fengari-lua/fengari#124 over here instead. Near the end of the thread for that issue, I suggested possibly adding some kind of option for enabling stack traces on...
I'm trying to write my own admin checking function. I'm having issues writing my own custom admin function (nickserv on my network is a bit messed up where it sometimes...
In the code seen at https://github.com/ophal/botphal/tree/devel, using commit for LuaIRC bc79606de0348d1f6b4aef3f1c9ddf2fffbc8dd5 (https://github.com/JakobOvrum/LuaIRC/tree/bc79606de0348d1f6b4aef3f1c9ddf2fffbc8dd5), the IRC library seems to not even try to connect (or a
Is there a possibility of running `po` on Windows using something like Cygwin or Windows Subsystem for Linux? I'd be willing to assist in porting to one of those, if...
When I use `rex` to try and connect to certain servers, I get this: ``` (rex) aaaaaaa@DESKTOP-QP56C4A:/mnt/f/Misc/mc/rex$ ./start-rex -y mineclub -c play.mineclub.com -l 127.0.0.1:25580 Unhandled Error Traceback (most recent call...
**Is your feature request related to a problem? Please describe.** Not really a problem, just something to let you do more things w/ the plugin. **Describe the solution you'd like**...