easy
Here are 1,080 public repositories matching this topic...
-
Updated
Apr 27, 2022 - TypeScript
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
-
Updated
May 17, 2022 - Python
-
Updated
Jan 19, 2021 - Java
-
Updated
May 17, 2022 - Go
-
Updated
May 18, 2022 - PHP
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
-
Updated
May 11, 2022 - Kotlin
-
Updated
May 17, 2022 - Python
-
Updated
Dec 1, 2021 - PHP
-
Updated
Sep 7, 2020 - Objective-C
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
Describe the bug
While troubleshooting an issue on avo-hq/avo#894 we figured out that the act_on policy method doesn't get applied for the Show view.
Steps to Reproduce
Steps to reproduce the behavior:
1
-
Updated
Apr 25, 2022 - Python
-
Updated
Feb 26, 2022 - C
-
Updated
Nov 30, 2021 - Jupyter Notebook
-
Updated
Dec 11, 2020 - Kotlin
-
Updated
Apr 22, 2022 - Python
-
Updated
Mar 6, 2022 - C#
-
Updated
Mar 24, 2022 - Python
-
Updated
Sep 30, 2021 - C++
-
Updated
May 18, 2022 - JavaScript
-
Updated
May 13, 2022 - Python
based on: https://kafka.js.org/docs/configuration and tulios/kafkajs#298
We may not have the correct settings for the JSConsumer and JSProducer. This issue is to ensure we have them up to date after nodefluent/node-sinek#154 has been merged
Improve this page
Add a description, image, and links to the easy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the easy topic, visit your repo's landing page and select "manage topics."
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-loaderandurl-loaderare de