Nickolay
Nickolay
Hey, thanks for making this tool, looks promising! I wanted to try this on https://github.com/ballista-compute/sqlparser-rs on macOS and it failed with: ``` $ belay Checking 'cargo fmt -- --check --config-path
I'm trying to use pretty-assertions for [snapshot testing](https://blog.anp.lol/rust/2017/08/18/golden-master-regression-in-rust/). I compare the snapshotted multiline-string with the new value using the `PrettyString` trick from #24. When the actual result got indented (compared...
Currently running git-absorb with non-trivial changes creates LOTS of fixup commits with the same message, because a separate fixup commit is created for each hunk. Is there a reason to...
After fixing #6, I noticed another issue with the testcase from that issue. In the testcase the commit to absorb is removing all instances of `#[cfg(feature = "rsa_keygen")]` and there...
I tried to use [email protected] to copy some data from Postgres (via [email protected]) to MSSQL (via [email protected]) using python 2.7 (since per #14 python3 doesn't seem to be supported). (This...
**Describe the bug** I get `pandera.errors.SchemaError: Error while executing check function: TypeError("ufunc 'bitwise_or' not supported for the input types, and the inputs could not be safely coerced to any supported...
I have the "T5 4.7 Inch E-paper V2.3" (aka "LILYGO T5-4.7 Plus") board. https://www.lilygo.cc/products/t5-4-7-inch-e-paper-v2-3 https://www.aliexpress.us/item/3256804461011991.html The vendor published the board json here: https://github.com/Xinyuan-LilyGO/LilyGo-EPD47/blob/f6a4fabbfba39f29fcc166d1b8a87c342a379b99/platformio/boards/lilygo-t5-47-plus.json What's the procedure for adding it to...
There's https://github.com/esphome/feature-requests/issues/1109 open for [the original T5-4.7 module](https://www.lilygo.cc/products/t5-4-7-inch-e-paper). This year the vendor introduced [a new version of the module](https://www.lilygo.cc/products/t5-4-7-inch-e-paper-v2-3), which they call "T5 4.7 Inch E-paper V2.3" or "T5-4.7 Plus"....
**First:** ``` LilyGo-EPD47/examples/button$ pio run --list-targets InvalidEnvNameError: Invalid environment name 't5-4.7'. The name can contain alphanumeric, underscore, and hyphen characters (a-z, 0-9, -, _) ``` This is due to https://github.com/platformio/platformio-core/commit/269d5e0a3ea5823a5dc7eeff9902cb7062017430...
In [lilygo-t5-47-plus.json](https://github.com/Xinyuan-LilyGO/LilyGo-EPD47/blob/f6a4fabbfba39f29fcc166d1b8a87c342a379b99/platformio/boards/lilygo-t5-47-plus.json#L11) `ARDUINO_RUNNING_CORE` and `ARDUINO_EVENT_RUNNING_CORE` are set to 0. This causes problems in esphome (https://github.com/esphome/issues/issues/5317), so as a workaround I tried keeping those at =1, and basics seemed to work....