Mouse

Results 85 issues of Mouse

## Expected Behavior Successful compilation, build, and passing tests. ## Actual Behavior ``` + rm -rf build + mkdir -p build + cd build + CMAKEFLAGS='-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=off ' + OSXFUSE_INCLUDE=-I/usr/local/include...

## Expected Behavior All tests passed. ## Actual Behavior ``` . . . . . [==========] 325 tests from 19 test suites ran. (2788 ms total) [ PASSED ] 291...

Total and available reported values appear wrong: ``` Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk1 233Gi 208Gi 25Gi 90% 3815088 4291152191 0% / . . ....

MacOS Big Sur 11.6, Xcode-13.0 (both factors irrelevant, IMHO). ``` + LDFLAGS= + OPENSSL_DIR=/Users/uri/openssl-3 + OPENSSL_ENGINES_DIR=/Users/uri/openssl-3/lib/engines-3 + THREE=-3- + '[' -z clang ']' + '[' -z '' ']' + export...

``` $ openssl cms -engine pkcs11 -keyform engine -aes256 -decrypt -binary -inform PEM -in /tmp/derive.520.text.cms -out /tmp/derive.520.text.dec -inkey "pkcs11:manufacturer=piv_II;object=KEY%20MAN%20key;object-type=private" engine "pkcs11" set. GOST engine already loaded Enter PKCS#11 token PIN...

### Problem Current `exa` 0.10.1 offers a pre-defined set of colors for the output, which works very well on terminals with black/dark background. This color set is inconvenient in the...

MacOS Catalina 10.15.7, Xcode-12.2. Problem: macOS comes with LibreSSL that is not link-able. System apps somehow use it, but you cannot link your own app with those libraries `/usr/lib/libssl.dylib` and...

build issue

Issue template says > Use Help > Report Issue to prefill these. Unfortunately, it pre-filled nothing, but created a new issue in `microsoft/vscode` rather than here. I had to fill...

bug
GitHubEnterprise

**Is your feature request related to a problem? Please describe.** In the GHC 9.2 realm, GHC-9.2.3 was released, among other reasons to fix bugs introduced in 9.2.2. It is currently...

type: enhancement
GHC

Simple ASN.1 file: ```asn1 MessageDef DEFINITIONS AUTOMATIC TAGS ::= BEGIN MessageWrapper ::= SEQUENCE { header MsgHeader, body OCTET STRING (SIZE (0..900000)) -- opaque payload - msg body (array of bytes)...