throni3git
throni3git
thanks for the reply! i tried `disableDefaultIgnoredFiles` but it did not help. here is my `electron-builder.ts`: ```typescript import { Configuration } from "electron-builder"; const configElectronBuilder: Configuration = { appId: "com.company.myapp",...
i just saw that `__init__.py: remove explicit module imports` (see https://github.com/SiggiGue/pyfilterbank/pull/26/commits/ef0cbc8da7ef1212e306b0450ba0f8c81e7d62f5 ) might break imports like ```python import pyfilterbank pyfilterbank.splweighting.weight_signal(data, 48000, "A") ``` because my preference is to import things...