nmz787-intel
nmz787-intel
@kurkle hmm, that works, but when combined with ``` ticks: { stepSize: 1 } ``` (since my data is whole numbers only, and fractions don't make sense) things look goofy...
Since I don't use any frameworks, I just downloaded the built version from the CDN links to popper and tippy, found in the examples on the docs page: ``` https://unpkg.com/@popperjs/core@2...
I'm getting a similar error, I think possibly due to threaded usage of the connection. Is there a good way to prevent this? ``` @login_again_if_fails def download_file(filepath, ctx=None): ctx =...
I see each release since then has some fixes for references, upgrading now
Segfault is resolved, but discrepancy between reloaded GDS and OAS is still there. Had to update the print statements in code posted before: from: `print(f'in cell ({c.name}) we have ref...
New link to original issue (trac 15291) is here: https://github.com/wxWidgets/wxWidgets/issues/15291 Any example on how to use Broadway? I'm interested in serving the webpage with my Python Flask webserver... wxPython GUI...
thanks @wangzongming. I had to dig for this... xterm.js devs/maintainers, it would great to pull this into the docs/examples... somewhere better indexed by google
using the TEMP cell leads to terrible performance for thousands of references of very populous cells. As do any `get_polygons` calls (on the `ref` or `ref.cell`). Using `ref.cell.polygons` yields results...
It seemed the OP in this issue _was_ asking for a `Reference` object to have a `get_polygons` method which provided transformed (with respect to the `Reference` origin) polygons, is this...