Oli Warner
Oli Warner
Is it worth hard-coding in a few known issues? I'm honestly not sure how big the problem scope is but `It Ends With Us` and `The Last of Us` are...
I wanted to see how big a problem this would be to implement, so I've coded up a little search using the titles database from IMDB. I've manually excluded `IT`...
@Spheres-cu I see what you were trying to do. That will just print out every [mini]series but with another guard check before the print (eg `if 'country' not in info:...
Hmm, there is a `--expected-title` flag that can bypass the country sniping: In [3]: guessit.guessit('Cribs UK', '-T="Cribs UK"') Out[3]: MatchesDict([('title', 'Cribs UK'), ('type', 'movie')]) So that works… But if you...
I can't make 127.0.0.1 work but I can make localhost:8000 work (as long as there's a TLS certificate - runserver_plus/Werkzeug helps in dev) ./manage.py runserver_plus --cert-file cert.crt
Closed per #70 IPs will never work with https and therefore not fido2, but `localhost` can work, as can various other real domain options that you can host locally or...
... But why? You can import CSS into SASS and SCSS files. @use "the-new-css-reset/css/reset.css";
Also hitting this on a few different ESP32 boards. It happens quicker with more buzzers, but I've had complex songs trigger this on a single buzzer too.
Judging from the number of people out there complaining about this, I think it's cross platform. Two separate things they suggest fix this for me: - Setting the PostFX DoF...