graial

Results 11 issues of graial

I've recorded the fix/patch in this issue: https://github.com/vifreefly/rbcat/issues/1 Did it this way, cuz I'm not sure how to submit a pull request

Greetings, I tried to `#include "ArduinoFake.h"` in a project tested with cpputest (both from docker & native install) and encountered this error. > compiling MyFirstTest.cpp > In file included from...

Needed seconds on my timestamps so added a set of functions. The tz in `src/ExFatLib/ExFatFilePrint.cpp` is a magic number and I wasnt sure how you'd want to handle it within...

Greetings, I am encountering what appears to be [this issue](https://github.com/cpputest/cpputest/issues/982) when trying to include ArduinoFake in a project that uses the docker version of cpputest. provided in cpputest-starter-project `In file...

Apparently safari will automatically recognize running simulators and allow for web inspector tools. https://grantisom.com/2020/05/28/using-safari-to.html It's not showing up for me on Ventura 13.6.6 with safari 16.6 and a simulated iPhone...

In my attempt to incorporate ArduinoFake into an example project using CppUTest: https://github.com/graial/ArduinoFake-cpputest I'm now failing to target the source file under test. Within your [wiring-blink](https://github.com/FabioBatSilva/ArduinoFake/tree/master/examples/wiring-blink) example, you manage to...

As per: https://ez.analog.com/reference-designs/f/q-a/579883/cn0510-calibration-reporting-integers/520545 The calibration being reported in the BAT_Impedance sample code is confusing in its current format. It's also a bit of a pain to parse. Please consider the...

From discord chat The mongo docs say you can only encrypt a freshly created db (not an existing, unencrypted db). @Vyvy-vi have you started working on this yet, &/or have...

enhancement
devops

Hi there, Here's a PR checking for signs of life 👾 I encountered a bootsnap caching error on first attempt to build and run. Resolved it by bumping some versions...

Hi Marco, Hopefully this PR works better than last month. Cheers