spearson78
spearson78
While working on a tinygo display driver I found it useful to be able to debug issues in the web browser using the wasm target, I have created an implementation...
I am working on a driver for the touch display that is commonly available on boards labelled as TFT_320QVT these boards use an SSD1289 display driver in parallel mode (not...
When running in debug mode in VS Code under Linux the Application.Run() method returns an *os/exec.ExitError . This is very confusing and makes tracking down the root cause difficult. The...
When running in debug mode in VS Code under Linux the Application.Run() method returns an `*os/exec.ExitError` . This is very confusing and makes tracking down the root cause difficult. The...
If a library uses this fault package but the caller does not (yet) then the reported error line is within the library which is not so useful to the caller....
I think there is an advantage to have common error types directly in the fault library so that other libraries can throw a common fault that can be extracted from...