Alex Mastro
Alex Mastro
### What happened? I ran ``` ./magic-trace run -working-directory /tmp/magic sleep -- 10 Warning: magic-trace will only be able to snapshot when magic-trace is Ctrl+C'd, not when the application it's...
Would it be better to abstract away access to `I2CWriteLength, I2CReadLength, I2CMasterBuffer, I2CSlaveBuffer`? It seems like manipulation of these global variables creates a lot of coupling in between the I2C...
Use-case: - I am iterating over the contents of a directory - During the iteration, I want to take advantage of functions like openat and readlinkat, which act relative to...