gregmagdits
gregmagdits
### Describe the bug I'm attempting to reference an s3 bucket in my cdk code that was created in **2013** outside of cdk. The bucket has Capital letters in its...
## Environment Information Open Babel version: 3.1.0 Operating system and version: Ubuntu (WSL) ## Expected Behavior smiles = '[O:301]=[C:302]([n:303]1[c:304][n:305]cc1)[n:306]2cc[n:307][c:308]2' mol = pybel.readstring("smiles", smiles) smiles1 = mol.write('smiles') print(smiles1) should print O=C(n1cncc1)n1ccnc1...
updated chemdoodlejsonformat.cpp ('cdjson' format) to fix issues described in #2763
## Environment Information Open Babel version: 3.1.0 Operating system and version: Ubuntu (WSL) ## Expected Behavior readstring('cdjson','''{"m":[{"a":[{"x":0,"y":0,"i":"a3"}],"i":"m3"}]}''').write('smi').strip() should return 'C' ## Actual Behavior The above code snippet produces '[C]' ##...
**Type**: Bug **Component**: Testing **Describe the bug** The @ServiceConnection annotation only seems to work for the deprecated org.testcontainers.containers.localstack.LocalStackContainer class and not its replacement org.testcontainers.localstack.LocalStackContainer class in v2 of LocalStack see...