Partmedia
Partmedia
Overcome by events.
It doesn't sound like the minor advantages of being small outweigh the roleplay value that it brings. A couple of "nerfs" were already discussed, including reducing the zoom level for...
I've since updated to the latest `master` and re-compiled bdwgc with all the flags you suggested. I can still reproduce the crash, although the backtrace looks a bit different now....
I wasn't able to find documentation for `GC_register_disappearing_link` besides the [page on finalization](https://hboehm.info/gc/finalization.html) and the header file. Does the *obj* argument have to be a heap (and not a data)...
It looks like `GC_base((void*)o)` is now NULL. In the calling frame: ``` (gdb) print o $7 = (cl_object) 0x8006afae8 ``` In the frame with GC_general_register_disappearing_link: ``` #4 0x000000080065f32d in GC_general_register_disappearing_link...
I'm still investigating, but it looks like because this is the implementation of a weak hash table which points to a general object, which could be allocated on the heap,...
Clicking the link to the docs in the PR description gives me: "Unauthorized You cannot create the page." Has this moved elsewhere?
I agree. The path tool already has something like you describe to continue existing paths, but this would also be useful for any shape.  Aside: I would also find...
This is available in Cadence Virtuoso. **Without Merge Shapes**  **With Merge Shapes**   I wonder if it's actually doing a true merge operation or doing something else at...
Actually, I have this currently checked out so I'm just going to make the small changes for you. Please keep that in mind for next time.