Gaelan Steele

Results 28 comments of Gaelan Steele

@defunkt, what is the status here?

Something else that would be extremely awesome (but maybe a bit hard to implement) would be to automatically serialize when an ActiveRecord model declares an association to it.

@cgriego OK

One potential solution would be to ask for an email address when doing social login and match against existing accounts. However, I think that supporting manual linking would be good...

Make uses the following program to test the C compiler, making corrode unusable for any CMake-compiled code: ```c #ifdef __cplusplus # error "The CMAKE_C_COMPILER is set to a C++ compiler"...

Just thinking: Maybe this should be a GH wiki page.

Running into this with `paper-menu` as well.

Good to know. It would be awesome to throw an exception saying "this won't work" for non-RTFMers like me. :)

Yeah, that started happening for me too. I’ll take a look today > On Aug 13, 2018, at 3:12 AM, shrx wrote: > > BTW, the tracker starts, but it...

Narrowing down the bug a bit: On macOS: ``` Main> :exec (readFilePage 0 (limit 5) "/") >>= printLn Right (False, ["", "", "", "", ""]) ``` On Linux: ``` Main>...