Bob
Bob
Currently, building with MSVC creates a dependency on `MSVCRT.DLL` (specifically, `MSVCP120.DLL` when built with VS2013). This is not necessarily available on all systems. Changing the `/MD` option to `/MT` will...
The GCC build passes `-static-libstdc++`, which is not a valid option in TDM-GCC (http://stackoverflow.com/a/19080526). Apparently static linking is the default anyway. This is probably more TDM-GCC doing something wrong, since...
Perhaps accept arguments, so it can be called like: ``` cmdcolor \033[31m RED ON DEFAULT ``` This could be useful from batch scripts.
## The issue First, the spec defines the single/multi-linedness of a flex container based purely on the value of `flex-wrap`, not on whether wrapping is currently occurring: https://www.w3.org/TR/css-flexbox-1/#single-line `align-content` has...
**"OpenSSH for Windows" version** `8.0.0.0` **Server OperatingSystem** N/A (Linux) **Client OperatingSystem** Windows 10 v1809 Windows 10 v1903 18932.1000 (insider's preview) **What is failing** The `-b` argument to select a source...
Release v3.7.0 changed `SocketVoiceChannel.Users` to return all users and added `SocketVoiceChannel.ConnectedUsers` to return just the connected users. The xmldocs inherited from `SocketGuildChannel.Users` has an outdated remark. This PR updates that...
When I manually synchronize my database (on OneDrive), I get the "Reload file?" prompt. When I click OK, the application crashes back to the master password screen. This seems to...
Like in issue #271 but for the new aarch64 kernel
``` CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y ``` Just like x86_64 so we can have `/proc/config.gz`.
It would be nice to have an option to track DPS over a period of time, e.g. the last minute (configurable?). This would let us track the damage we do...