Yashu Mittal

Results 156 issues of Yashu Mittal

The API needed to test is `/v1/users/profile` (updateProfile) controller.

good first issue
area:tests
area:test:integration

Link to MDN [API Docs](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).

area:frontend
hacktoberfest-accepted
refactoring
difficulty:easy

## What is the purpose of this pull request? - [x] New Icon - [ ] Bug fix - [ ] New Feature - [ ] Documentation update - [...

🎨 icon
🫧 metadata

Try running `yarn test` in https://codesandbox.io/s/optimistic-maxwell-l1dmx?file=/tests/test.spec.js

v0

Not able to see the screenshot in the README.md file.

I ran the `rails s`, then this started showing up. ![image](https://user-images.githubusercontent.com/29014463/31290694-0c6f3386-aaeb-11e7-90f1-fb86528c4cc9.png) Nothing showed up in the file `terminal.glue`. But when the run the command again `rails s`. Then it shows...

Here's the configuration ```js use: 'gridsome-plugin-rss', options: { contentTypeName: 'Post', feedOptions: { title: 'Test', feed_url: 'https://example.com/rss.xml', site_url: 'https://example.com' }, feedItemOptions: node => ({ title: node.title, url: 'https://example.com' + node.path, author:...

`.github/workflows/label.yml` ```yml name: Remove label on PR merge on: pull_request: types: [closed] jobs: build: runs-on: ubuntu-latest steps: - uses: andymckay/[email protected] with: repo-token: "${{ secrets.GITHUB_TOKEN }}" remove-labels: "work in progress, ready...

How to set the remote as upstream? ![image](https://user-images.githubusercontent.com/29014463/31247522-77dd78b6-aa2e-11e7-91ad-daa0afbc1c65.png)

**Is your feature request related to a problem? Please describe.** No. It is a feature request. We can define a bunch of themes globally from which the user can select...

area: ux
pinned