-
# Frequent problems with Pip in installation
## If this command don't works
``` bash
pip install -r requirements.txt
```
## Try
``` bash
pip install -r requirements.txt --user
```
This …
Z33DD updated
5 years ago
-
Yesterday it was discovered that ruby's [rest-client gem had been hijacked](https://news.ycombinator.com/item?id=20745768) (link to HN thread about it). I would like for this to become a discussion on…
-
When an invalid or expired API key is used, [the service returns a 401](https://haveibeenpwned.com/API/v3#Authorisation). Currently, we create a `HaveIBeenPwnedClientException` with a message containi…
-
HI , i was just trying to use this tool just as described in demo video and using 12345@gmail.com to test for data breaches and i am getting following error
>] Created by : thewhiteh4t
[>] Version…
-
Many email clients do not display SVGs.
In https://github.com/mozilla/blurts-server/pull/381 we add PNGs for existing breach logos so that the Report emails will display them.
But we need a proc…
-
It looks like [the API will soon require users to have a paid account](https://haveibeenpwned.com/API/Key)--Any plans to update the gem accordingly?
https://haveibeenpwned.com/API/Key
-
Add the feature of checking multiple features through a text file.
Output can be either standard output ( on screen ) or in a different file itself.
-
-
If you came here because of a warning in your Home Assistant logs, please check if it is in the list below. If it is not, please **add a reply with the brand of the product / platform** and the time t…
-
https://monitor.firefox.com/breach-details/Emuparadise
```js
/*
$ node lint-logos
> [404] https://fx-breach-alerts.herokuapp.com/img/logos/Emuparadise.png is dead
*/
const checkLinks =…