James Moberg

Results 59 comments of James Moberg

This addtional parameter doesn't appear to have been added yet. (I recently downloaded the library and manually updated the script so that "city" would be supported in Stripe.)

I was having issues with `tableDnDSerialize()` too. I used `tableDnDSerializeAll()` instead and the data I was expecting was returned.

There's a use case for using `onDrop` without requiring id's in the TR tags... One of the demos applied an `alt` class to even rows. Without `onDrop` being triggered, there's...

I'm using a locally hosted IIS server and haven't used httpplatformhandler before. )httpplatformhandler was an extra component that I had to download & install.) More info here: https://azure.microsoft.com/en-us/blog/announcing-the-release-of-the-httpplatformhandler-module-for-iis-8 Where's the...

Have you attempted to use IIS to reverse proxy the imageflow server? Here's a quick how-to article: https://blog.ligos.net/2016-11-14/Reverse-Proxy-With-IIS-And-Lets-Encrypt.html

On Nov 8, I requested a feature like this via Twitter. I wanted to be able to add an additional class for the "hover" so I could toggle items on/off...

Here's what I currently use (settings.ini). The crash/freeze usually occurs when I press TAB to start searching. https://gist.github.com/JamoCA/4e2599586e3c030518d087a8d97bbf03 NOTE: I couldn't attach the file, even w/a TXT extension) as Github...

The default (0=Paste snippet and retain current clipboard content (=default behaviour)) doesn't appear to be compatible with VSCode Insiders. I need to configure `PasteMethod=1` in order to paste snippets into...

I removed Remote Desktop from the equation, and my current clipboard (instead of the snippet) is pasted. Using `1` for `ClipSet` results in a successful paste, but usurps my clipboard....

No luck. I've disabled every extension for "Code - Insiders.exe" (currently 1.71.0-insider 2022-08-29T15:22:42) and it will occasionally work once (at the most) and then only past the original clipboard after...