James Turley
James Turley
As noted in the readme, the `gf` scripts require for the duration of their execution `iskeyword` to include the period character. However, it seems that the behaviour of the `Unpack`...
Example app demonstrating the problem [here](https://github.com/tragiclifestories/ammeter-problem). RSpec has a matcher built in that just calls the `exist?` or `exists?` method on the subject and passes if it returns true (or...
Fixes #13049 ## Hey, I just made a Pull Request! Add `projectId` config option to GCP Cloud Storage techdocs publisher. This will allow users to override the project ID, instead...
## Feature Suggestion Add a `projectId` field to the `googleGcs` publisher config object, and use that to initialise the storage client if present. ## Possible Implementation ```yaml techdocs: publisher: type:...
Hi there, After a long absence from Clojure I thought I would take a look at Dmitri's book and I've hit a peculiar problem after generating a new project as...
Small feature request: I'm currently using `/dev/null` as a destination for the logs, which is fine, except some of my colleagues are Windows users, and thus the script will fail...
Just a little feature request - it would be nice to have a processor available that could add extra labels to built in metrics. You would define something like: ```yaml...
## Motivation Almost all operations that are unsafe in the general case may be safe in practice under certain conditions. For example: when a new feature has a new table...