Abdelhakim Qbaich

Results 10 issues of Abdelhakim Qbaich

So, I happened to get my hand on a packet capture between OPUS and an ALPHA II... During a scan, OPUS will poll for `.0` files that represent a scan...

During serialization, the format (e.g. `PreferOne` or `PreferMany`) is being used to determine preference, but in de-serialization, it's attempting to de-serialize one and then many if it fails. The format...

Closes #45 Has changes to support development on Wayland using Podman.

More often than I'd like to admit, I input codes from the app and forget that I left it open due to mental context switch. The problem is that it...

**Describe the bug** This works: ``` @gf.schematic_cell def stuff(): return kf.read_schematic("stuff.yml", unit="um") ``` Trying to use `from_yaml` or `cell_from_yaml_template` or `cell_from_yaml` won't work. `Netlist` validation fails because of `AnchorRefX` usage:...

bug

**Is your feature request related to a problem? Please describe.** I want to pass a custom set of glyphs to `gf.c.text`. This would make my life easier when porting designs...

enhancement

**Describe the bug** I expected the default glyphs to be monospace, especially for ASCII chars in the `[a-zA-Z0-9]` range, but they aren't. **To Reproduce** Write any digit for example, 2-9...

bug

**Describe the bug** Using `route_bundle` with `steps`, going down and then to the right. For reasons that escape me, I have to set a `dx` of a certain value (don't...

bug

**Describe the bug** When using electrical ports, whatever is being passed as `bend` is ignored. It's interesting to see `bend` being set in the definition of `route_bundle_electrical` yet it's not...

bug

`route_single_electrical` lacks things like auto tapering. From looking at the code, there was an attempt to make use of a common function, commented out with an ominous `FIXME`. I've attempted...