-
PSC-S/L/P_01-03_001
Géométrie surfacique :
![image](https://user-images.githubusercontent.com/82100129/222440428-3764fe7d-3f2d-41db-8821-485fca05e022.png)
>
> Motif de points
> • distance hori…
-
Any test like
```cpp
#include
using namespace std;
#define rep(i, a, b) for(int i = a; i < (b); ++i)
#define all(x) begin(x), end(x)
#define sz(x) (int)(x).size()
typedef long long ll;
ty…
-
## Current Behavior
Limits of Consumers in Konnect:
- `username`'s length < 128 and match regex `^[\p{L}\p{N}.\-_~+@/\[\]]+(?: [\p{L}\p{N}.\-_~+@/\[\]]+)*$`
- `custom_id` match regex `^[0-9a-zA-Z…
-
### Backend
VL (CH)
### Bug description
Run test SQL in `GlutenClickHouseTPCHColumnarShuffleParquetAQESuite`
```sql
select LINEITEM.L_DISCOUNT,
PART.P_TYPE,
LINEITEM.L_COMM…
-
### What happened?
Long repeated strings of characters are crashing the server with an error.
> Failed to process regex: `[^\r\n\p{L}\p{N}]?((?=[\p{L}])([^a-z]))*((?=[\p{L}])([^A-Z]))+|[^\r\n\p{L}…
-
PSC-S_07-00_001
![image](https://user-images.githubusercontent.com/82100129/222672673-229bd0ef-5150-469a-8f5e-8b2ffdd37ad7.png)
```
Motif de points
• distance horizontale : 60 pt
…
-
I was trying to write a simple example of wands, and the tutorial does not help at the moment: [link](https://vercors.ewi.utwente.nl/wiki/#magic-wands)
This example does work, so maybe we could rep…
-
**Article:** [Manacher's Algorithm - Finding all sub-palindromes in O(N)](https://cp-algorithms.com/string/manacher.html)
**Problem:**
Below line ->
`p[i] = max(0, min(r - i, p[l + (r - i)])…
-
What shows Argus:
![Image](https://github.com/user-attachments/assets/3b228336-4642-4a5e-9573-08fbf74e9a1c)
The same as text:
```
+--------------------------------------+-----------------------------…
-
# User Story:
As a Metaschema user, I want to use the OSCAL catalog schema to validate my catalog files. I use to validate my catalog against the schema .
However, Python's `re` module, for exa…
Rojax updated
2 weeks ago