-
I'm using the "form" mode to allow users to values in json data. The data is also validated with a json schema.
For some data/schemas the users would need to add or remove array elements.
Is it po…
-
Past thoughts:
* https://github.com/qt4cg/qtspecs/issues/826#issuecomment-1821359131
* https://github.com/qt4cg/qtspecs/issues/1456#issuecomment-2358257374 ff.
Copied from Michael:
> It would …
-
### Discussed in https://github.com/uncrustify/uncrustify/discussions/4329
Originally posted by **ingDIY** June 20, 2024
Hello!
I would like to format an array initialization uncrustify give …
-
We need at least:
- indices on the C++ side
- a vector array view on the C++ side
- the vector array interface on the C++ side
- one implementation (say list-based) on the C++ side
Possible fol…
-
You are given a sorted array consisting of only integers where every element appears exactly twice, except for one element which appears exactly once.
Return the single element that appears only on…
-
### LeetCode Username
smahar_
### Problem Number, Title, and Link
3011. Find if Array Can Be Sorted
### Bug Category
Problem description
### Bug Description
The problem description does not sta…
-
It has been reported that some tools that convert OpenAPI schemas to JSONSchema have an issue converting example to examples.
https://github.com/ESA-EarthCODE/open-science-catalog-metadata/issues/2…
-
### 🔎 Search Terms
filter + typeguard + control flow + strictNullChecks
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entr…
-
#include
#include
#include
#include
void checkDifference(std::stack &s) {
if (s.size() < 4) {
throw std::invalid_argument("The stack has fewer than 4 elements.");
}
…
-
Bonjour :-)
I think there are two options:
* adding "numpy < 2" in the requirements
* applying the "np.ptp(array)" fix (1 place + 1 mention in a docstring) and forcing "numpy > 2" in the requi…