Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Popular repositories
-
Forked from hasura/3factor
3factor app is an architecture pattern for modern fullstack apps. 3factor apps are fast to build and are highly scalable.
CSS 1
-
Forked from activeadmin/activeadmin
The administration framework for Ruby on Rails applications.
Ruby 1
-
-
-
Forked from dwyl/repo-badges
⭐ Use repo badges (build passing, coverage, etc) in your readme/markdown file to signal code quality in a project.HTML
3,317 contributions in the last year
Activity overview
Contribution activity
July 2020
- rhymes/carrierwave Ruby
- rhymes/acts_as_follower Ruby
Created a pull request in forem/forem that received 9 comments
Rubocop: move dot in multi-line calls to leading position
What type of PR is this? (check all applicable) Refactor Feature Bug Fix Optimization Documentation Update Description This PR moves the do…
- Rubocop: fix Rails/HasManyOrHasOneDependent by specifying it
- Rubocop: enable and fix Style/Send and Style/Next
- Create Listings in seed file
- Rubocop: routine fixes
- Rubocop: activate Layout/ClassStructure
- Routine Rubocop fixes
- Revert "Rubocop: fix Performance/OpenStruct (#9241)"
- API: add docs for get published article by path
- Rubocop: Address Metrics/BlockLength violations
- Rubocop: Address Rails/OutputSafety violations
- Rubocop: fix Performance/OpenStruct
- Rubocop: fix Metrics/CyclomaticComplexity and disable Metrics/AbcSize
- Rubocop: fix additional violations in todo file
- Add Github CodeQL code scanner for JavaScript
- Create SECURITY.md file
- Fix Style/SingleLineBlockParams, RSpec/MultipleExpectations and remaining Layout/LineLength
- Rubocop: fix violations of Layout/LineLength
- Add support for WebP on upload
- Routine rubocop fixes
- Update acts_as_follower to 06393d3693a1 to avoid race condition
- Fix pro link for organization users
- Remove unused test for Redis cache store
- Use Enumerable#filter_map in more places
- Rubocop: fix Rails/HasManyOrHasOneDependent by specifying it
- Optimization:Change Role PKs from Int to Bigint
- Flaky Spec Fix:Clear Elasticsearch FeedContent to avoid trying to load missing data
- Add regex to check for possible XSS attempts
- Standardize ActiveRecord order clauses
- Make profile settings save button sticky when modified
- Fixed a Typo at "A Published article by path"
- Make credit pricing configurable
- Fix spacing issue on search result page [mobile]
- Optimization:Change Primary Keys on Mentions and Notes to Bigint
- Bump test-prof from 0.11.3 to 0.12.0
- Bump rouge from 3.20.0 to 3.21.0
- Bump rubocop-performance from 1.7.0 to 1.7.1
- Bump jest-axe from 3.4.0 to 3.5.0
- Bump @testing-library/jest-dom from 5.11.0 to 5.11.1
- refactor chat_channel model - adjust for 20 methods bellow
- Update GitHub link in Markdown Guides
- Optimization:Change Broadcast and GithubIssue PKs to Bigint
- [DO NOT MERGE] Add alternate carrierwave config
- Allow org admins to delete their organizations
- Listings redesign
- Fix reading list rendering multiple times
- Fix tag input patterns
- Fix tag input patterns
- Some pull request reviews not shown.
Created an issue in libvips/ruby-vips that received 2 comments
Identify image format
I can't find in the documentation how I can identify if an image is a JPEG, a PNG or anything else. > image = Vips::Image.new_from_file("/path/to/f…