polyfloyd
polyfloyd
+1 from me for this feature. I encountered this last week when I had to move a group relative to another group, which caused a very crucial workplane to be...
Thank you for your research on this matter! When the spec is vague about something, I think it is important to adhere to whatever all other popular tooling does. Mutagen...
Thanks for reporting this! I allowed `io.EOF` from `(io.ReadCloser).Read`. The second example is a bit trickier as the allow-list works based on the name of the type. And since `MyReader`...
Yes, any function in the standard library that returns io.EOF is ok to allow
Fixed in d1fbedb7e97b9da420a6e9ad88f9afdeb48f09ee
This is a good suggestion! It would also be nice to have an additional lint that raises a warning if an error from another library is accidentally exposed
Alright! This is ready for a review :)
Nope! It panics: ```[11:41:28]Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. [11:41:28] [11:41:28]Core 1 register dump: [11:41:28]PC : 0x400d6b34 PS : 0x00060030 A0 : 0x800d6b95 A1 : 0x3ffb25f0...
Also, the `mpr121_id` field of the gpio output config has changed to `mpr121`. Was this intentional? Having such references be prefixed by `_id` seems the common pattern esphome, e.g. `uart_id`