Declan McGrath
Declan McGrath
See https://github.com/theirishpenguin/certmaker/issues/2 for context
Migrations in my project are expected to be run against the config/database.yml db. But I noticed that they were being run against the shard database instead. This [solution](https://github.com/thiagopradi/octopus/wiki/Does-your-rake-break%3F-Read-this-one) works around...
Testing this on linux in the hope that historian will be able maintain the command history intelligently across multiple terminals in bash (depends on https://github.com/jcsalterego/historian/issues/9). However, at the moment I'm...
### Description When I try to drag a react-dnd enabled div containing a complex material-ui table in Chrome then the HTML 5 backend does not correctly snapshot the drag source...
I'm using jsonapi-datastore (master branch at commit 12dc63e) via requirejs and I have to implement the following workaround to get it to work in jsonapi-datastore/dist/jsonapi-datastore.js... ``` if ( typeof define...
### The Problem The README does not mention options such as :allow_overflow_page_number and direct configuration such as :max_page_size. This is noted in issue https://github.com/drewolson/scrivener_ecto/issues/103 This PR is to (make a...
Thanks for all your work on this package @drewolson. I'm just opening this ticket (and ~~will supply~~ have supplied a [pull request](https://github.com/drewolson/scrivener_ecto/pull/104) with a fix) to improve the libary's documentation....
### The Problem A newly generated Phoenix 1.7.7 app does not have `Phoenix.View` but ja_serializer depends on `Phoenix.View`. From the [Phoenix 1.7.7 release announcement](https://www.phoenixframework.org/blog/phoenix-1.7-final-released)...  I've tried a few things...
### The Problem **When** I supply a nested filter for an _index_ request - eg. `/movies?filter[price][lt]=49` **Then** I get the error...  ### Suspected Cause * The problem appears to...
Currently, if there is a one-to-one relationship and it is empty the related resources key gets removed from the "relationships" object. But, according to https://jsonapi.org/format/#document-resource-object-linkage this should not happen... "Resource...