Neko Hz

Results 61 issues of Neko Hz

Concept: ```c++ CustomCommandResult teleport_to_player(CommandOrigin &origin, ServerPlayer *target) { // IMPL } CustomCommandResult teleport_to_pos(CommandOrigin &origin, Vec3 target) { // IMPL } // register BDLCommandRegistry.register("teleport", teleport_to_player, teleport_to_pos); ``` Note: the pattern of...

Idea

1. Use standalone process(bdlauncher) for log collecting (single-threaded) 2. Use database sqlite3

Idea

I expected it can handle both multi-file project and single-file project, (tsc will not emit the "define" when there are only one source) Or just rollback to use tsc when...

https://blogs.windows.com/windowsdeveloper/2021/01/21/making-win32-apis-more-accessible-to-more-languages/ I think it will be a better way to use win32 api(

So I cannot delete post from web client like https://pinafore.social/

log: ``` 🚧 D1 is currently in open alpha and is not recommended for production data and traffic. Please report any bugs to https://github.com/cloudflare/wrangler2/issues/new/choose. To request features, visit https://community.cloudflare.com/c/developers/d1. To...

got error when build https://c9x.me/compile/ ``` /home/jart/cosmo/libc/log/err.c:71: multiple definition of `err'; parse.o:***/qbe/parse.c:162: first defined here ``` I think this symbol name is too prone to conflict with user symbols (especially...

fix #1000 I didn't patch the getsockname for unix socket, so it would be win32 path instead of unix path, I don't think anyone really cares about the sockname of...

NOTE: the unix socket does works on windows (win 10 1809+), if the path is relative one currently using unix socket on windows get ENETDOWN, it is because winsock api...

contributions welcome