Quantcast
Browsing all 44 articles
Browse latest View live

Comment by Michael Paulukonis on How to remove an installed package in Emacs...

Thanks for pointing this out - I was trying to find out why d was doing nothing!

View Article


Comment by Michael Paulukonis on Node version command

The versions of npm and the version of node are not synchronized. You can update one without updating the other, depending upon your process.

View Article


Comment by Michael Paulukonis on How to fix files with gulp-eslint?

WHY is this the "right way"? Particularly, why should "FailAfterError()" be removed?

View Article

Comment by Michael Paulukonis on Copy-paste code from Visual Studio, but...

@PaulMolloy - I'm still using it, only I've got it mapped to Windows-V to paste unformatted text. I totally missed using the hotkeys option until recet months. Doh!

View Article

Comment by Michael Paulukonis on How can I continuously run unit tests in...

If the site is down, an archived page is available @ web.archive.org/web/20161007013353/http://jason.learmouth.ca

View Article


Comment by Michael Paulukonis on Add tenant name to the url after...

What is the error or issue that is occurring? That is - what do you expect to happen, and what is actually happening?

View Article

Comment by Michael Paulukonis on Can't call javascript client method in signalr

Jack, you should be able to accept your own answer by now. However, could you put an example of the "failure" into the question, above?

View Article

Comment by Michael Paulukonis on What is -moz-border-radius? -CSS

If you use google, you have to remove the "-" prefix, since that tells google to EXCLUDE that term from the query.

View Article


Comment by Michael Paulukonis on Auto generate function documentation in...

tips link fixed again. curse you, one-way web!

View Article


Comment by Michael Paulukonis on How do I get the screen coordinates of...

Can you inline some of your solution here?

View Article

Comment by Michael Paulukonis on Node unit test AWS Lambda function using...

As of June, 2018 the project notes "Version 3 targets Lambda handlers using Node 6.10 and 8.10. If you require support for Node 4.x, please use version 2.x"

View Article

Comment by Michael Paulukonis on Ramda. create subarray with fixed length...

"Brubeck" ? :frowny-face:

View Article

Comment by Michael Paulukonis on Regular expression for ddmmyyyy date...

Fails for October 10/29 and 10/30 of each year. So there's that.

View Article


Comment by Michael Paulukonis on Linux how to copy but not overwrite?

@ceving I think you'll find that oh-my-zsh has an alias for that use-case.

View Article

Answer by Michael Paulukonis for Is JSLint available for offline use?

Cory Bennet has a good post on command-line JSLint. Much of your setup will be getting SpiderMonkey working. Not so bad if you're running Linux; a wee harder if you're using Windows and Cygwin. And...

View Article


Answer by Michael Paulukonis for Is there a way to change frames in the...

To follow-up on Ben's answer, that would becd([reference])orcd(frames[n])where n is a valid index in the window.frames array

View Article

Answer by Michael Paulukonis for execute google image search several times in...

The hi function doesn't make a lot of sense to me:function hi(){ keyword="usa"; alert('hi'); google.setOnLoadCallback(OnLoad); imageSearch.execute(keyword);}Because the onLoadCallbak has already been...

View Article


Answer by Michael Paulukonis for No Last Spintax Repeat

Keep things simple - the Spin function should generate spun text, and nothing else.Use some other function to do what you want.Here's a quick wrapper to compare runs:var prev = "";var getNewSpun =...

View Article

Answer by Michael Paulukonis for Can't install socket.io on Windows 7

SO despite my comments regarding running shell as administrator working, I ran into this problem on another machine where I was still running shell as administrator.(A pretty-much-complete extract of...

View Article

Answer by Michael Paulukonis for PostSharp in web project using NuGet

The RequiresPostSharp.cs file was meant to be helpful, but does not always work correctly. If PostSharp is otherwise working, you can safely delete that file.

View Article
Browsing all 44 articles
Browse latest View live