Kevin Burk

Results 14 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....

@pechersky - Thanks for that! I was not aware of that option. Maybe this isn't a bug after all - the default isn't what I expected, but if this is...

The "lightning bolt" pattern after the triple bond in my second example appears to be a separate (but maybe related?) issue: #82.

And my report here is a duplicate of #39...