Yana Agun Siswanto

Results 40 issues of 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 ![Jepretan Layar 2020-01-10 pukul 17 55 36](https://user-images.githubusercontent.com/1826884/72148078-8c680f00-33d2-11ea-8812-aa24dcd236d2.png) 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....

third-party

* 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...

feature
dashboards

This PR should close #1676

views-and-styles
install

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...

feature
desktop

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...