Gurpartap Singh

Results 16 issues of Gurpartap Singh

Is it possible that the suggestions from the hidden search field can be fetched? And present them in a two column layout? Or a mixed 1 column (like chrome, but...

feature

When I add `Devise.add_mapping(:users, {})`, it errors out with: ``` sh .bundle/ruby/2.2.0/gems/devise-3.5.1/lib/devise/failure_app.rb:13:in `': undefined method `routes' for nil:NilClass (NoMethodError) ``` Line 13 of devise's `failure_app.rb` is `include Rails.application.routes.url_helpers`. Perhaps it's...

Doesn't show up here: https://rubygems.org/search?utf8=✓&query=grape+devise

I have a similar setup with a collection view inside each table view cell. Table view cells' heights are calculated dynamically using auto layout. Sometimes one of these embedded collection...

To access available transitions with 'from' state, 'to' state, both, or 'on' event. ``` # Assuming states :created, :started, :finished event :start, :from => :created, :to => :started event :finish,...

### Bug Description - Building with XcodeBuildMCP only seems to succeed when there are no errors in the project. - When there are errors building the app, Claude Code shows...

bug