Malte Legenhausen

Results 151 comments of Malte Legenhausen

@Weibozzz what do you mean by autoamtic? Can you give a code example how it would look like?

Seems like the check for `request` comes to late. Should be an easy fix. Pull requests are welcome.

This is currently not possible you can take a look at the [angular $http inteceptors](https://docs.angularjs.org/api/ng/service/$http#interceptors) how they doing something like this.

In generell I would not recommend to lint auto generated files, but this is another story. What you do is the way to go, for everything that does not fit...

Which tool produces this error?

Do you use a custom template?

Why do you not remove the `"use strict"` string from the `wrap` option?

@gcanti thanks for the feedback will try it out

@gcanti am I right that it doesn't make sense to apply the full [mtl-style from fp-ts](https://github.com/gcanti/fp-ts/blob/master/examples/mtl.ts) to elm-ts? So making it to the more generic interface `MonadLocalStorage`? Cause I don't...