Clara Hobbs

Results 24 comments of Clara Hobbs

The ramp options in the menu aren't named quite right, since they're really using a polynomial function, not exponential. I'd suggest being more concise and just calling the three options...

The `loop` attribute could be added to the HTML `` tag that's returned by Base.show in Makie (https://github.com/MakieOrg/Makie.jl/blob/master/src/display.jl#L603) to do that. As a workaround until it can be done programmatically,...

I am very in favor of this option. It's actually an accessibility issue, because as mentioned, people with attention-deficit disorders and related conditions can be adversely affected by all the...

Removing the calls to `device.grab` on line 266 and `device.ungrab` on line 284 of gui/windowing.py seems to fix the problem. Could someone comment on why grabbing is needed here?

I agree with your original idea: I understand that we generally want our 3D models to not require an offset (a model should be made to fit its footprint, after...

Can't this be done already using the "Edit Symbol Fields" dialog in Eeschema? (related: #250)

I might be missing what you mean by mass assignment, because as far as I can tell, you *can* do mass assignment by matching values in the dialog I mentioned....

Click the toolbar button in Eeschema that looks like a blue and white spreadsheet, inbetween the netlist and BOM buttons: ![screenshot from 2018-08-02 17-26-08](https://user-images.githubusercontent.com/320472/43612071-29b839fe-9679-11e8-91eb-be497e565bc4.png) Then you get this dialog, which...

I don't think it can be accessed from outside the GUI. Eeschema, unlike Pcbnew, is quite lacking in the scripting department. I suppose you may still want this script if...

Starting to work on #231, I see a lot of changes that should be made to the KicadMod class. It would be great to have classes to represent footprint elements,...