Daniel Austin

Results 13 issues of Daniel Austin

This PR includes two changes beyond PR #6. The first is a leaner, more convenient definition of `thunk` that automatically handles converting null vtree with `Nothing`, or non-null to `Just`....

cef3 callbacks returning `cef_time_t` are not implemented. Trying to define them results in "unacceptable return type in foreign declaration" errors. I believe this is because the Haskell FFI cannot return...

This PR addresses #379. It adds a static `is_serial_broadcast` check to the modbus client functions that only write so that a response is not expected when broadcasting over serial. Otherwise,...

nicetohave