gsexton

Results 14 issues of gsexton

Title: Flag Improper Use of string.find() Description The string.find() method is easy to mis-use. A common error is: ```python mystring='abc' if mystring.find('def'): print("def is contained in {}".format(mystring) ``` The issue...

enhancement
help wanted

**What kind of new feature are you looking for?** I'm trying to figure out how to get direct access to the MCP23008 GPIO register using the MCP23xxx package. The only...

Is there an Installation/Configuration Guide for SNMP Collector? It seems like I'm supposed to know how to use it somehow without any instruction. I've installed it, and got the Web...

**Describe the bug** Using the specified kernel, a call go WaitForEdge immediately unblocks and returns. **To Reproduce** Steps to reproduce the behavior: 1. Run program ```go package main import (...

I had an app that was giving unterminated string constant exceptions in jQuery/Firefox and Illegal Character exceptions in jQuery/Chrome. I ran my JSON content through JSONLint and it reported the...

I've noticed some window sizing issues on Mac that affect operation. If I'm on the main Thunderbird window, and Choose QuickText, then it appears. In the left pane, the templates...

I've switched from Windows to a Mac, and I've noticed that the keyboard shortcut ALT+ no longer work. Is there some trick I'm not figuring out? Thanks.

I'm trying to play with a one-wire DS18B20. I'm building the onewire-list program. On my Raspberry Pi 5, I've added: dtoverlay=w1-gpio,gpiopin=21 to the /boot/firmware/config.txt file. Doing a directory of /sys/bus/w1...

Fixes host issue #39 First, let me start by saying I tend to work in lots of languages, and my fluency in golang is not really high. If you see...