Travis Howse
Travis Howse
Binary installer from website: https://www.metadefender.com/#!/results/file/ZTE2MTEwM0hrbXZUd1dPbGdCazR2cHYtT2dn/regular/analysis https://www.virustotal.com/en/file/5d4d6bda9640ca24d5ac36669b924853c60942af5edca6b51f6ed34367774ba9/analysis/1478133705/ Compiled from source: https://www.metadefender.com/#!/results/file/ZTE2MTEwM3JKelpmWVdkZ2VCSm1aekZaT3hs/regular/analysis https://www.virustotal.com/en/file/756b7d6b2227789bf831c62a178c61931584f848fe90e57a808c67ec48e0a931/analysis/1478134193/ Not sure what's giving these positives.
We have a use case in which we wish to preserve message and signal names in the original form in the generated C source code. This PR adds a CLI...
Version 06/21/07 renamed this parameter, however the example file was not updated accordingly.
##### SUMMARY This example uses a hardcoded value of 'dev_user' inside the template example, rather than using the variable containing the same value. This change references the variable rather than...
```go func withWebsocketTty(initScreen bool) { // Make a WebsocketTty object tty := websockettty.WebsocketTty{} // Look up a terminfo definition should work ti, err := tcell.LookupTerminfo("tmux") if err != nil {...
#756 The bug came from the `a.screen == nil` check in `Application.SetScreen` skipping the a.screenReplacement channel and just setting `a.screen` directly. This skipped the code following `screen =
See https://github.com/caddyserver/xcaddy/issues/7
In section "Public git repositories", some extra indentation broke an ASCII diagram.
I would love to add type hinting across this project. Duck-typed languages make me nervous after spending a while working on Go-centric projects.
Any optional value of a register should be set to its default value in the `for register in self.registers:` loop in `mqtt_interface.__init__()`, rather than using `register.get(field, 'default')` throughout the code....