Leonid Onokhov

Results 4 issues of Leonid Onokhov

If you try to create proxy shape with usd like this: ``` def Xform grp { float3 xformOp:translate.timeSamples = { 1: (5, 5, 5), } } ``` it will not...

If you serve hydra via reverse-proxy on a sub path, like http://example.com/hydra, then you can't post anything from some browsers. Browsers, like Chrome and (AFAIK) Safari include Origin header instead...

This change should improve python module import times and make binaries smaller. Stats for largest modules before and after: ``` symbol count size (stripped) _gf.so 16561 724 9.6M (6.5M) 6.1M...

This happens because on windows `listen` is always blocking. The common workaround is to fork server in separate thread and use N.close on exit. Like with this workaround: ```haskell import...