Results 14 issues of Brian V

Hello, looks like Cleverbot is returning a nil response again. Not sure if you still maintain this, but I'd love to use it! ![image](https://cloud.githubusercontent.com/assets/8673088/7978542/4e9c73a6-0a4b-11e5-98f9-733c0ccaa562.png)

I have two models that we'd like to be created in the same request. **Resource** ``` module API module V1 class ProjectToolboxTalkResource < JSONAPI::Resource attributes :date has_one :toolbox_talk has_one :superintendent...

**Describe the bug** With a local mediaserver setup and validated along with webhooks enabled, avatars are not being displayed from Telegram to Slack. My `matterbridge.toml` ```toml [general] MediaDownloadPath="/var/www/matterbridge" MediaServerDownload="http://{redacted}/media" [slack]...

bug
slack

As an example, I'm using the code from [this tutorial](https://rmagick.github.io/rvgtut.html), except I'm saving the file as `duck.svg` instead of `duck.gif`. When I try to open the SVG file in an...

**Describe the bug** When toggling a zone switch, the state goes to on, then off, then back to on. They are extremely delayed at time, up to 1-2min before the...

I'm successfully getting responses via GraphQL from elastic search (great, thank you!). The results that I get back from ES via graphQL contain data from our user model that we've...

In my controller I have ``` module API module V1 class ProjectsController < API::V1::ApplicationController # GET /projects def index render jsonapi: Project.all, class: { Project: API::V1::SerializableProject }, include: params[:include] end...

I'm query the OSM API with the following request `http://overpass-api.de/api/map?bbox=-119.86475115542854%2C34.410451138127065%2C-119.85719244457147%2C34.416207261872934` This data returns polygons that have role's of `inner` and `outer` When I use OSMToGeoJSON to convert `osmtogeojson {input_path.xml} >...

**Issue type:** [x] question [ ] bug report [ ] feature request [ ] documentation issue **Airgram version:** [X] `latest` [ ] `@next` [ ] `2.3.x` (or put your version...

I'm on React `16.12.0` and react-switch `5.0.1` When I render react-switch it is only _draggable_, but does not change/toggle when I click it. I found [this issue](https://github.com/markusenglund/react-switch/issues/35) however that seemed...