Tim Fischer

Results 8 issues of Tim Fischer

My son and I implemented the circuit from the example https://tigoe.github.io/DMX-Examples/arduinodmx.html. However, something very strange is happening: The circuit only works if someone physically touches the wire from A5 to...

I'm trying to get a Gosund Smart Dimmer Switch working with Homebridge. Hitting a lot of roadblocks trying several plugins. When using this plugin, it cannot discover the device. Here's...

Homebridge 1.3.1 (latest) Getting many messages in the log of the following form. The embedded link says to report to the plugin developer: [2/24/2021, 8:44:15 AM] [homebridge-vera] This plugin generated...

I think the "Known Issues" section of the readme might contain some out of date information. - It mentions dimmers not working, but many of my devices are dimmers and...

I was getting update issues when adding/inserting new cells into the collectionView. I was able to solve this by adding the following line: ``` [self _addVisibleCells]; ``` to the 'fixLayoutAfterInsertion'...

I am attempting to use KDXCollectionView as a grid of subviews which contain sub controls such as buttons. I was initially stumped as to why my buttons were not getting...

The following code works on 10.11 - 10.13 but crashes in 10.10. Any thoughts? ``` let attrDescription = TSMarkdownParser.standard().attributedString(fromMarkdown: content.jssDescription ?? "", attributes: [NSForegroundColorAttributeName : NSColor.descriptionTextColor()]) descriptionLabel.textStorage?.setAttributedString(attrDescription) ``` I'm attaching...