Joos Kiener
Joos Kiener
I'm using django-rest-framework and in a template I want to limit what a user can do by showing or not showing according action (a button) based on users permissions. It's...
**Describe the bug** RDKit renders a molfile differently and wrongly. Other editors like Marvin, ChemDraw or JSME show the same molfile correctly and it looks the same in all of...
**Describe the bug** When calling `GetMolFrags(m, asMols=True)` the returned molecules loose their enhanced stereo information (stereogroups) and instead get R/S markers IF there are multiple fragments in the molecule. If...
**Describe the bug** The option "isomericSmiles=False" in "Chem.MolFromSmiles" removes hydrogen atom isotope information. Deuterium gets converted to hydrogen. **To Reproduce** ``` mx = Chem.MolFromSmiles("[2H]C([2H])(C(=O)O)C([2H])([2H])C=O") Chem.MolToSmiles(mx, isomericSmiles=False, canonical=True) '[H]C([H])(C=O)C([H])([H])C(=O)O' ``` **Expected...
Viewer applet does not work. i have no issue with the editor applet but when I replace `code="org.openscience.jchempaint.applet.JChemPaintEditorApplet"` with `code="org.openscience.jchempaint.applet.JChemPaintEditorApplet"` I get a ClassNotFoundException. html: ``` html ``` Again, archive...
Hi all, I have read the multiple issue with the PandasTools related to the pandas version. However the threads were closed and the issue [fixed as solved](https://github.com/rdkit/rdkit/issues/2673). Still I'm seeing...
**Describe the bug** A source structure drawn in ChemDraw and exported as molfile v3000 is imported into rdkit. The structure is a "metal complex" (not the actual one shown here...
It seems that for the new row, auto-edit is enabled by default and can't be turned off (unless I'm missing something). this can be seen in `slick.grid.js` on line 4777...
This issue is not related to the other ones concerning apache 2.4. My problem is that PyAuthenNTLM2 seems to be inactive inactive- I get no info in log about it...
If your identifier has a slash it won't work as tonics internal parsing will think it is a valid slash from the path regardless if the / was escaped in...