Hannes Junnila

Results 7 issues of Hannes Junnila

Currently PathSegment.addPattern() always uses the pattern with most stops. This is usually good, but not always. If there are two different routes between the start and end point, especially with...

Currently the compiler always emits regular JavaScript. It would be nice, if the compiler had an option to produce TypeScript, with typed arguments and the return type. This could then...

feature-request

Currently a chained comparison [passes trough](http://rainforestapp.github.io/decaf/#?evaluate=true&code=1%20%3C%200%20%3C%203), but it should be [split into its parts](http://coffeescript.org/#try:1%20%3C%200%20%3C%203).

## Description Currently the exact adaptor to be used is passed in as an import specifier, rather than the concrete module instance. This changes it so that the concrete adaptor...

It would be nice to have an example of how to use randomExample in connection with the rest of the library. It would also be nice to have a setter...

I recently came across the [ImageReward](https://github.com/THUDM/ImageReward) scorer, it could be interesting to have it as an option when merging.

feature

Seems like this is caused by https://github.com/cthackers/adm-zip/pull/508. I've attached a file which according to `unzip` is valid, while adm-zip starts throwing when decompressing it starting from version 0.5.14 with the...