Douglas Thor

Results 48 issues of Douglas Thor

Is there a way to revert back to standard PDB when running a program, perhaps via an env var? ### Use Case: I am seeing a strange error with Qt...

N.B.: This is half "example request", half "how do I..." question. # 🚀 feature/example request ### Relevant Rules + py_* + gazelle ### Description The [Python Packaging User Guide recommends...

type: documentation
gazelle

### What version of gazelle are you using? 0.33.0 rules_python_gazelle_plugin @ commit da10ac4 (main) ### What version of rules_go are you using? 0.41.0 ### What version of Bazel are you...

There should be a "dirty" flag or or something that tells `wafer_map` that all things need to be recalculated (die centers, gridlines, etc.) I could even have item-specific dirty flags...

Stupid past-me worked with CRLF instead of LF. Fix it. One problem: basically breaks the git history (can't really git-blame past the EOL conversion commit).

I'm regretting the `wm_` prefix on module names. I want to change things to: + wm_app -> app + wm_constants -> constants + wm_core -> panel, core (note this actually...

Right now the class call signatures are quite verbose, having 10+ optional arguments. These could probably be cleaned up into a `**kwargs` that is documented somewhere.

The color for the continuous scale's high end (above high value) is red, while the color on the wafer map itself is more of a magenta. These two colors should...

bug

Give the user more control over the size of the continuous scale. They should be able to set the width and height of the color bar portion (or of the...

enhancement

The example code needs to be updated to be cleaner and easier to read. It also needs to have better explanations of how to call the wafer_map functions.

refactor