Timeline for Convert image into ASCII art
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 5, 2022 at 17:26 | history | edited | Reinderien | CC BY-SA 4.0 |
deleted 57 characters in body
|
| Aug 4, 2022 at 22:48 | history | edited | Reinderien | CC BY-SA 4.0 |
added 152 characters in body
|
| Aug 4, 2022 at 22:17 | history | edited | Reinderien | CC BY-SA 4.0 |
added 1414 characters in body
|
| Aug 4, 2022 at 20:48 | comment | added | Reinderien | @TamoghnaChowdhury See edit. | |
| Aug 4, 2022 at 20:48 | history | edited | Reinderien | CC BY-SA 4.0 |
added 931 characters in body
|
| Aug 4, 2022 at 13:11 | comment | added | Tamoghna Chowdhury |
I'd suggest taking path as an actual pathlib.Path instead of as an str, at least for the purposes of the type hint. Maybe even path : pathlib.Path | str to shut the type checker up (I'm not sure where you can get the type annotation PathLike from)?
|
|
| Aug 4, 2022 at 2:54 | comment | added | Reinderien | Return value type hints | |
| Aug 4, 2022 at 2:33 | vote | accept | Omar Morales Rivera | ||
| Aug 4, 2022 at 2:32 | comment | added | Omar Morales Rivera |
What do the "arrows" means? (The parts that do ->something outside of a function) I've seen them a lot but I have no idea what they are
|
|
| Aug 4, 2022 at 2:30 | comment | added | Omar Morales Rivera |
The use of light_mode is pretty clever. I didn't thought of doing that.
|
|
| Aug 4, 2022 at 1:31 | history | answered | Reinderien | CC BY-SA 4.0 |