Andrew Dupont

Results 560 comments of Andrew Dupont

I'm Andrew Dupont, one of the co-maintainers of Prototype. From what I gather about this bug, neither PIE nor Prototype appears to be at fault. The bug has been reported...

Right, and neither do we want that to be the answer, since HTCs are a useful (if arcane) tool in many web developers' toolboxes. One commenter on our bug says...

So [this recent StackOverflow comment](http://stackoverflow.com/questions/3282588/why-does-css3pie-prototype-1-6-1-crash-internet-explorer-8/4754110#4754110) explains the problem. I have no way of knowing whether this is true, but it sounds convincing. The suggested fix appears sound. It's ugly —...

My version of IE8 is 8.0.6001.18702. What's yours?

HOW INFURIATING I don't suppose there's any fool-proof way to detect the use of PIE on a page, is there? I can fix this by preventing IE8 from extending DOM...

HAHAHA DISREGARD THAT (I can reproduce it now) Researching a workaround. If I can't find one, "use PIE.js" will be the official way to resolve this godforsaken issue.

[Here's an even-more-basic testcase](https://gist.github.com/801471), one which demonstrates that the problem is far deeper than either of our libraries. Simply trying to _read a property_ within an HTC produces a crash...

This happens because zsh sets the window/tab title in a different manner than bash. I've managed to hack this to get it working in my environment (OS X with oh-my-zsh,...

Whoops, sorry; missed @mcmire's request way back when. I got this working in zsh by replacing a line in `lib/terminitor/abstract_core.rb`: ``` ruby #tab_content[:commands].insert(0, "PS1=\"$PS1\\[\\e]2;#{tab_name}\\a\\]\"") if tab_name tab_content[:commands].insert(0, "title \"#{tab_name}\"") if...

VScode has implemented this; see the “Choice” heading [in this documentation](https://github.com/Microsoft/vscode/blob/master/src/vs/editor/contrib/snippet/snippet.md). If we add this in the future we should aim for syntax compatibility unless we have an excellent reason...