William Flanagan
William Flanagan
When I attempt to use a proxy server on the local configuration, and that proxy has authentication, Chromeless returns an empty body without an error. I'm using the most recent...
I'm working on cleaning up my deployment using Docker. In my CI, I am trying to build an image. Ideally, this image should be able to be built (asset compilation)...
I upgraded to the current main as of today (it's still current) on Render.com. Using the CURL, I attempted to make an API call. I get a 500 error response,...
The Cassandra Cequel gem does not handle reloads. As such, when rspec-preloader reloads, the Cequel gem responds with a raise of a "duplicated argument name" error. This happens on a...
i tried to use this on a project. It wouldn't encrypt an array values in this structure: ```yaml --- proxies: proxy_service_1: config: key1: value key2: value data: - item 1...
I have got some load on SolidQueue in my production app. Our workers work in an environment where the worker can be killed at any time (cloud-type infrastructure). Because of...
When I do this query: ``` Mail.Find(keys: "ALL", order: :desc, count: 20, what: :first) ``` it's logical to me that it would return the 20 most recent items. But, it...