H. G. Parra

Results 11 comments of H. G. Parra

A quick hack would be for CodeKit to look for a .json file with the same name as the .jade file. Only in same directory. Nothing fancy.

I tried some dirty hackery to get this working. Close, but no cigar... Idea was to write wanted objects/code in a JS file, have CodeKit minify it, and then include...

I've since moved on to Grunt and finally to Gulp, which is much faster.

I think this is an edge case of feature - Callback-handler links account even if they use different email address as long as user is signed in - This also...

From https://cjihrig.com/test_runner_wishlist_2024 (2024-01-09): > I have put together a short wishlist of improvements that I would love to see in Node's test runner even though I have moved on from...

I don't know. I use serialport in a multithreaded environment as well. Are you using Ruby 1.9?

I had a similar problem in Windows using 1.8, but I haven't experienced it since. Particular examples?

I've wanted to do this, but I remember the last time I looked it wasn't the most pleasant task. Unfortunately a decent "howto make ruby gem binary distro" doesn't exist....

Oh, I just assumed you were already using that! It's the best way really. Even then, a binary distro would save you the task of installing the DevKit. BTW, I...

I don't think it's designed to throw an exception. Timeout allows read() to stop blocking and continue executing code.