Conrad Taylor

Results 49 issues of Conrad Taylor

Is there an easy way to force searchlogic to generate a empty resultset when no search parameters have been provided? At this time, it generates a very large resultset (i.e....

I'm not sure if this is a bug or not enough documentation which explains how to perform this type of functionality. Also, how does one properly implement the [ descend...

## Problem description gem install byebug -v '11.1.3' --source 'https://rubygems.org/' ## Expected behavior I expected that the gem would install successfully. ## Actual behavior ``` Building native extensions. This could...

When copying the **curl code** from the Apollo Studio, I'm getting the following: ```text curl --request POST \ --url http://localhost:4000/graphiql \ --data '{"query":"query ExampleQuery($personId: ID!) {\n person(id: $personId) {\n email\n...

### Problem I would like to be able to install the Stripe-CLI via MacPorts ports instead of installing another package manager like HomeBrew. ### Feature Create a MacPorts Portfile for...

enhancement

`Given that I have the following`: rustc 1.43.1 (8d69840ab 2020-05-04) macOS 10.15.4 Xcode 11.4.1 with Command Line Tools `When I perform the following action`: ``` cargo install cargo-edit ``` I'm...

Hi, I was wondering, what's the best practice for adding PostgreSQL extensions? I ask this question because I can easily add the Ubuntu package (i.e. postgresql-contib) to the runlist to...

question

I have read through the available documentation but how does one set the following Nginx attributes within the example.com.json: ``` nginx ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5; ssl_certificate /u/apps/example_production/shared/config/certificate.crt; ssl_certificate_key...

HI, I have purchased SSL certs from a certificate authority (CA). Also, I added the files names to the site.json file within the nodes directory. For example, ``` json "ssl_info":...

I noticed that a staging.rb was created within the following location: ``` /path/to/rails/app/config/deploy/staging.rb ``` Thus, I'm guessing that it's necessary to add a staging entry to the host.json by doing...