IsoLinearCHiP

Results 2 comments of IsoLinearCHiP
trafficstars

Stumbled over this as well. Alternatively declaring it as a concious style choice with `/* eslint-disable react/jsx-wrap-multilines */`, either at the top of the file or before the offending line,...

As a followup. The oposite direction seems to be working better. Wrote a few bytes to a file. ```python with open('test.txt', 'wb') as f: f.write(b'Hello World! This is a test...