-
Behavior observed in `dash==1.2.0` but has probably been present since multi-output support was added, shortly after loading_state, both in `dash==0.39.0`.
Problematic handling of multi-output is h…
-
As requested in the readme. Device `event9` works. Here's `/proc/bus/input/devices`.
The Ergodox presents itself as a keyboard with multiple "layers". It also has mouse keys on one of those layers.…
-
## CVE-2020-28503 - Critical Severity Vulnerability
Vulnerable Library - copy-props-2.0.4.tgz
Copy properties deeply between two objects.
Library home page: https://registry.npmjs.org/copy-props/-/c…
-
# What is the current behavior?
React final form does not swtiche values when field name is dynamically changed during component life, for example if we have:
```js
const { input: { value } } = u…
-
Add the following properties:
- [ ] Add a "conditions" array?¹
- [ ] Add a "options" object?²
---
1) Triggers are defined indpendelty.
But with "conditions" you could create a appeal, that th…
-
### Question
We are using `go-playground/validator` v10 for HTTP request params validation.
We also use custom `TagNameFunc` to translate names to `json` or `query` names from tags.
### Code …
-
Constructs a type consisting of all properties of Type set to required. The opposite of [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype).
```ts
interface Prop…
-
Imagine you have a component `A` that composes component `B` and therefore also accepts the same props as `B`. For example:
``` js
var A = React.createClass({
propTypes: ...,
render: {
retu…
-
### Problem Description
I've add 'custom_field' field in get_fields() function.
function get_fields() {
$fields = array(
'custom_field' => array(
'label' => esc_html__( '…
-
easily could change to use code like just-safe-set, then it will handle nested objects/arrays. Working from the just-safe-set code
### Changes
- new function name/export name: `omit` and dropped …