Skip to content
#

easy

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

Mikilll94
Mikilll94 commented Mar 7, 2022

Version

docs

Steps to reproduce

This page in the docs about Webpack is completely outdated:
https://jestjs.io/docs/webpack

The syntax for loaders looks really strange and it probably originates from Webpack 2 or 3 (?) . In Webpack 4+ the syntax is completely different.

Additionally in Webpack 5 (which is present for about 1.5 year), the file-loader and url-loader are de

Telokis
Telokis commented Oct 15, 2021

What is the proper way to update a specific value inside an array without knowing its index?

I'm migrating to Valtio and I was doing it like so:

        receivedSpellReducer: (
            state: SpellState,
            payload: SerializedSpell,
        ): SpellState => ({
            ...state,
            spells: state.spells.map((spell) =>
                spell.id === payload.id
documentation good first issue help wanted
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
Sweex99
Sweex99 commented Jul 5, 2022

Context

How Can i remove 'Go Back' and 'Cancel' buttons for specific resource? Like self.show_back_button = true and self.show_cancel_button = true. And can i remove index page for some resources (only - :show, :edit, :create)?

System configuration

Avo version: 2.9.1

Rails version: 7.0.1

Ruby version: 3.1.2

License type (Community or Pro): Community

enhancement help wanted 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 Jul 4, 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