Lance Pollard

Results 68 comments of Lance Pollard

Sorry, going to be deprecating this soon! https://github.com/viatropos/cached-commons/issues/80

Hey Erik, This looks like a nice plugin but the demos don't seem to be working so I'm not really sure what it does. Make sure the demos are working...

Good idea. What kind of sorting do you have in mind? I was thinking this: - ascend/descend by name (globally) - filter by category (the current blocks now) - filter...

I don't think this works on the latest version of Mac.

Yeah I am getting a [similar error](https://gist.github.com/lancejpollard/f766256da1f7f8b88784a7b47eed6845).

Ping? Going to use the fork for now, thank you!

Hello! Wondering if you have a recommendation of a common x86-64 system. I looked/asked around some more and one person [recommended](https://superuser.com/questions/1350465/how-to-get-a-baremetal-x86-64-machine): > Buy a motherboard, x86-64 processor, and RAM modules...

Awesome, yeah ran into this exact thing too. I am just a regular programmer coming from the JavaScript world, and have been slowly learning Haskell. I was able to follow...

Not yet, will try that too once I finish this first chapter. I only saw because I read through the intros to every chapter first (after reading the book introduction),...

I was able to do a workaround by passing in the hidden `__ck` variable: ``` coffeescript helpers = formFor: -> form = new Form(__ck, arguments…) form.render() class Form constructor: (template,...