drblallo

Results 11 issues of drblallo

i can't get chromatica to highlight namespaces ![screenshot_2018-08-13_15-18-15](https://user-images.githubusercontent.com/19780809/44033928-22dba2f6-9f0c-11e8-88b4-81ac12d014a9.png) ![screenshot_2018-08-13_15-20-00](https://user-images.githubusercontent.com/19780809/44034018-5f5e4ee0-9f0c-11e8-9d05-948b79c7d067.png) it is my understanding that there should be no None in debug dump or am i missing something? and i noticed...

allow to return a llvm error from a analysis and have it propagate back all the way to main.

Executing test-translated-tests_runtime-translated_tests_runtime__global__arm-default on a release build can sometime crash. ``` 120/128 Test #102: test-translated-tests_runtime-translated_tests_runtime__global__arm-default ........................................................***Failed 0.25 sec Exception: A longjmp was taken ({ 0x29b84, 0x0, 0x0, 0x7 } -> {...

## Why are these changes needed? There is a bug in the way returns are calculated when a episode has partially returned chucks. In that situation instead of using the...

triage
rllib

### Why are these changes needed? Hi, i have been trying to use the action masking example. It works fine in single agent scenarios, but it is broken when using...

triage
rllib

Buongiorno, ho letto le soluzioni dell'esercizio di haskell e mi sembra di capire che tale versione non rispetti la interchange law (http://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Applicative.html) degli applicative: La definizione è questa: ```haskell instance...