Alejandro Zeise
Alejandro Zeise
Hey everyone, Currently using Fedora 23 on Kernel 4.4.6 (64 bit) NVIDIA Drivers from RPMFusion (akmod package) I've been trying to get my optimus laptop to work with NVIDIA. At...
Installation on a Raspberry Pi 4 fails due to Redis failing to link automatically with libatomic. Further discussion in https://github.com/redis/redis/issues/6275 and https://github.com/yahoo/redislite/issues/150 This change to the Makefile in redis.submodule (fix...
Installation via ```pip install redislite``` and ```python setup.py install``` (off a fresh clone from master) both fail with the following error while compiling Redis: ``` gcc -g -ggdb -rdynamic -o...
DMD version is ```DMD64 D Compiler v2.072.0``` Whenever I compile with ConsoleD it prints out several "Implicit String Concatenation Deprecated" messages, which do not affect the build, but are annoying...
I have the following JWT signed using [this java library.](https://github.com/jwtk/jjwt) ``` eyJhbGciOiJFUzM4NCJ9.eyJoYXNoIjoiOGYwOGU1YjQzNTU1NjMxZTcyOThkMTM2ZjI3MjMzNWFkNWI0NDIxMzVjOTZhOTI3NTMwZjM0ZmE4ZDM4MmU1YyIsInRpbWVzdGFtcCI6MTQ4NzcyODIzMzIxNX0.ilQLA-7RSv1TqXVW_PfPIwxmEDoFjfrSPjqKvw7mqFrY8S14ixLd2qi39p7j_oTLMcFFs4DHqWQJP4oR00nS2l82ZPwSNPJaYik4uWr5LrA9a4jHH9WyxSAYSO5MnykV ``` I then try to verify the token using the following code: ```D import std.stdio; import std.file; import...
Title says all
### This branch is not yet ready for merge #### TODO: - [ ] Completely rewrite the software - [x] Add JRakLib Maven dependency. - [ ] Use JRakLib for...
#### On branch: `development` Sometimes when sending messages, the client doesn't display them. This is probably because they contain the wrong sequence or message number, because the server can't keep...
CustomPackets seem to throw a lot of errors on decoding. Mostly because when it reads the packet's length, it is either negative, or it's huge.