antarr

Results 27 issues of antarr

I'm tyring to use --delete-files but I'm getting this error when `Error: *** Can only match on filename, NOT path *** - remove '/' path segments` when calling `bfg --delete-files...

When running migrations in rails, I wan't my active admin files to be annotated. This is not happing ### lib/task/auto_annotate_models.rake ``` Annotate.set_defaults( 'active_admin' => 'true', 'additional_file_patterns' => [], 'routes' =>...

I'm trying to use granite in a serverless function. I'm getting an error when attempting to create record. ### Error Message ``` Expected String but was Int at line 1,...

**Describe the bug** When using `as: :tags`, the current value is not selected. **Expected behavior** When I go to edit a record the current values for in my list should...

bug

I'm getting this error when running on github actions. ``` Selenium::WebDriver::Error::UnknownError: unknown error: Chrome failed to start: exited abnormally. (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome...

When I add the tagsinput data-role to my input field a completely separate field is create and the original had is display set to none. ### _edit_fields.html.slim ``` p label...

Add method to determine if an ipa support, Iphone, Ipad and Iwatch

I'm trying to use the encrypt method. When I call JWE.encrypt it throws the error ```bash (undefined method `public_encrypt' for #) ``` ```ruby require 'json' require 'open-uri' require 'jwe' URL...

When I toggle the panel in atom it appears empty saying not found. My test helper is setup and covearge.json is being written to. ## test/testhelper.rb ``` ENV['RAILS_ENV'] ||= 'test'...

I'm using swagger-blocks to document my API. When attempting to execute I get an error because only the last parameter listed is sent in the curl request. **app/controllers/apidocs_controller.rb** ```ruby parameter...