George Yohng
George Yohng
The docker image with the tag 21.1.0 on the docker hub contains no Quartus, just the basic system and the wrapper script.
The purpose of this PR is to increase the speed of any operation that involves list rebuilding, which is basically *any* operation, such as part selection, sorting, hiding/showing BOM parts,...
This patch addresses an issue where the column ordering in the GUI did not match the order used in database queries. This led to improper sorting functionality within the application...
This patch corrects a sorting issue in the application where the GUI displayed the correct stock quantities but used outdated cached values for sorting operations. The fix targets the populate_footprint_list...
For a project where ssg used to work before (webpack-based), right now when I run `quasar ssg generate`, I get the following error at the end: (I edited out the...
I suggest a method call could include an optional `id` field. No processing for it is required, if present - it's simply to be copied to the output. This would...