Ruslan Kazakov

Results 70 issues of Ruslan Kazakov

I am working with Word Tree chart and `chartLanguage` prop does not change the locale for me.

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Normalize versification of RST vs KJV and other English versions. See how it's done here: https://github.com/openbibleinfo/Bible-Passage-Reference-Parser/issues/19 Use reversify npm module? https://www.npmjs.com/package/reversify

enhancement

Fix verse range request when verses are in mixed order. This is a really strange bug! Run this request once: [http://localhost:4000/api/v1/Matt3:5-2](http://localhost:4000/api/v1/Matt3:5-2) Response: verse 2 Run request again: [http://localhost:4000/api/v1/Matt3:5-2](http://localhost:4000/api/v1/Matt3:5-2) Response: verse...

bug

Investigate why certain requests result in an error or incorrect response. **Request**: [http://localhost:4000/api/v1/Gen1-2](http://localhost:4000/api/v1/Gen1-2) **Response**: message: "Bible passage is not found." **Request**: [http://localhost:4000/api/v1/Gen1-3](http://localhost:4000/api/v1/Gen1-3) **Response**: Chapters 1 and 3 are missing! **Request**:...

bug

Add RST (Russian Synodal Translation) Bible version to the project.

enhancement

Add supported Bible translations meta data. At the moment KJV and ASV are supported. So when requested [http://localhost:4000/api/v1/meta/translations](http://localhost:4000/api/v1/meta/translations) send the following response: ``` { translations: ['KJV', 'ASV'] } ```

enhancement

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.4&to_version=4.17.21&pr_id=d3758411-1cb6-4c0c-ba25-a69cfd60b491&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

As a developer, I want project to fail when I run `npm run dev` and `.env` file does not exist. Tell the user that config file does not exist.