Results 7 issues of fredrikw

I don't know if it is by purpose, but the CardBody element doesn't forward click events. I.e. the following doesn't work: ``` function handleClick() { alert('Card Clicked'); } Title -...

This fixes #2677 CorrectForPH currently clears all perceived attributes through mol.EndModify(). In my change, I check if chains are perceived before hand and in that case sets them as perceived...

As found in https://github.com/openbabel/openbabel/issues/2641#issuecomment-1816436930, the current SSSR has a problem when removing redundant rings. The overlap is currently based on atoms instead of bonds, leading to incorrect results. This code...

Mixing FormGroup and InputGroup puts "mb-3" on the wrong div. The code: ```svelte ml ```` Renders as: ```html Dose volume ml ``` This will give the following result, please note...

Change from checking if the file exists to if the symbol xdrstdio_create exists. Should fix https://github.com/openbabel/openbabel/issues/1996

Fixes the failing tests in pybindtest_obconv_writers and pybindtest_bindings. The former by relaxing the number of decimals tested in json outputs and the second by not requiring Cairo (_png2-format) for pybel...

A fix for #2386. The main problem is that the clearing of streamflags in OBMoleculeFormat::ReadChemObjectImpl is undone on stdin with a peek in OBConversion::Convert. I'm not 100% clear on all...