Aditya Prakash

Results 9 issues of Aditya Prakash

After update of activeuuid 0.5.0 to 0.6.1 my schema.rb file changed from: ``` - create_table "ahoy_events", force: true do |t| - t.uuid "visit_id" + create_table "ahoy_events", force: :cascade do |t|...

I am trying to get back my svg file from its blob. However it doesn't seem to work. I have following code and corresponding output: ``` Ruby image = Magick::Image.read("public/logo.svg").first...

I think we can do a couple of small things to make things faster. - we should optimize the uploaded logo. Currently on https://events.opensuse.org/ size of openSUSE Conference 16 and...

Only [`build_log`](https://github.com/gitlabhq/gitlab_git/commit/a83071ad336212c8194ce41c650bd896830c1074#diff-04b1ff51fd44edf4e1c9423a99ad7a4bL866) was using `commit_touches_path?` Which was removed in [a83071](https://github.com/gitlabhq/gitlab_git/commit/a83071ad336212c8194ce41c650bd896830c1074)

It would be really helpful for us users if you maintain a changelog. http://keepachangelog.com/en/0.3.0/ I updated from 2.0.5 to 2.1.0: ``` 2.1.0 * Fix `nil is not a valid locale`...

Hey.. can you please restart this job: https://travis-ci.org/iain/http_accept_language/jobs/171116648 It doesn't look nice that version release commit has :x: https://github.com/iain/http_accept_language/commits/master

Historically, ownership was the only authorization check in our code. All profile-related checks were handled with `current_user`. With the introduction of api_key, ownership_call and ownership_requests, we have authorization checks like...

feature

Some operating systems may have case insensitive filesystem. Following gems are ordered by number of downloads of their counter part having number of downloads > 100_000. I have excluded gems...

health

ui_only was added with our limited understanding of expected mfa levels. ui_and_gem_sigin better suits most usecases. We should remove ui_only from all new mfa changes and show flash message to...

feature