nmz787-intel
nmz787-intel
### Expected behavior there should be a minimum bar length, if this property is specified ### Current behavior some datasets fail to show any bar length, like this: https://codepen.io/nmz787/pen/zYWZZXG ###...
I have experienced the connection timing out, after hours/days (not sure which). I get an error message like `401 Client Error: Unauthorized for url`. I built a decorator for my...
Did some more digging after my comment on issue #49 It looks like a few issues. Basically my goal is to `stream-in` my GDSTK-authored GDS/OAS files into Cadence Virtuoso (presumably...
I have seldom obtained 'fancy' OASIS files from vendor tools, which KLayout and vendor GUIs can load and display the layernames without an associated `layerproperties` (layer, datatype)->string mapping file. It...
```source_file = ctx.web.get_file_by_server_relative_url(filepath) file_metadata = source_file.expand(["versions", "listItemAllFields", "Author"]).get().execute_query() expected_data_length = source_file.length local_file = io.BytesIO() def print_download_progress(offset): print("Downloaded '{}' bytes... of: {}".format(offset, filepath)) source_file.download_session(local_file, print_download_progress).execute_query_retry(max_retry=100) downloaded_length = local_file.getbuffer().nbytes ``` problem is...
I get this popup every time I open KLayout,: `KLayout has been started in viewer mode.` (plus another sentence and paragraph) Then this last sentence with a checkbox to the...
I sometimes need to measure the edge of one shape to the center of another, but I'm unable to find via Google search any instructions or videos or API descriptions...
This line of code is arbitrarily limiting the layernumber value to be no more than 2048. If a design has layer numbers higher than this (I had one which was...
not sure what to suggest as an alternative, but layer 255 is a design-utilized layer, and thus the assumption of it being "substrate" does not hold true always.
when my large downloads fail due to the server resetting, and I try to `continue` with `curl`, I get this message: `HTTP server doesn't seem to support byte ranges` Please...