Brendan Simon

Results 27 issues of Brendan Simon

Can `altium2kicad` convert from `Protel` design files? If not, is there another tool to convert from `Protel`? Maybe an intermediate tool, that possibly `altium2kicad` can use? Thanks, Brendan.

Using Python 3.7 on Debian Buster 10.9 development host (target system is actually python2.7 based system). The following code snippet gives a mypy error when I use aenum.Enum. ``` Argument...

How to specify a list of "arguments" with typing hints ? ```python import argh from typing import List @argh.arg( '-i', '--input_files', nargs='+', help='list of input files' ) def main (...

component-assembling
design

**Description** Connecting to an SQLite database succeeds, however I can't see any of the tables in the CONNECTIONS explorer. All I see is: ```Nothing here``` I've tried with a full...

triage
sqlite

### Description When I go to view/edit the Debug settings (e.g. for J-Link), I can't see some of the settings towards the bottom as the Window isn't large enough and...

enhancement

I know this project hasn't been active for a while, but if anyone is listening, I was wondering how hard it would be to geneate releases that are a **single...

I'm trying to modify a project to use `django-polymorphic-tree`. The project has 4 models (called `A`, `B`, `C`, `D`) all derived from a base model (called `Component`). Each `A` instance...

I am trying to install pdf_reports v0.3.2 with Python 3.7.7 on Windows 10 Pro. I've created a virtual env with: ``` 'C:\Program Files\Python37\python.exe' -m venv venv ``` Activated the venv...

wontfix

I just checked out the latest master and tried running the examples with latest Python 3.9 and wxPython snapshot on macOS. I tried with Python 3.10 too. These might be...

Hi, Does this have have any user admin features - similar to Django? I'm after a Dash library that can do user permissions, etc. Thanks, Brendan.