Charles F. Munat

Results 19 comments of Charles F. Munat

Is autofix near future or distant future?

My cup runneth over! Implicit would be very cool. I would have been happy enough with nothing more than inclusion. Unfortunately, I need this right now, so I'll have to...

Sadly, turns out that Squeryl doesn't do inheritance either, so I might as well stick to Circumflex. Any suggestions re how to do a quick roll-your-own single-table inheritance system that...

True, but these are all the normal problems with STI. But I'm too lazy so for the moment I'm simplifying things and working around it. Have to get something to...

Don't know which Maybe you're using (Sanctuary's?), but I'm pretty sure that Runkit let's you import libraries as a sort of prologue (not visible to the user). Then again, might...

Oh, I tried importing Sanctuary's on Runkit but got an error around `of`. Haven't had time to look into it yet.

Or this: ```javascript // @flow import { Either, Left, Maybe, Nothing, Right, gt, isNothing } from 'sanctuary' export default (testValue: Maybe = Nothing): Function => (value: Maybe): Either => isNothing(value)...

I tried this and it works like a charm. Very nice. Look out for shallow copies, tho. I'm going to have to go look at how toJSON works, because I've...

I also get this error with Xcode "installed" (Catalina) -- but there seem to be plenty of errors around XCode and the command line tools (which are "not in the...