Skip to content
#

easy

Here are 1,070 public repositories matching this topic...

SimenB
SimenB commented Mar 1, 2022

🚀 Feature Proposal

https://jestjs.io/docs/asynchronous

It currently says "The most common asynchronous pattern is callbacks." This is wrong. We should put promises at the top, and callbacks last. We should probably lift up async-await as well, before the example returning promises.


If you want to work on this, please state so in this issue so not multiple people start working

undsoft
undsoft commented Jan 10, 2022

Description

Given the following component dom:

<div class="group1">
  <muh-component></muh-component>
  <muh-component></muh-component>
</div>
<div class="group2">
  <muh-component></muh-component>
  <muh-component></muh-component>
</div>

There does not seem to exist a concise way to query for component instances within a group of MuhComponent using `spectator.query(M

avo
adrianthedev
adrianthedev commented Feb 17, 2022

Feature

When a resource has a lot of fields and the edit form view is very long, it can be easy to forget to scroll back up to the top to hit save. It would be nice if resources had a configuration option that allowed for optionally displaying the save button at the bottom of the form as well.

  • **As a bonus, it might
enhancement good first issue

AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy

  • Updated Mar 14, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the easy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the easy topic, visit your repo's landing page and select "manage topics."

Learn more