Indigo
                                
                                
                                
                                    Indigo copied to clipboard
                            
                            
                            
                        Universal cheminformatics toolkit, utilities and database search tools
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.3 to 7.27.0. Release notes Sourced from @babel/runtime's releases. v7.27.0 (2025-03-24) Thanks @ishchhabra and @vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.22.3 to 7.27.0. Release notes Sourced from @babel/helpers's releases. v7.27.0 (2025-03-24) Thanks @ishchhabra and @vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...
Fix code. Add UT. ## Generic request - [ ] PR name follows the pattern `#1234 – issue name` - [x] branch name does not contain '#' - [x] base...
Partial implementation: replace MultiMap with standard library container
**Steps to Reproduce** 1. Launch Ketcher 2. Open file [ketcher.zip](https://github.com/epam/ketcher/files/10303420/ketcher.28.zip) 3. Click 'Save' and select File format: Extended SMILES 4. Look at preview **Actual behavior** You get ```C[C@H](O)N``` or ```C[C@@H](O)N```...
**Summary** Simple substructure search is not working. **Steps to Reproduce** `main.cpp`: ```cpp #include "IndigoSession.h" #include "BingoNoSQL.h" #include #include #include int main() { auto indigo = indigo_cpp::IndigoSession::create(); std::vector smilesList = {"C",...
**Summary** Attached molfile (V2000) can be edited in Ketcher, but is not rendered by Indigo. **Steps to Reproduce** Try to render the attached molfile with Indigo. **Actual behavior** No image...
**Background** A functionality is needed that allows for the conversion of SVG files to PNG format. **Requirements** 1. Add the ability to convert from SVG Documents to PNG format.