Kevin Burk

Results 6 comments of Kevin Burk

Thanks! I'll try to take a shot at it when I get time, maybe over the weekend.

Now that I got a chance to look at this, it seems like it'll be kinda tricky. This particular relocation (R_X86_64_PLT32) uses "the place (section offset or address) of the...

This is a style preference, not a bug (I too prefer the fuller structures). You can get the output you want by disabling `compactDrawing` when you create your `Drawer`: ```js...

Here are some more test cases. My summary of the current behaviour: - Rings only draw as aromatic when all the atoms (not bonds!) that make up the ring are...

You could specify the hydrogens explicitly - this SMILES string seems to give what you're looking for: ``` C(C(F)(F)F)[NH2].[ClH] ```

This looks like a backreference parsing bug. Reference `1` to the first carbon in the chain should have been cleared as soon as the next `1` linked back to it....