Craig Buchanan
Craig Buchanan
### Describe the bug Attempting to use PostgreSQL (9.6.22) with BaGet Docker image. ### To Reproduce Steps to reproduce the behavior: # connect to Postgres and create BaGet-related DB objects...
Can the output of one command be used as the input to another, similar to how pipelines function in Bash or PowerShell?
## Issue On the gem's home page, you write: ``` url = Domainatrix.parse("http://www.pauldix.net") url.canonical # => "net.pauldix" ``` However, in IRB, I get the following behavior: ``` irb> url =...
Does the Java REPL environment have a settings file, similar to bash's `.bashrc`, that is executed when the environment is loaded?
It would be helpful do be able to log additional fields to a file: - computer - user - script name - script path - OS It would be helpful...
It would be helpful to have the messages logged in a format that is compatible with [CSV](https://tools.ietf.org/html/rfc4180) files. I plan to add the log to a database. The dash (`-`)...
We're using a service that will call a webhook, but it only provides XML. Currently, POSTing this to a flow's URL results in an error: `415 Unsupported Media Type`. It...
Currently, you allow a flow's step to be mocked. It would be helpful to have more than one mock for a given step (with a developer-specified name). Moreover, it would...
Currently, you use an arbitrary JSON object to generate an input's schema. It would be nice to use this as the input's data source.
Formalized request for AsciiDoc build system. I've created a build system (AsciiDoc.sublime-build); can this be added to this project? If you can elaborate on this, I'll fork the project, add...