JP

Results 36 issues of JP

I see there's a method for creating signed s3 urls, but I would like to create signed cloudfront urls. I'm guessing there's an overlap here... would it be possible to...

While debugging, I have had the need to see the headers and other data used for the Stripe API request. It would be nice to either always include this data,...

Currently, syntax highlighting for lower case sql statements appears to work, but isn't triggered unless the first command is uppercase. Here's an example: ![sql-syntax](https://user-images.githubusercontent.com/812777/43015270-67ae937e-8c0c-11e8-889f-affe609b97aa.gif)

Using the following example, auto-complete often hides the next line I'm working on after I hit ENTER because it doesn't preposition itself correctly. It will sit on top of the...

I'm trying to get smtp4dev working on Mac OS with Docker. I followed the docker install instructions by running this command: docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev...

Instead of entering a hyperlink, I would like to allow the user to upload files.

I didn't spend a lot of time on this, but I got it working by scoping global variables in the CFCs. Also it might be worth noting that real-world examples...

Since upgrading my local dev environment with a fresh install of Lucee 5.3.8.206, which uses Tomcat 9.0.46, I am having issues with my websocket implementation, which was previously working on...

I'm getting the following error in websocket.log when calling WebsocketRegister() after this function has already been called. ` DEBUG","http-nio-8888-exec-6","08/23/2017","17:57:53","myapp","Failed to register endpoint /ws/messages/thread/{channel}: Multiple Endpoints may not be deployed to...

It's not clear how this is done. I don't see a corresponding .jar file to replace in the Lucee folder structure on Windows 7. Thanks.