Michael "M3" Lasevich

Results 18 issues of Michael "M3" Lasevich

### Current problem I have a library with a signature-mutator decorator. When users consume this library, the code that uses this decorator is flagged by pylint for various reasons. To...

Needs specification :closed_lock_with_key:

Currently there is a decorator to create a simple filter Jinja extension. This PR adds a similar decorator to create custom test extensions. Included is the decorator, test updatres, and...

### Describe the bug when using GroovySpy() with an obkject that has propertyMissing() implemented, attempts to access dynamic properties results in an exception ### To Reproduce ```Groovy package example import...

bug

Same change as #2 , but with tests Changes: * added separator parameter to optionally change separator * added direct proxy for redis.connection and redis.connection_pool * update nose version to...

I see support for GET but not for HEAD method. Would be good to support HEAD as well for clients that check HEAD before downloading.

When reading EEPROM via avrdude using wiring (via bootloader) - results are corrupted. Every other 8 bytes are lost. Writing to EEPROM works, but, as expected, validation fails as what...

bug

Fix for #23. READ_EEPROM was not reading EEPROM correctly, assuming each EEPROM address points to a 16bit location, but reading only 8 bit, so it would return every other byte....

bug

Tried gradle 7.5.1, 8.2 and 8.3 plugin: 3.3.2 Works under JDK 8 and 11, under 17 I get this error: ``` > Task :asciidoctorGemsPrepare 2023-09-29T15:53:28.638-07:00 [main] WARN FilenoUtil : Native...