Thomas Noe
Thomas Noe
`getTitle` from `js/NewsItem.js` isn't clearly specified in the note above the **NewsItem subtext** section. Currently someone would have to either move the rendered code up to the `getTitle` method before...
It would be great to be able to save query results using litecli. Currently, my workflow involves copying a query from litecli and using sqlite3 to get a csv. Similar...
## what It would be helpful if an action could be triggered when a service status is unhealthy. ## why It would be sane trigger an action for a container...
I set up grafana w/ google login, so I'm trying to use an API key to connect wizzy to the dashboards. I see that `'grafana:api_key'` is an entry in `validConfigs`...
When running the example under `examples/basic_udp.go` the program immediately closes. Any ideas? Should I be doing something extra to add something to the waitgroup? System: Mac 10.13.1 Go version: 1.9.1
Feature idea: Support an option to take the more pessimistic version: Given a gem pinned to a patch version When I run `pessimize -c minor` The more pessimistic patch version...
:wave: Hello! I wanted to express my gratitude for the wonderful contribution you've made by offering this project to the community. I've been exploring the issues and releases, and I...
for found domains, print a link to the tweet as well, when a domain is found, it's great, but searching for the tweet it's shared in is difficult
It looks like copying `example.config.json` to `config.json` is breaking Travis CI tests. See PR from @abhisekp [here](https://github.com/FreeCodeCamp/camperbot/pull/83) (scroll down) It's an easy fix. Move the example to `config.json` and update...
Factory bot allows for traits to be defined outside of a factory definition. This introduces the risk of collisions in as the tests grow in a codebase. Example: ```rb FactoryBot.define...