purarue

Results 39 issues of purarue

still a WIP, just pushing progress

As stated in #54, adding header support would be good to allow users to bypass caching, and compare ETag values Current thoughts/issues: * I believe, coincidentally, the way I laid...

enhancement

https://github.com/karlicoss/bleanser to help remove old databases which don't add any unique results

enhancement

would be nice to re-use detection/parse/serialization mechanisms, would rather duck-type stuff with some protocols than do a bunch of classes

Essentially, just need to install these browsers on Windows and see where they typically install to, add the corresponding paths to each [Browser](https://github.com/seanbreckenridge/browserexport/tree/master/browserexport/browsers) file in the `data_directory` function

enhancement
help wanted
good first issue

As discussed [here](https://github.com/seanbreckenridge/ffexport/issues/12#issuecomment-822052661), is possible to take the merged data and convert it back into a new database to use, but supporting *every* browser would probably be a lot of...

enhancement
low priority

On the newest version of ipython: ``` $ pip list | rg -i ipython ipython 8.3.0 ``` Trying to get the last session id from the history accessor for any...

bug

An endpoint can be added to get the favorites for a person on MAL, by requesting the mobile version of the site. could be put at `person/id/favorites` heres a proof...

feature request

Only recently realized that I could put `Dict`/`List` items as values on a NamedTuple cached by cachew, [previously was doing some weird stuff](https://github.com/seanbreckenridge/HPI/commit/cb6010caf323516aa480da907fa97f7fa7f932e6) So, in the process of switching more...

Is this an expected result? I would think promnesia shouldn't render any HTML it finds in the context, seems dangerous Had a discord message which had a block of HTML...

bug
frontend