Faris Mustafa

Results 15 comments of Faris Mustafa

I'm not sure how common of a use case it is, but I find myself wanting this feature within the first couple days of starting to use electron-compile. My particular...

Just thought I'd leave my feedback on my real world (development) use case: concurrent asynchronous requests to my REST api. The first request to finish will overwrite the model initialization...

Personally, I'm biased towards Elm and would like to see it stay in the primary repo. However, I understand that it's rather niche and would not be upset if it...

@mantou132 I was playing with an electron + neon + enigo project the other day, you can see the work here https://github.com/farism/autohex/tree/master/packages/node-enigo Might be worth trying to publish this?

This will be useful for static docs generator too. 👍 I was not a [huge fan of this](https://github.com/mint-lang/mint/pull/652/files#diff-2e8dfab22c2c72dd7d912d4e1ae8649a5095a639eebc401b27321ba57932e37aR209-R217)

> I don't know how to improve this any further and looking for suggestions, we know where the exact position the parser stops (`t` after ``), we know that we...

Looks like there is already a PR for this https://github.com/chrismccord/mailgun/pull/46

Thanks for providing a starting point! I just got into TypeScript a couple days ago and recompose was one of the first libraries that I ran into trouble with due...

@ianks That would be ideal! I had started for fun before finding that @r00ger had already wrote this, but some ideas were taken from him (like `InferableComponentDecorator` from `react-redux`). I...