Arvin Sevilla

Results 37 comments of Arvin Sevilla

Works for me, I don't see any glaring issues atm.

> Here's an alternative fix you could try, too: > > ```diff > diff --git a/mmm-region.el b/mmm-region.el > index a0c5b4f..7791e07 100644 > --- a/mmm-region.el > +++ b/mmm-region.el > @@ -870,7...

Thanks for the info. I thought that's how it was supposed to work: - `onResponse` handles `response.ok`, while - `onResponseError` handles `!response.ok` When I tested in my code, with `!response.ok`,...

> I am accessing the `response._data` property. My issue was around having to wrap the code in the `if (response.ok)` -- but I shouldn't be using `_data` in my code...

Running `npm install --save-dev jest` and `npm run test:unit`, where `test:unit: jest --no-cache`, gives the following error: ``` ReferenceError: Unknown option: .caller. Check out http://babeljs.io/docs/usage/options/ for more information about options....

Is there a proper way now to run pursuit offline? I tried cloning the project, installing haskell and following the readme but I'm getting some errors. I'm not yet familiar...

Agreed. IMO the skipped values should not be shown, e.g., change `[1 1 :a] - skipping all where (= y 1)` to `skipping all where (= y 1)`