Ruslan Kazakov
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
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...
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**:...
Add RST (Russian Synodal Translation) Bible version to the project.
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'] } ```
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...
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.