David White
David White
Hi, After installing subclipse and restarting eclipse, eclipse freezes and stops responding to user input. Subsequent restarts show the same issue. I've reinstalled a fresh version of Eclipse and found...
It should be possible to initialise tags via a list ``` class` MyModel(models.Model): tags=TaggableManager() ob = MyModel(tags=['tag1', 'tag2']) ob.save() assert( len( MyModel.objects.filter[tags__name__in=['tag1'] ) ) == 1 ) ```
I tried building the Kaldi tools on Ubuntu 24.04 using the following method: 1. clone https://github.com/kaldi-asr/kaldi 2. cd kaldi/tools 3. run make 4. install requested dependencies 5. run make again...