Zachary J. Fields

Results 57 issues of Zachary J. Fields

Resolves issue #1

Is there a known upper and lower bounds of the exponent, or a LDOUBLE_MAX variable or equivalent (maybe DBL_MAX)? If so, then we could protect against overflow. The cast() function...

I was recently using GTKTerm to talk to an AT command prompt. However, I was unable to interface with it, because it requires lines to terminate with `\r\n`. As far...

enhancement

Depending on the developer role, you may have a different experience interacting with a code base through a container (e.g. different credentials, user, context, Dockerfile, etc...). All these things are...

These paths are the result of environment variable concatenation. They are absolute and used to work in 3.4. ```bash gcovr [...] --exclude /home/zak/dev/GitHub/particle-iot/device-os/test/unit_tests/../../test` --exclude /home/zak/dev/GitHub/particle-iot/device-os/test/unit_tests/../../third_party [...] ```

Type: Question
Filters

Bug type: Language Service **Describe the bug** - OS and Version: OS: Linux x64 5.16.11-76051611-generic- C/C++ Extension Version: - VS Code Version: Version: 1.65.2 Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1 Date: 2022-03-10T15:36:26.048Z Electron: 13.5.2...

Language Service
investigate
Feature: Configuration

Peek: 1.5.1 GTK: 3.24.23 GLib: 2.66.0 Desktop: pop:GNOME Display server: X FFmpeg version: ``` ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 10.2.0 (GCC) configuration: --prefix=/app...

Peek: 1.5.1 GTK: 3.24.23 GLib: 2.66.0 Desktop: pop:GNOME Display server: X FFmpeg version: ``` ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 10.2.0 (GCC) configuration: --prefix=/app...

If unit-tests and `lcov` are run inside a container, they end up with a path like, `/github/workspace/src/SourceFile.cpp`. However, if the unit-tests and `lcov` are executed using the `run:` tag (natively...

I apologize if I missed this, and I'm sure it will become immediately obvious once I begin using it, but what exactly makes the "Coveralls Check" fail? 1. Does it...