Tag: migrated-from-wordpress
All the articles with the tag "migrated-from-wordpress".
-
How to debug JavaScript to find code which modifies your DOM
Using Object.defineProperty to intercept input value assignments and trigger a debugger breakpoint on DOM mutation.
-
Perfectionist's hell or SQL formatting
Frustration with existing SQL formatters and a call for community input on automatic SQL code formatting tools.
-
jQuery BlockUI and iframe vs require.js
A require.js plugin that loads dependencies from the top-level window so BlockUI works across iframe popups.
-
MSBuild custom task and assembly locks
Copying a custom MSBuild task assembly to a temp folder before loading it to prevent file locking after build.
-
My recent open-source activity
Summary of contributions to GitExtensions, Monodevelop, jHtmlArea, T4 TransformOnBuild, and posh-git.
-
require.js, jQuery and race conditions
Fixing a race condition where require.js and a script tag each load jQuery independently, causing plugin conflicts.
-
I raise jQuery bug for IE8
Discovering that a jQuery behavior discrepancy in IE8 is actually an IE8 bug with named function expressions.
-
Execution of external commands (native applications) in PowerShell done right - Part 3
Fixing Invoke-NativeApplication to handle Windows exit codes beyond 0-255 using an IgnoreExitCode switch.
-
Execution of external commands (native applications) in PowerShell done right - Part 2
Improved Invoke-NativeApplication with an IsError property on each output line and a prompt function edge-case fix.
-
Another pull request to Git Extensions had been approved
A merged pull request to Git Extensions fixing the commit window title not refreshing on branch name changes.