John Kealy
John Kealy
Hello, I would like my grid to fill the space. I set `enableColumnAutosize` to true and even added a click handler like in the docs. I'm using `7.0.0-beta.13`. The function...
Hi, I'm on an internal intranet and currently have an invalid cert. I try to connect via `(s/client {:hosts ["https:invalid-cert.com"] :ssl-context (client/ssl-context-trust-all)})` (paraphrasing) And i get ```PNIX path building failed:...
Hi, I have an issue with resque/resque-loner right now. I have a button to generate zips for around 400 files. When a site admin changes data about a photo, the...
I see in the Java SDK you'd get an object's storage class using the following, how would I do it using amazonica? http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/StorageClass.html
Hi, I've been trying for a few hours now to set the metadata "Content-Disposition": "attachment" in S3. I'm trying to enforce that all images / videos are downloaded when one...
Hi, I'm trying to build a worker server dedicated to image processing. I'm using an EC2 instance, large compute optimized, 2 cores. My images are roughly 2 MG in size,...
I just put together a minimal example recreating something I have been experienced. I was wondering if it were possible for clicking on an href not to retrigger the router....
Hey thanks so much for this repo, I'm using it in a production environment and it's working great, except I need to handle upload errors and don't see any way...
I just started using this library. I put the websocket connection in a provider. However, I put my phone to sleep and open it back up, the websocket doesn't attempt...
I can't seem to make any endpoint receive just a regular map. Everything is an array. As you can see, I have a key "test" and swagger UI is showing...