-
Some extensions that have preferences built into the addon page utilize their own css files and don't use all the Firefox default styling settings.
As such, compatibility issues or ugly appearances…
-
I haven't done much journalling when doing Windows repaves. That's going to change now!
-
At today's meeting, we discussed the fact that Bayes CT is only reporting testing on one version of Chrome. We would like to extend this to cover other browsers, to catch issues like the ones that ca…
-
We need to see if there is an API that can provide information on all the various parts we will need to use to build a product. If there is not, we need to look into web trawling!
- [x] Research vario…
-
**Describe the bug**
error popup of GLFW error 65539:invalid key 4 that pops up when loading any modpack with my computer using the GDlauncher
**To Reproduce**
Steps to reproduce the behavior:
…
-
returns:
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-NooSfJ/pcpartpicker/setup.py", …
-
What motivated the creation of [`pcpartpicker-scraper`](https://github.com/JonathanVusich/pcpartpicker-scraper) shortly after building [`pcpartpicker`](https://github.com/JonathanVusich/pcpartpicker)?…
-
Hey @DarthAffe ,
So I am trying to sync my Asus GPU, my Corsair ram (which syncs with my Asus GPU with aura sync), and my ASRock motherboard lighting, RGB Case fans, and my light strips (and these…
-
I'm now seeing similar issues as #32 with `example_run_emotion_recognition.py`. The script runs for a few frames, then hangs.
I'm fairly certain both of these scripts worked at the time of the MVP …
-
This is my code to get all data of https://pcpartpicker.com/
```
from pcpartpicker import API
import json
api = API()
supported_parts=api.supported_parts
for supported_part in supported_parts:…