Thomas Fillon

Results 33 comments of Thomas Fillon

Sorry but I don't understand why you need to do all this merge ? why the dev branch ? Currently only the feature/dj1.8 is working, the feature/dj1.9 has some problems...

It seems that django-haystack v2.5.1 contains the fix proposed by @maths28 in https://github.com/django-haystack/django-haystack/pull/1357 The same fix seems to be include in https://github.com/django-haystack/django-haystack/pull/1285 I try to use django-haystack v2.5.1 in the...

@yomguy Are you ok to remove the following behavior: > If source file is of the require mime type then directly stream the source file and eventually overwrite its metadata....

maybe something like TELEMETA_PRESERVE_SOURCE_FILES default to True

Another related question: In item_export view, is there an advantage to store and retrieve this information from the database over this kind of pattern: ``` media_file = self.get_media_path(extension) # to...

- Voir les deux aspects Import et Export - Voir Format TEI : Text Encoding Initiative , par ex. : http://www.tei-c.org/release/doc/tei-p5-doc/fr/html/TS.html

see https://github.com/Parisson/TimeSide/issues/91

Indeed, all the filters functions return non-symmetric filters. The time indexes are defined as: ``` T_delta = 1/float(Fs) time_idx = ((np.arange(N)-N/2))*T_delta ``` As an example we have: - for N...

Hi @BastienTr , OK, I will send a pull request with the proposed code modification and some tests. @dan-1d What reference implementations were you comparing with ?

Hi Such a management command would be really great to have ! @nickmeharry are you still considering submitting a PR with this ?