Arthur Masson

Results 13 issues of Arthur Masson

Dajaxice modifies the XMLHttpRequest object, which makes it impossible to reach the onload event when requesting an arraybuffer. I managed to save the original XMLHttpRequest object into a variable (for...

How can I avoid `tuplets` for `rests`? VexTab automatically merges notes into tuplets, but it is not the behavior I desired when using `rests`. Can I disable auto tuplets? For...

**Describe the bug** I remove a file located in a remote cifs volume with `trash /remote_volume_path/test_file.txt`, and when I try `trash-restore` it says: `No files trashed from current dir ('/remote_volume_path/')`....

Hello, Papaya cannot fully display my images with PSR orientations : ![image](https://user-images.githubusercontent.com/1814799/196924699-d535998f-4f70-472c-8e62-0ecae5334e53.png) The sagittal view is cropped whereas the image is defined on a much larger region. It works well...

With the following code: ``` track = Track(MidiInstrument()) bar = Bar() bar.place_notes(Chords.from_shorthand('Ab'), 4) track.add_bar(bar) midi_file_out.write_Track('test.mid', track) ``` I had the following error: `Traceback (most recent call last): File "ChordsMaker.py", line...

Hi, I just tried tag-it on my web app, and I noticed the @baseLine variable is now called @baseLineHeight. So to make tag-it work, just change the lines 36 and...

backlog

I just asked [a question on Stack Overflow](https://stackoverflow.com/questions/60914464/is-it-possible-to-compile-glib-and-then-compile-autotrace-with-emscripten) to compile glib and Autotrace with Empscripten. The goal is to have autotrace work on a webpage. Did you try or think...

feature request

I try to test a model trained with 368 x 368 x 140 images, but I get the following error: ``` Trainable parameters: 2048500 INFO:test:Loading checkpoint: /gpfswork/rech/awn/me/ms_study/methods/spatio_temporal/data/output/saved/models/Multitask_Longitudinal_Network_EMISEP/1110_120310/checkpoint-epoch16.pth ... 0%| |...

Hi, I am currently working on a comparison of MS lesion segmentation methods [as described in this post](https://neurostars.org/t/best-ms-lesion-segmentation-methods-for-the-french-registry-of-multiple-sclerosis/17288). I started training this method (Spatio-temporal-MS-Lesion-Segmentation), but I noticed it generates a...

Avoid setting MPLCONFIGDIR for matplotlib greater than 3.0.0. https://github.com/pyinstaller/pyinstaller/issues/3959