Antoine Grandry

Results 12 issues of Antoine Grandry

* **Editor name and version**: IntelliJ IDEA 2021.3.2 (Ultimate Edition) * **Platform**: Ubuntu 20.04.4 LTS * **Color scheme**: * **MagicPython version**: * **A sreenshot**: * **5-10 lines of surrounding code**:...

- [ ] Modify Graph instantiation - [ ] Test: check duplicated presets - [ ] Test: compare length of `list_processors()`, `Presets.objects.all()`, `Processors.objects.all()` `timeside-create-boilerplate` command initialize REST API's db creating...

bug

- [x] Select 500 tracks of DALI corpus with a youtube url (@Tointoin) - [x] Define an experience to run on those tracks (@yomguy) - [x] Write a Django admin...

tests

@gnuletik @yomguy - `api/results/{uuid}/json/` should return the entire content of potential result's hdf5 file. A subprocessor_id query param could allow to choose part of the content. A custom filter (as...

As discussed in [this code review comment](https://github.com/Parisson/TimeSide/commit/fb5d04fd1162b8e42afa9643c2eb603eecc58b7c#r38925136), a local settings file should be added. It may include (non-exhaustive): - [ ] EMAIL_HOST - [ ] EMAIL_SUBJECT_PREFIX - [ ] DEFAULT_FROM_EMAIL...

install
refactoring

- [ ] Verify need or remove use of both JSON API and Traits for plugin's parameter typing (@yomguy & @Tointoin) - [ ] Migrate Preset's parameters filed from String-...

feature
documentation
refactoring

- [ ] Define api routes or views for stream/download cases - [ ] Fix infinite loop bug on items with source_url - [x] Add AubioDecoder on server and test...

feature
bug