Michael Yagudaev

Results 18 issues of Michael Yagudaev

Steps to reproduce: 1. Login as a new user (hasn't entered their email yet) 2. Select a trip from the home page 3. Add trip to cart 4. Go to...

It seems like the tests are broken after forking master and running `yarn test` ### Expected Behavior Test to pass. ### Current Behavior Tests fail immediately. ### Possible Solution ```typescript...

bug
stale

Safari 6 seems to throw an error on the following line (494): ``` this.reverseRelation.type = !_.isString( this.reverseRelation.type ) ? this.reverseRelation.type : Backbone[ this.reverseRelation.type ] || Backbone.Relational.store.getObjectByName( this.reverseRelation.type ); ``` Error...

bug

It would be really nice if we could limit the remote code execution attack when binding on 0.0.0.0. This was a huge turn off to see this: > WARNING >...

enhancement
question

It would be nice to have support for collection actions NOT just member action as already described in the documentation. ActiveAdmin has those https://activeadmin.info/8-custom-actions.html#collection-actions so we can emulate that design....

It would be great if we could have the ability to generate a base resource somehow. Even something like: ```ruby Trestle.resource(:post) do include BaseResource end module BaseResource def self.included(r) r.scope...

First of, love the library. Thank you for releasing it :). It would be great if we could do version tags so we know what version the documentation applies to.

Many of the community files are large .fig files. For example take this file: https://www.figma.com/community/file/1325597018063319916/free-dark-admin-dashboards, it converts to a ~125MB file. This results in a stack-overflow when we try to...

bug
enhancement

Being able to read and write images correctly. Right now if the file contains images, it will read it mostly fine. However, if we try to make changes and save...

enhancement
help wanted

Fast insert from the command prompt of the CSS gradient:

enhancement
good first issue
Effort: Low