TheQuantumPhysicist
TheQuantumPhysicist
The last change is like from a year ago.
**Describe the bug** In both the current master and release 0.9.16, when `-nomodtweak` flag is enabled, the key in US English keyboard ``. **To Reproduce** Run vnc server with the...
Clang analyzer shows this error: Logic error: Branch condition evaluates to a garbage value 1: Calling 'tcp_client::process_write' in tacopie/sources/network/tcp_client.cpp:174 2: Assuming the condition is true in tacopie/sources/network/tcp_client.cpp:218 3: Returning from...
Since you have the file interface already implemented, it's very easy to add reading files from buffer. For some applications, it accelerates the process of I/O a lot. All you...
I think it would be great if you guys could parametrize the Apache configurations with environment variables. This will save the users the efforts to edit the Apache configuration manually....
Some times it's useful to just let unexpected exceptions do their work in tests. Especially when debugging. For example, gtest [provides the option `--gtest_catch_exceptions=0` or the environment variable `GTEST_CATCH_EXCEPTIONS`](https://github.com/google/googletest/blob/master/docs/advanced.md), where...
Extension version: v0.48.1 VSCode Version: 1.70.2 OS: Debian 11.4 Steps to Reproduce: 1. Create a PR for some branch 2. Add a comment on some line in that PR 3....
I don't know what's wrong with gdb in Debian Bullseye... it just keeps saying that python isn't supported. I moved on and compiled gdb myself. Then I tried to use...
I don't see any description anywhere for how to run Stirling-PDF as non-root. Can someone please provide some pointers there? I tried the normal `- user: "1234:1234"` in docker-compose and...
Please consider using a different key derivation method. PBKDF2 can be easily beaten with ASICs. This is not secure at all in 2018, after ASICs have become so popular due...