Yana Agun Siswanto
Yana Agun Siswanto
Seems like the current position of the link has no meaning or importance. I think it will be good to sort it so that it's easy to find specific link....
Is annotating database trigger is something that in scope with annotate models? It would be nice to have them.
When I'm debugging test failure, I usually open the screenshot file in a browser. e.g  And then I made some changes to that...
### Description Popcorn time is not Showing original file structure when adding a torrent file ### Steps to Reproduce 1. Click on the torrent collection 2. Add a torrent 3....
* What would you like to be able to do? Can you provide some examples? Custom additional action on actions column on the index page * How could we go...
I create a custom load strategy ``` module Draper module QueryMethods module LoadStrategy class ActiveRecordWithKlass def allowed?(method) @allowed ||= ::ActiveRecord::Relation::VALUE_METHODS + [:klass, :reflect_on_association] @allowed.include? method end end end end end...
**Is your feature request related to a problem? Please describe.** Consider this class: ```ruby class HourlyForecast < ApplicationRecord def self.chart_json .. end end p HourlyForecast.where.method(:chart_json).source_location ## Currently # ["/---/chartkick-4.0.5/lib/chartkick/enumerable.rb", 4]...
#### Motivation Sometimes, we always subscribe to the same topic. It is a lot work to always add a subscription each time we connect to a server. #### Detailed design...
I really want to have `solargraph` to support `standardrb` , I cloned the repository and copy the `rubocop` reporter and start learning how it works. But I came accross an...