Javier Wang Zhou

Results 4 comments of Javier Wang Zhou

Also `"riding"` and `"rides"` -> `"rid"`

Managed to hardcode them as a temporary solution. Just replace lines 327-343 from `/usr/lib/python3.X/site-packages/nautilus_terminal/nautilus_terminal.py` with: ``` foreground = Gdk.RGBA( fg_color[0] / 255.0, fg_color[1] / 255.0, fg_color[2] / 255.0, 1, )...

I've found the cause, in the `lyrics()` method in genius.py, the div that is searched is the one with `class_=re.compile("^lyrics$|Lyrics__Root"` however this also returns the number of "Pyongs" and the...

> There also appears to be extra header text prepended to the first line, too. When getting the div on line 137, [this is what is outputted](https://pastebin.com/7PCR91Wz). Line one has...