Meai1

Results 15 comments of Meai1

EDIT: I simply added a line checking whether the value is None at metrics.py:590 and now some samples seem to run fine: https://github.com/facebookresearch/ParlAI/blob/f7f78ad068d8a719f404ddc909ca32a5a9fa4ef4/parlai/core/metrics.py#L590-L594 ``` if value is not None: #

@eredo hi, I gather that the little 'codec: json' should automatically call json.decode/encode right? but I still get an error: "Type 'IdentityMap' is not a subtype of expected type 'String'....

@eredo I just tried to encode a List and it gives back: `List not found in the entity list of the serializer. Please make sure to add List to the...

I think we really need multiple return values in Dart. How can we say that Dart is type checked if I'm forced to return List and then like in the...

@natebosch crazy to make a class just to return something

I actually think that it would be very nice to get named return values for this as well, so that we dont have to guess what an int, int might...

es7 bind operator would make it better, the main annoyance in javascript is the lack of easy 'this' handling

ok I guess I opened the viewer with a different webserver than the server. I did python -m http.server 8099 for the broadcaster and viewer, only the server was running...