Nathan Lloyd

Results 21 comments of Nathan Lloyd

shouldn't this be closed?

I don't think this was properly answered. Account linking is too simply to do preliminary setup. this user is asking that every time a user is in game he also...

cool @vinibali thanks. I think I did make progress on this a while ago. I do plan to close this issue myself

```python3 AttributeError: 'set' object has no attribute 'items' ``` your using a [`set`](https://docs.python.org/3/tutorial/datastructures.html#sets) not a [`dict`](https://docs.python.org/3/tutorial/datastructures.html#dictionaries). (*the tags have links for more info*) ```python3 outputs = {output, '-c copy -map...

A word may be popular but is it common or esoteric? reading the Wiktionary [definition](https://en.wiktionary.org/wiki/popular#:~:text=popular%20(comparative%20more%20popular%2C%20superlative,)%20Concerning%20the%20people%3B%20public.), popular wouldn't discriminate for specialist words. Maybe this shows how popular biology, or biological examples...

@andyholmes thank you for your input it was very helpful. I will attempt to implement this

Do you plan to make a light version aswell? As I use gnome-shell-extension night-theme-switcher. And I would prefer it to be equalix "light" during the day and dark during the...

I think I have found another bug that is trully annoying, in some apps, the icon's highlight on being clicked but the circle stays highlighted and it only disappears when...

no expert with this library yet, but the main code that does the "logic" of fingerprinting is at [/dejavu/logic/fingerprint.py](https://github.com/worldveil/dejavu/blob/master/dejavu/logic/fingerprint.py) just re-implement this into your project.

If you don't need to use a database. Then just modify the main code to what you want it to do https://github.com/worldveil/dejavu/blob/e56a4a221ad204654a191d217f92aebf3f058b62/dejavu/logic/fingerprint.py#L21-L156 the main logic is in the `fingerprint.py`