Francois
Francois
@T0jan The default parameters should be loaded from the `.yaml` files in the repo so maybe that setting was missing. Any new parameter should also be added to those files...
@T0jan It should be done with this section of the code: https://github.com/sparkmicro/Ki-nTree/blob/a5af2f83926b6d424d6b8113bdccaf255a62de55/kintree/config/config_interface.py#L71 But if the length of the dictionaries are different, it won't merge the template data.
> @eeintech Ah I see but yeah, like this it doesn't really help if there was a new setting introduced in the last update. Maybe this check should loop through...
I think this was fixed with #251 (v1.1.2), closing.
@T0jan Yes you're right, all the cache data for test sample parts is in [tests/files/results.tgz](https://github.com/sparkmicro/Ki-nTree/blob/345304ec49671de7e464588c1687f49ba1cfce2d/tests/files/results.tgz). What you can do is run the tests locally and update the `results.tgz` file with...
@T0jan Great effort here, looks like all CI tests are passing too! Yeah it's my fault, I removed the top bar so now only the icon and text areas are...
> I'm still wondering why the inventree authentication fails so often in the tests. maybe some kind of delay is needed to make sure the server is up before it...
Bonus addition: Just realized the Settings view is missing the drag area and Close icon... not a big deal but we could add it too.
## AutomationDirect Works well with parts that exists in their database: ``` shell [MAIN] AutomationDirect search for PM-0112-020-0 [INFO] No pricing attribute "ordering_attributes" found for "PM-0112-020-0" ``` But there is...
@T0jan For Digi-Key V4, I'm a little confused... the authentication works but then the part data received didn't match at all your changes in this PR... so I thought "it...