Arthur Masson

Results 21 comments of Arthur Masson

I have (approximately) the same issue, and it took me a long time to find this old bug report. In my case I don't even load the object again. I...

I have the same problem and found a workaround. Since the problem occurs only on Windows when called from the command line shortcut (`commandName` or `commandName.exe`); and not from the...

This workaround might not work for a PyInstaller or cs_Freeze app, since `sys.executable` will not point to a python interpreter. Well actually I just test it, I don't have the...

You can replace the lines 157 to 165: ``` e.bind("focusin", function(event) { $(this) .addClass("focused") .find("input[type=text]") .focus(); }).bind("focusout", function(event) { $(this).removeClass("focused"); input.val(""); }); ``` by those: ``` e.bind("focusin", function(event) { $(this)...

Hi! We (http://lasophiste.com/) plan to use SVS for a interactive, collaborative video mapping and VJ-ing performance, along with Romanesco (http://romanesc.co/#-874.00,958.00). SVS will be great to easily transfer anything from any...

Here is the settings for the Camero Pro 4: ``` # Contributed by Yohalmo Garcia (@yohalmogarcia on GitHub, see issue #3) # and @LoveisAFK on GitHub (see issue #6) DeviceParameters(...

Wonderful ! Thanks ;)

I added the following lines in `test.py` after lin 59: ``` if config['arch']['args']['resolution'][0] > res: res = config['arch']['args']['resolution'][0] ``` but I then had troubles since my 17 test patients have...

Note: I was able to find the trashed file by searching for the newest files in my computer: `find /data/amasson/nas-stk -mtime -1 -ls` This pointed me to `/data/amasson/nas-stk/.Trash-1005/files`.

I iused trash-cli version 0.23.9.23 ; what's the latest one?