Highlights
- Arctic Code Vault Contributor
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 up
Pinned
5,262 contributions in the last year
Activity overview
Contributed to
rust-lang/crates.io,
skylines-project/skylines,
ember-template-lint/ember-template-lint
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in rust-lang/crates.io that received 7 comments
services/progress: Remove progress bar when running tests
Waiting for the progressbar to finish animating was slowing down the tests unnecessarily, so instead of waiting for it to finish animating we won'tβ¦
+2
β6
•
7
comments
- Extract `CopyButton` component
- PendingOwnerInviteRow: Replace custom error display with regular notification
- Remove obsolete `notifications` service override
- Convert controllers to ES6 classes
- tests/helpers: Use time travel instead of time freezing
- Remove unnecessary `eslint-env` declarations
- Fix error handling for errors without an `errors` property
- Remove unnecessary `.gitkeep` files
- coverage: Add `html` reporter
- Convert remaining components to ES6 classes
- Extract `LoadingSpinner` component and convert to CSS animation
- me.index: Remove unnecessary `created_at` assignment
- CI: Run test suite including coverage reporting
- adapters: Use `application` adapter as base class for all other adapters
- app.js: Convert to ES6 class
- Replace `pagination` mixin with computed property macro
- WIP: Add Sentry error tracking for the frontend
- crate.version: Remove unnecessary `@query` from "Dependent crates" link
- models: Remove unnecessary transforms
- renovatebot: Enable `rust` updates
- Use `anyhow` for error handling
- Cargo.toml: Sort dependencies alphabetically
- Add `ember-cli-bundle-analyzer` addon
- Run ember-template-lint on *all* templates
- Remove obsolete fastboot initializer override
- Some pull requests not shown.
- fix(group/glimmer): Fix `glimmer` grouping config
- feat(cargo): Add support for lockfile maintenance
- chore(datasource/metadata): Move `massageGithub|GitLabUrl()` functions out of `addMetaData()`
- chore(datasource/crate): Extract `getIndexSuffix()` function and add tests
- feat(pr/body): Fall back to `dependencyUrl` property
- feat(datasource/crate): Assign `dependencyUrl` property
- feat: Add `ember-exam|qunit|mocha` to `packages:jsUnitTest` preset
- feat: Add `ember-template-lint` to `packages:linters` preset
- fix: Fix `semanticCommits` migration code
- feat: Add `group:glimmer`
- feat: Add `@embroider` monorepo
- fix: changelog: Fix `files.length` conditions
- Remove obsolete `futures` dependency
- Update `actix` and related crates
- Remove obsolete `failure` dependency
- Update locked dependencies
- CI: Update Rust version to v1.46.0
- Fix Clippy warnings
- serde: Use `derive` feature instead of extra dependency declaration
- Use `anyhow` for error handling
- Use GitHub Actions for CI
- Cargo.toml: Sort dependencies alphabetically
- Use regular property access instead of `get()` calls
- Use `prettier` for code formatting
- Update `testem` config
- ESLint: Use `babel-eslint` parser
- CI: Remove yarn caching
- CI: Run `lint:js` in dedicated job
- Update ESLint dependencies and config
- Replace deprecated `ember-cli-mocha` with `ember-mocha`
- package.json: Fix `versionCompatibility` option
Created an issue in ember-cli/eslint-plugin-ember that received 3 comments
no-assignment-of-untracked-properties-used-in-tracking-contexts causing false positives in constructor
we have something roughly like this: export default class extends Component { address = null; @reads('address.foo') foo; constructor() { super(...aβ¦
3
comments
1
contribution
in private repositories
Sep 14