dejj
dejj
In order to run `occ` one needs `sudo -u www-data occ`, as recommended by the script itself. However, `sudo` is not installed in the docker container. To install `sudo`, one...
> if many many people ask for it, we'll probably include it I'll be trying to get cozy-sync working with cozy-light, would be nice if it came packaged already. Also...
I have implemented searching in XOR'd memory regions. XOR'd memory is a simple cheat prevention technique. I am currently testing the feature. Which syntax do you prefer? I propose the...
Implementation for https://github.com/scanmem/scanmem/issues/423. I added float, double support for completeness
The game dropped me inside the Amundsen-Scott station at the very south pole. In Mercator projection, this should be the whole bottom line of the map. Unfortunately, the game had...
When including a .coffee file (which must contain an await-defer) from a different directory and compiling with iced, e.g. ``` PrioList = require('./public/libs/util-priolist').PrioList ``` the following error occurs: ``` filename:...
[Tutorial](https://pygls.readthedocs.io/en/latest/pages/tutorial.html#tutorial) points to [vscode-playground/README.md](https://github.com/openlawlibrary/pygls/blob/main/examples/vscode-playground/README.md), but the file does not exist. Please point the tutorial to the intended file.