Jan Böhmer
Jan Böhmer
Have you configured the TRUSTED_PROXIES env for part-db correctly?
You need to retrieve an fresh oauth token from digikey by clicking the button in the provider list. Unfortunatley this cannot happen automatically, as this sometimes require user authentication with...
What is the exact error message for this function to fail? Do you have some weirdly encoded text in your database? I see not much reasons why this specific function...
> I'm not sure if this is related, but I've included another 500 internal server error while running docker-compose.yml. The following 'docker-error.md' contains the docker-compose logs -f info. > >...
You mean like an SN that is unique for each instance of a part? Part-DB normally assumes that all instances of a part are the same and interchangeable. If you...
Thanks you, seems good for most parts. However, what I do not like is the usage of session here. Functional components like the info providers, should not be coupled to...
Also I am not really sure if the `gc_collect_cycles` actually have an effect on memory usage. Have you meansured this? Because as far as I see it, the objects which...
> Can i use APCu for cache the results from the overview search? APCu is not necessarily available on all Part-DB installations. You should implement caching using Symfony cache component...
That should not be a problem (but you might wanna set an expiration date, so that these don't get stored forever). And depending on how you wanna use the cached...
Thank you for your pull request, I merged it with some changes. I optimized some smaller things and added to retrieve part details for a certain part id, even no...