Damien Daspit
Damien Daspit
I don't think it is necessary to output the filename. The verse ref should be sufficient to tell you what file in a project is having the issue.
That is a good point. I will look at adding that. We might need to update the gRPC API to pass the file id.
There's been a lot of churn on this PR, so I submitted a separate [PR](https://github.com/sillsdev/machine/pull/202) that throws an exception with all of the information we need. I'm going to close...
I wasn't planning on spinning up a docker container. My plan is to use Python.NET to call Machine.py.
Yes, we need to make a change to SIL.Scripture. `Versification.Table.Implementation` is a static property, and the `Load` method saves custom versifications to an internal dictionary. This will result in the...
I don't want to have a dependency on ParatextData. We should be able to implement it ourselves pretty easily.
I installed Tensorflow 2.7 on Windows with CUDA 11.2 and cuDNN 8.1 (no conda involved). I received the same `Could not load dynamic library` errors. I switched to CUDA to...
It has been a while since I've looked at this. I will see if I can rebase it.