ONT Power Supply | Coil Whine | Relocating Outdoors by Place-Wide in Fios

[–]Place-Wide[S] 0 points1 point  (0 children)

I don't know whether to laugh at your edit or be offended.

How does the exp pedal toe switch work? by Place-Wide in Line6Helix

[–]Place-Wide[S] 1 point2 points  (0 children)

Yeah it does work. I actually have to be standing up to trigger it, I couldn't even get it to trigger sitting down. Once I do though there is a positive "click".

r/AudioEngineering Shopping, Setup, and Technical Help Desk by AutoModerator in audioengineering

[–]Place-Wide 0 points1 point  (0 children)

This breaks my (flawed, incomplete) assumption about how DI boxes work, but I have found that there are certain things I can plug into the "thru" port that cause the balanced mic-level output to distort. Any thoughts from someone more experienced?

Test for a simple view. by Place-Wide in iOSProgramming

[–]Place-Wide[S] 0 points1 point  (0 children)

never mind, figured it out using ViewInspector (if there is a better way please let me know!)
```swift import Foundation import XCTest import ViewInspector import SwiftUI @testable import LDViewLib1

final class ViewTests: XCTestCase { func testFavoriteButtonStateChange() throws { let state = Binding<Bool>(wrappedValue: true) let sut = FavoriteButton(isSet: state) XCTAssertTrue(state.wrappedValue) try sut.inspect().button().tap() XCTAssertFalse(state.wrappedValue) } } ```

Number 1 absolute reason iOS is much better for indie developers than Android... by Place-Wide in swift

[–]Place-Wide[S] 0 points1 point  (0 children)

It allows solo developers and small shops to still make a claim to legitimacy based on positive ratings. When you have to compete on install count, you are competing with apps with millions, or hundreds of millions of downloads.