Andreas Møller

Results 14 comments of Andreas Møller

there is currently no timezone support in date-fp. It is something we have been considering, but we dont have much time to work on the lib atm. If you wish...

I agree, but timezone support is not trivial. Currently data-fp just ignores the concept entirely. That way if you give it a date in utc its in utc if you...

That sounds like a great idea! I would merge that PR ;)

could you not just force the parens to be on the same line as the function ```reason someFunc( 42 ) // valid someFunc ( 42 ) // invalid? ``` I...

It seems to me that the solution to removing semis is to make linebreaks significant (in some situations)

@jordwalke I dont think significant whitespace/linebreaks is a problem... Its an issue in js because it limits minification, but in pretty much any other case it makes a lot of...

does this not require a decision on what the standard for async should be ? I was under the impression that that was still not decided...

why not just use the same api as in js ? ``` let async f = () => { let f = await somePromise(); someFunct(f); } ``` This would require...

could you not just do `export let ...` that seems simpler, and would also be more familiar to newcommers.

Have anyone had any luck making this work with the TX1/TX2?