electronics
Here are 1,079 public repositories matching this topic...
-
Updated
May 27, 2020
Let’s be honest. We have no enough resources to make the browser XOD IDE
User story
- I open XOD IDE with Edge
- A persistent snackbar error appears¹
**Unsupported browser**
XOD IDE is only tested against desktop Firefox, Chrome, and Chromium. Othe-
Updated
May 27, 2020 - Python
would be nice to execute all the doc notebooks during a test suite execution to increase our coverage.
Hello, I'm one of the admin of userbase.kde.org.
I read that moving the wiki to kde infrastructure is in this project todo list. If you are interested, I could move the user information to userbase and create a community page in community.kde.org. I'm familiar with mediawiki syntax, so I can do it fast. ;) I just want to be sure that the project maintainer agree, before creating a new page in c
-
Updated
Nov 7, 2019
-
Updated
Nov 15, 2019
- Semi-highlight on hover, full highlight when selected (currently full highlights on hover, no highlight when selected)
- Use 'pointer' mouse icon when hovering to indicate component can be clicked (or moved... possibly confusing)
-
Updated
Jan 14, 2020 - C
-
Updated
Jul 8, 2019
-
Updated
Mar 26, 2020 - C
-
Updated
Feb 2, 2020 - Python
-
Updated
Aug 29, 2016 - Python
-
Updated
Jan 23, 2020 - C
-
Updated
Jul 23, 2019 - C++
-
Updated
Feb 29, 2020 - C#
-
Updated
Oct 10, 2018 - C
The UI should be combined into a single page application. This way, the client (browser) only has to download one file from the ESP8266. Also, the WebSocket connection could just be kept open.
-
Updated
May 7, 2020 - C
- Most of the
READMEfile content should be moved to
a newINSTALLfile. This file should also include a link
to theLepton EDA and Cygwinwiki page. READMEshould be extended to provide more information
about theLepton EDAsuite:
- it was forked by main
geda-gafdevelopers - it is compatible with (and direct replacement for)
geda-gaf - list of new features: link to
-
Updated
Oct 30, 2019
-
Updated
Oct 1, 2019
-
Updated
May 13, 2020 - C#
-
Updated
Jul 14, 2018
In Eagle, it seems that the "description" column actually contains uneditable and less useful information like "CAPACITOR, European symbol" (see below screenshot).
On the other hand, the "value" column has more useful information that 1clickbom expects to be in description. Also, the "value" column can be edited very easily. Also, "value" is the changeable column when using the "assembly varian
Similar to CBOLD's ^ operator.
Instead of:
vcc << R(to=C(to=gnd))
We could have:
vcc ^ R() ^ C() ^ gnd
Improve this page
Add a description, image, and links to the electronics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the electronics topic, visit your repo's landing page and select "manage topics."
SUMMARY
When you create a BOM, you can add additional attributes columns (thanks for that, it is really useful).
But it is not saved. You have to enter it each time.
SOLUTION
Quick fix, remember the added attributes during a session.
For the future, add this in the project settings when it is saved.