Dustin Speckhals

Results 17 comments of Dustin Speckhals

I actually ran into this same problem a while back on a WIndows machine. I think it has to do with the way that `grunt-contrib-requirejs` is loading `requirejs` within the...

I think this is a good idea as well. I spent an hour or so trying to get it to work, before looking at the code and seeing that it's...

Thank you for the issue. Indeed, the code has assumptions on the Bible books (order and selection) and chapters (count) based on the western Protestant translations. Making it accommodate other...

You probably need to pull the migration submodule. Details are in 955cec57f073ec51075e1e28bdc6e34fa2c6c3b1.

Yes it's possible, but it would take time to implement. I recently made changes that took out the hard-coding for Bible books based on the KJV, which should make it...

Are you running an ARM based Mac (M1/M2)? If so, that could be an issue with the shared library. I don't have a Mac to test with.

@passionate2023 I don't have a Windows machine or ARM-based Mac to test on. If you have the specific error message, I might be able to point you in the right...

Thanks, I'm aware of virtual machines. My development system is x86 Arch Linux, and I don't have the bandwidth to support Docker installations on non-Linux operating systems. If you give...

I think this is because the JS Date object does not indicate whether it is a "date", "time", or "datetime." PSQL and perhaps other clients have an underlying type that...

A lot of the back-end work for this was already done in #55. It's just a matter of allowing the details view to drill down to lists of tables via...