-
```
Duplicating a table isn't currently a threaded action, even when duplicating
content. In addition, the insert might benefit from disabling keys on the new
table until the insert is complete - t…
-
Failing is the right thing to do but the exception could clarify the source of the problem. Today it just throws an UnsupportedOperationException with no error message because of a call to PositiveInt…
-
I have a situation where I don't know the target struct and hence decode into a map. This will create duplicate keys if input has multiple types of key case. It would be helpful if I could deduplicate…
andig updated
2 years ago
-
Getting this warning
Encountered two children with the same key, `[object Object]`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause child…
-
### Clear and concise description of the problem
Hi!
I'm using vue-i18n for my Nuxt project, and be used to use react-i18next for my React Native app. And I faced a significant difference between th…
-
TS and RA2 are (in most cases) case-sensitive when it comes to parsing INI sections. For example, `[Rock]` and `[ROCK]` are identified as different types. WAE incorrectly treats these as duplicates an…
-
**Github username:** --
**Twitter username:** GitTopStar
**Submission hash (on-chain):** 0x1a4da8df612ccaedc28dfa2133f0df249465e14430c1d8720ddb9e6a1d2b8db8
**Severity:** medium
**Description:**
**De…
-
Both these classes have logic to parse dictionary keys. To me it looks duplcated and yet slightly different. Check and remove duplication if possible.
-
A suggestion;
splitting `Kokkos::sort` into the functions `offset_type get_permute_vector(view_type)` and `void sort(view_type, offset_type)`.
Reason being that sorting of 1-n views using one array …
-
Storage function `add_e2e_one_time_keys` claims that it raises an error when one tries to insert a key that already exists in the db. This makes a call to `/keys/upload` fail if one of the keys in the…