Oliver Schneider
Oliver Schneider
Hi arricio, current maintainer of the not-alt-WinDirStat here. I was wondering about a few things. - would you like me to link to your alternative implementation from our blog and/or...
The source is included, but all binary libs are exclusively for MIPS
This is in reference to the stuff implemented in issue #4.
... affects all supported systems (and thus wiki pages)
Hi Jim, I was trying to rebuild the code from 142840cfed3d15bbdc76c11178445868fb3259c5, but it fails with different errors. The errors for MSVC 10.0, 12.0 and 14.0 give me: ``` link /nologo...
- Glue code is based on the stdint.h from Android's libusb_aah, which I mentioned in libtomcrypt#577, I added the stdbool.h stuff, too. - This required adjusting the main header: tommath.h...
The number of makefiles in this project is staggering, but in any case the issue I addressed in #525 for MSVC doesn't seem to be limited to MSVC. Seeing that...
When trying to reuse the doit module in a standalone script that doesn't behave _exactly_ like a `dodo.py` would, it's impossible to reuse `doit.loader.load_doit_config()` passing `sys.modules[__name__]` (the current "main" module),...
I am seeing the following error: > FATAL The translation unit threw an exception during indexing. [...]  The thing is, the translation units are fine. In this case it...
Hi, could you explain where to find information on how to have SSIs (server side includes) as footer or header using `ngx-fancyindex`? I tried the obvious ``` ssi on; fancyindex...