Will Vincent
Will Vincent
Yeah it seems like it must have to involve some lower level access to the interpreter to know what files are being loaded and so forth. Maybe I'll poke around...
Ran across this.. http://www.semdesigns.com/Company/Publications/TestCoverage.pdf Pretty high level, but at least explains the necessary process. Basically: - Parse the code to identify the basic blocks/generate [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree) - Traverse the syntax tree...
Relevant documentation: https://github.com/electron-userland/electron-builder/wiki/Code-Signing
Even just having extra detail beyond the first line, other than _only_ breaking changes would be useful. Whether that's a list of commits in a PR being merged in, or...
@crutchcorn Perfect use case scenario.
This seems to _partially_ work. Messages with pipe codes coming in from other systems don't format with the colors, the pipe codes are visible. However on reply, the codes do...
Whatever the case.. linode doesn't seem terribly interested in continuing to support this codebase, so I guess it's on those of us affected to implement the solution we prefer, but...
As it turns out, the fix is actually _really_ simple.
@jamezpolley I've actually contacted them directly suggesting they pay attention to this repo as there are several outstanding pull requests. They didn't seem too interested at all. Kind of sad...
Honestly, I think this is a webpack issue, and they seem uninterested in resolving it from the various threads I've looked at. I have a similar scenario where neither watch...