xesscorp

Results 40 comments of xesscorp

You could do this by making a *reader* that parses the SPICE library file and passes a dictionary back to the main `kipart` program. You'll find existing reader files in...

Thanks for the detailed bug report. I created an Ubuntu 18.04 VM with the software versions you listed and I got the same behavior. You were on the right track...

I'll try Jupyter Lab tomorrow. If it's not working for you, then I'm betting there's something wrong with the `wavedrom` function that I'm calling when `USE_JUPYTERLAB` is `True`.

The scrolling isn't working with Jupyter Lab. Looking at the `nbwavedrom` code, it does appear to handle the `width` parameter. I'll have to look deeper to see why it is...

Report file now defaults to the PCB project directory.

Can you please explain or provide an example of the problem caused by the `block` decorator?

You don't mention what version of KiField you are using or how you are calling it, and you didn't attach the schematic file that caused this error. I assume the...

1. Fork this repo. 2. Make changes to the **development** branch. 3. Issue a PR. I'm not sure what this feature actually accomplishes since you can see the list of...

I like your first application; that's what KiField is for. I'm a bit leery of using KiField in a BOM-type application. That kind of happened with my KiCost app and...

You're right that schematic diffs can get large. The solution for point #1 is to disable whitespace compares. Regarding point #2, KiCad doesn't seem to have any standardization as to...