marklieberman

Results 61 comments of marklieberman

For the life of me I cannot make OSX (and probably Linux) present the file for download instead of opening it inline in the browser. I've tried every method I...

I reproduce this somewhat using the following steps. Tell me if this sounds familiar. 1) Make sure the Firefox window is not the active/focused window. 2) Right-click into the unactive...

Gestures work fine on iframes and framesets. Can you provide a sample page where it fails?

It appears to be caused by the strange manner in which iframely renders its iframe embeds. See this Stackoverflow post. https://stackoverflow.com/questions/18044073/iframe-without-src-but-still-has-content. The iframe never has a src with a URL,...

I'm on 0.3.1.1-signed and I frequently get this bug. Its happening to me right now while I try to use the salesforce API.

> My Arduino core version is 1.8.5. So how did you fix this problem? Can you give me some advice? Can you clarify what version of the Arduino AVR board...

I was getting this exception when running jacoco:cover while trying to migrate from Play 2.2.x to Play 2.3.7 with Java8. (Still using Scala 2.10.4 though.) The only thing that solved...

I suspected as much from looking at the plugin source, although I have almost no experience with Python. My idea was to use something like python-vlc to extract frames from...

Can you try the fix from #359.

Seems that the issue is that some commands are using code that checks if Element.tagName = 'A' and according to MDN ![image](https://user-images.githubusercontent.com/6473247/230484073-a4a75520-6eee-414e-a7ac-6775dbae468e.png) so I should fix my code to ignore...