-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues and Ideas #1295
Comments
Thanks for your ideas and reports of issues. I have been thinking to rewrite the UI, your ideas will be taken into account. Some of your points are already addressed. I think just because we did not document well. Therefore, you may miss some features which already addressed the issues you encountered. Qt5 does not work properly on my macOS M1 laptop, that's why I added an option to use Qt6. Users can choose between Qt5 and Qt6. For me, I use Qt6 on my M1 macOS, but Qt5 on Linux and Chrome OS for better compatibility. I mentioned some of the issues you mentioned are already solved. For an example, you can use system packages instead of packages installed in virtual environment.
It may help you to run UBA on FreeBSD. I found this is essential in Arch Linux. Another example, you mentioned about "Lemmatizer does not work under FreeBSD". You can disable optional or unavailable packages by use of "disabled_modules.txt" Thanks again. I appreciate your post. |
Look forward to it, even as it stands, this is yet still the best application I've ever encountered for studying the bible!
I didn't realize the importance of Qt6 from a standpoint of Qt5 being broken under macOS. The issue I get is as follows (ignore the output regarding lemmagen and failed google downloads, I just manually download when necessary and would just move my data directory over except that this is for testing purposes):
Then I apply my aforementioned fix as With all that said, I have no idea how my fix effects Qt6 operation under a system utilizing such. My checkout was 7898706 I'll place checkmarks on the items confirmed working (or ignorable in the case of Lemmatizer). |
@uba-user92 thanks for the feedback and suggestions! |
I just noted you encountered errors running Qt6. You can use Qt5 instead (PySide2 or PyQt5). If installing PySide2 or PyQt5 failed in virtual environment. I suggest the following steps:
qtLibrary = "pyside2" or qtLibrary = "pyqt5"
remarks: install system package PySide2 / PyQt5 and delete old venv_* folders first are important I use similar steps to get UBA running on Arch Linux. |
I backed out my changes of Result with
|
@uba-user92 I got your point now. surely need a fix here. I think I modified the file by mistake, for testing qt6. sorry, I was slow to understand the issue, it should be now fixed in f2a796c |
Qt6 issue all fixed with the latest commit. Thanks @eliranwong! |
Easier information regarding multiple notes in the same verse... Visit Gen 4:1 and notice there are 2 notes. If there are 2 notes in a verse, then clicking on them in the Parallel versions view will display a 'not found' in the study area. Moving to single view, you will see if you click the first note in the verse it says "4:1 or, lay with, or, had relations with" and again if you click the second one inside UniqueBible you'll see that same note, though on the site that note reads "or, became pregnant". This is not with the provided WEB version but with a conversion where the footnotes are not inlined into the text but kept as footnotes, from web.bbl.mybible. Just providing a clear example in relation to the above noted issues/ideas. |
Thanks. I will take a look later. |
Hello, I am not into programming so I don't understand the instructions like where to run the command in UBA folder, etc. I am on Windows10. Likewise, I am able to run the UB via main.psy, after an error, but it's not saving my session after closing, it only saves the first bible. I am hoping to have the advance syntax and linguistic search feature to take the full or actual benefit of the syntax and linguistic Marvellous versions features. Like if I want to search for an adjunct immediately after a passive verb. Or a preposition phrase immediately after an aorist form of verb X, etc, or All temporal references with respect to "law"(the lemma should be taken in search keywords automatically instead of finding the Strong's morph number or something), I dont think these features are available currently. If they are also added, it will be even greater. Also, I couldn't find an option to download multiple bible versions simultaneously. It only shows one version at one time. I hope my interruption is not wrong here. I hope you fix the setup permanently. If you have instructions, kindly explain them for a beginner level. The software is revolutionary, and I was hoping for a long time why doesnt any website provide syntax search when the databases are free. Also, the linguistic tag based search will be amazing. The next thing you can think of is to connect your app with academia site, to let us do advance search based on words, and directly download those articles and open in UBA. It will be very epic. |
I am a single user, and this is an amalgamation of the issues I've encountered and ideas for improvement I've had over the course of using your project these past few days.
I'd first, however, like to start, thanking you for the great work on this project. Your efforts are beyond compare, and invaluable. This is the most comprehensive, well arranged, and capable bible studying tool I've ever encountered and I've tried several (xiphos, bibletime, ezra). The open availability of this project is another thing I value highly as I do believe such tools should be at people's fingertips and not hidden behind a cumbersome price. That is not to say it is unreasonable to charge for your efforts, but that I've seen some tools cost nearly $1kUSD and that is simply far from affordable for too many people.
I will also note that I use this project under FreeBSD.
All issues/improvements will have a check mark "ToDo list item" for them.
Issues:
Important:
I believe it important to keep Qt5 operable as I think Qt6 webkit/webengine is not yet ready across all platforms but could be entirely wrong regarding the thought as to Qt6 though I would retain that I'm correct in thinking keeping it operable with Qt5 important.
In the event that pip cannot install a certain object, using the system libraries could be preferred.
This is of importance under FreeBSD as it insists continuously PySide* and PyQt* are unavailable, yet I've installed them as system libraries. The way around this is to run
python main.py
.Lemmatizer does not work under FreeBSD
The underlying C++ lib doesn't compile appropriately and I've not yet investigated this with any depth sadly.
Note: dbernhard-0x7CD/lemmagen3 builds correctly.
In commentary, when you have a verse reference like
Book Chapter:Verse-Verse
it shows in the bottom preview panel, but if you have one likeBook Chapter:Verse-Verse; Chapter:Verse-Verse
then as with the prior, the first verse set shows in it's entirety, but the second only shows the first, where both "locators" point to the same book.Noted issues that have unassigned importance:
These things can be quite useful but the response time being so slow can slow one's study. Tested under a Ryzen 5 2600 with 96GB of RAM.
Bible Issues (some are opinions):
Something to note in general, I'll be referring to LEB and WEB versions provided by this project as Formatted Bibles quite a bit. I will also note that these are available as
bbl.mybible
files that when converted provide better (in the case of WEB) or somewhat better (in the case of LEB) renditions of the text in a few areas.Converted WEB has proper red lettering!
I'd note that if one converts from the
bbl.mybible
files, they get the footnote marker which is more appropriate. In the WEB version this issue is especially egregious as it interrupts the flow of the bible's text completely. I can provide screenshots if wanted.Simply go to the site and look at the text for
John 3:16
or use Xiphos with a recently updated WEB module, or so forth, and you'll see a difference between the latest WEB rendition and the one provided by this project.Opinionated Bible issues (these are certainly opinions):
Ideas:
If wanted, I can convert each idea into their own issue/idea/whatnot. Otherwise, I'll add to this here as I notice more issues.
The text was updated successfully, but these errors were encountered: