Andrey Zelyaev

Results 8 comments of Andrey Zelyaev

Just remark. I have same problem on Raspberry 3. If i run `print_options.lua` exception throws: `lua/5.1/torch/File.lua:370: table index is nil`. https://github.com/torch/torch7/issues/744

I made some investigation. In first case(incorrect) internal xml structure: ``` xleaf xnode xleaf xleaf xnode xleaf xleaf ``` In second: ``` xleaf xarray xnode xleaf xleaf xnode xleaf xleaf...

Yes. I upgrde my project from 4.2 to 4.3 and error gone

Just tried 0.9.9 - not working. But original mu_commander 0.9.2 - works.

Interesting, that spring implementation have this feature https://docs.spring.io/spring-ldap/docs/2.3.0.RELEASE/apidocs/index.html?org/springframework/ldap/core/IncrementalAttributesMapper.html

I tired https://github.com/monix/monix and it's excellent replacement for rxscala. Most api are same. Only problem - small community, and (according to my feelings) It may contain critical bugs

I successfully build very simple image for arm (just php + modules + bludit.zip). I tried(copy-paste) something like yours, but there are errors, for example `epel-release` not exist for arm....