Kuba Andrýsek
Kuba Andrýsek
When I am looking for a new component, I usually read many datasheets. After research, I would like to add my custom or pre-prepared labels, for example HIDE (component is...
I have tested building demo pages with KiCad 7, but the process crashed: Returns error: ```bash ➜ Pinion git:(main) ✗ pinion generate rendered \ -b docs/resources/ArduinoLearningKitStarter.kicad_pcb \ -s docs/resources/alksSpec.yml \...
When I call: ```bash releng/buildWidgetReleases.sh ``` Node returns error: `opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ]` To fix it: - Enable legacy OpenSSL provider. - `export NODE_OPTIONS=--openssl-legacy-provider` - https://stackoverflow.com/a/69699772/15411117 Better...
On Windows use - `;` ```shell $ pyinstaller --onefile --add-data 'templates;templates' --add-data 'static;static' normal_flaskapp.py ``` Error message of invalid separator: ```bash pyinstaller: error: argument --add-data: invalid add_data_or_binary value: 'templates:templates' ```
Incorrect variable calling https://github.com/diegomura/react-pdf-site/blob/master/docs/on-the-fly.md?plain=1#L96 Please change ```js if (instance.error) return Something went wrong: {error}; ``` To ```js if (instance.error) return Something went wrong: {instance.error}; ```
I would like to configure the sidebar to stay open when the Debug window is opened. In other cases, hide the sidebar as it is now.
Error in finding some node Problem found in `void some_global_function(example::Animal *animal)`