Marcos Hernández

Results 7 comments of Marcos Hernández

__Precondition__: This happens with the repl open _with or without_ a document opened 1. Type anything in the repl: `(+ 1 2)` 2. press enter Also I get: ``` java.io.FileNotFoundException:...

@FezVrasta trying to solve the same issue here. @bcoe I understand that`karma-coverage` doesn't transpile ES6 therefore if used after the transpile and pack process (bowserify, webpack, rollup...) it will instument...

Also, in the README says "simply set up karma-coverage according to the docs, but don’t add the coverage preprocessor". I understand from that sentence that users still need to add...

This happens because numpy removed support for `np.float` in version 1.24. this PR is a workaround: https://github.com/MTG/sms-tools/pull/141

This happens because numpy removed support for `np.float` in version 1.24. this PR is a workaround: https://github.com/MTG/sms-tools/pull/141

@DrewML Ihad a similar issue sometime ago. IDK if it helps: http://stackoverflow.com/questions/30269030/github-push-event-signature-dont-match

Yo can call it like an item like so: ```python YourAPIClient().rooms[room_id].members.get() ``` check the code here: https://github.com/mozilla/agithub/blob/4f33627de8e8b8977b83ea009692a97f08c19ac4/agithub/base.py#L78