SPKorhonen

Results 8 issues of SPKorhonen

User_id is read directly from payload leading to problems when using custom encoding on user_id field. Trivial fix: use api_settings.JWT_PAYLOAD_GET_USER_ID_HANDLER instead of payload.get('user_id'). Fixes issue #379

bug
needs-test

In function jwt_get_secret_key() "user_id" is read directly from by payload.get('user_id') which leads to problems when using custom encoding on payload

It seems that for both Indigo and Bingo the build process is all or nothing. I had trouble building a subset of targets and from inspecting CMakelists.txt I noticed that...

Bug

I have modified my custom RDKit source to support building using vcpkg which simplifies Windows builds dramatically, Getting vcpkg working requires some small changes to CMakeLists.txt here and there but...

enhancement

Minimal modifications to enable usage of vcpkg dependencies when building RDKit. Closes issue #6781. Few implementation details: 1. New option "RDK_BUILD_INSTALL_NUMPY" will automatically install pip and numpy for 2. The...

Added ℓ as an alternative symbol for liter

Added "mu" and "mc" as alternatives for SI micro prefix. They are mostly used in chemistry and biomedical fields.

I've implemented support for per-isotope element colors for molecule depiction. My implementation allows specification of isotope colors via atomColourPalette by giving entries with id (atomic_num+isotope*256). Thus for default isotope of...

enhancement
stale