hillsandales
hillsandales
I cannot get OAuth to work. I've setup the env vars and all, but when I click the OAuth button, I get the following error from Digikey. I've checked that...
I see. Good to know it's not just me then. Thanks!
Here's my **supplier_parameters.yaml** file. I had added a lot of parameters and changed around categories in Inventree from the default config. Maybe I should have kept it simple... I'm a...
Adding "Technology" as a parameter in Inventree fixed that problem. Parameters still need to be written as a second action after the part is initially created it seems.
@T0jan I setup a fresh setup at work, and started populating params from scratch. It does seem like the parameters are not written when the part is created. The terminal...
I fixed some style errors from the CI checks. Note: I ran the checks before, but it seems flake8 doesn't like the "*.py" syntax. It errored out, and therefore didn't...
Tests failed when trying to import cloudscraper. Added cloudscraper dependency with poetry. Hopefully it'll build now. Still trying to run "invoke test" locally so as to try to fix these...
I used cloudscraper in one section. I've added a line in requirements.txt for the version pip installed in my venv. Is there any additional location other than requirements.txt and Poetry...
I'm getting a black screen as well. I'm finding that the above heap_caps_malloc() function is causing problems. It seems the memory is not being allocated. I have -DCONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS set. When...