-
``` js
//moment.js 2.11.2
moment.duration(0.3, 'h').minutes()
//18, as expected
moment.duration(2.3, 'h').minutes()
//17
//?!?
```
I understand that it's floating point problem, but can we work aroun…
-
https://github.com/CGRU/cgru/blob/b75c1cb50dacbb9e0fbd20fb18c9b9ff0b2ce9f4/plugins/maya/afanasy/maya_ui_proc.py#L358
I suggest changing the line to:
```
labels = list(renderLayers.values())
list…
-
Hi Timur, Jan here from Rise.fx
We introduced the Tickets called "threads" to regulate the amount of threads nuke is started with "nuke -m ....... ".
To modify the starting commands of a task w…
-
Hello!
I am seeing a lot of errors on our "afanasy" job nr. 1 on the events block's task. In the log all of them say: "Failed to start".
I checked the c++ code and could it be that it is happen…
-
Hi Timur,
i am creating this ticket as a follow up on #592
here is a quote of our converstation:
> we have also noticed that the cpu load of afserver goes up just by having lots of "DON" jobs.…
-
Hi Timur,
we are currently running into an issue where exceptions (like IOError [Errno 28] No space left on device) cause a task to be skipped and want to ask if this would be the right place to fi…
-
Hello!
I setup a new Afanasy server with the newest version. The job solving does not work as I was used to. Previously (v2.3.1) I had it in a way that the tasks were rendered in order of the creat…
-
Hello,
I'm trying to compile on an aarch64 debian 10 machine, but it hangs with :
```
$ ./build.sh
CGRU_VERSION 2.3.1 : '/home/***/cgru'
CGRU_REVISION e77ad43e1cdddd19b148ddb2d43c9f3309054d1d…
-
Hi,
I tried to run the afserver behind a proxy, so I can get SSL connection and basic http auth. Afserver expects the http header to include a "AFANASY" value. The proxies I tried re-write headers t…
-
As far as I can see, currently in a JOB_DONE event you can only run "email" and "notify-send".
It would be really nice if one could execute "any" command. A custom_data would then for example look li…