Salvador E. Tropea

Results 39 issues of Salvador E. Tropea

In addition to the old mechanism: ``` args = docopt(__doc__) if args['--verbose']: ... ``` Now can also use: ``` args = docopt(__doc__) if args.verbose: ... ``` This makes easier to...

I know the project isn't maintained anymore, but just in case ### Linux Distribution version Debian GNU/Linux bullseye ### Gnome Shell version 3.38 ### Xorg or Wayland (or both) Xorg...

### Prerequisites - [X] I have read the documentation and the proposed feature is not implemented. ### Description I understand you need it once or a couple of times. But...

### Prerequisites - [X] I have read the documentation and the proposed feature is not implemented. ### Description Provide a command line option so the 3D model is centered around...

I'm trying to make my 3D resistor models generator with PcbDraw components, I'm using the following test case: [resistor_tht.zip](https://github.com/yaqwsx/PcbDraw/files/11020982/resistor_tht.zip) I found various issues: - Values under 10 ohms are incorrectly...

This is a backport of the changes in KiBot KiRi integration to the KiRi project. The only missing part is embedding the CSS, JS and SVG icons, but the result...

The [quickstart instructions](https://github.com/RadeonOpenCompute/ROCm-docker/blob/master/quick-start.md), last modified by @sunway513 6 months ago says: **Step 1: Install amdgpu**. Which kernel needs it? I'm running Debian 11.7 (current stable, soon to be replaced by...

Under Investigation

The current code interprets the `d` attribute in raw_obj as transparency, but looking at some [references](https://www.fileformat.info/format/material/) this seems to be another thing called dissolve, which is related to transparency, but...

- Now the Python code checks if libespeak-ng.so has the added espeak_TextToPhonemesWithTerminator function. - If this is the case the code uses a custom phonemizer that preserves the punctuation. -...

In the last [GitHub CI/CD workflow](https://github.com/hildogjr/KiCost/runs/7430759873) I got this problem: ``` Collecting xlsx2csv Downloading xlsx2csv-0.8.0.tar.gz (208 kB) Installing build dependencies: started Installing build dependencies: finished with status 'error' ERROR: Command...