Damien Daspit

Results 28 comments of Damien Daspit

As you have found, Cog was never intended to be used for phonetic transcription. Cog was designed to specifically focus on comparison and analysis of word lists. The assumption is...

This information is definitely helpful. Cog could follow the same tier format as SayMore. The "Transcription" tier would be used for the IPA transcription and the "Phrase Free Translation" tier...

You can import the tab delimited file into Excel or LibreOffice Calc and then manipulate it however you want.

One possible way of doing this would be to use the program called [SheetSwiper](http://projects.palaso.org/projects/show/sheetswiper). SheetSwiper converts an Excel spreadsheet to SFM. Here is the process you would follow: 1. Export...

That's odd. The link works for me. SheetSwiper is hosted on the http://projects.palaso.org website, which is up and working.

Try this [link](http://projects.palaso.org/attachments/download/381/SheetSwiper_1.0.exe). It is a direct link to the SheetSwiper download.

I don't think we can switch all running jobs to pending on Machine startup. For example, a job can be running just fine on ClearML even if Machine restarts. I...

The inconsistency can occur, because, when a job completes, Machine needs to update the database and Serval using gRPC. These two operations need to be atomic, but they aren't. This...

I thought about using Hangfire a bit more and realized that it won't work. We want to be able to update the outbox and the model in the same transaction....

[Here](https://github.com/benchiverton/OutboxPatternDemo) is a sample implementation of the transactional outbox pattern for .NET.