Tom McLaughlin

Results 191 comments of Tom McLaughlin

You want to try out current `master` branch and let me know how it works? Once we're happy with it I can polish it up and cut a release.

I just released this as part of [0.5.0.0](https://hackage.haskell.org/package/aeson-typescript-0.5.0.0), so I'm going to close this for now. Feel free to hit me up if you need any tweaks.

I fixed it in my own Lumino project with a CSS change. This is necessary because of the change from absolute positioning to a CSS transform in #432. The CSS...

> I would enforce those style rules in the JavaScript I think the reason #432 stopped doing that was for DOM performance.

Hmm, the question mark was introduced in this commit: https://github.com/codedownio/aeson-typescript/commit/64c03f3b8ffe15180f60d6cc72795f9ac8639798 It's been a while so I don't remember the context well. It makes sense that `:` was changed to `...

(Is there some situation where `k: string` and `k in string` differ in TypeScript?)

Just wanted to check @svanderburg, is this fixed now? I'll close the PR if so.

I've just come upon a really pathological behavior surrounding this code which happens when the call to `sysconf(_SC_OPEN_MAX)` returns a huge number. On my Ubuntu machine, `getconf OPEN_MAX` returns `1048576`....

I'm having trouble coming up with the solution described here, could anyone provide an example? I've only been able to parse a file like this by calling `parse`, then manually...

Seconding this, any chance you could take a look @kitten ? This is causing me some confusion because I'm trying to get a fork with #85 working, since SSR currently...