-
### Description
When importing products via the FeedMe plugin, slugs with special characters are not converted to ASCII, even though the `limitAutoSlugsToAscii` configuration is set to `true`. This…
-
### Describe the bug
DataFusion's initcap behaves differently than Spark's. While both do "upper-case the first letter of each word and lowercase others", Spark considers as words anything separated …
-
^ caret means control key
uppercase lettes cannot be entered with control key
issue 1
no of these can be entered from k/b both interactively nor in a file
^E edit a definition
^H backspace
^L …
-
NCPA 3.1.1 on Windows Server 2019
- Using the web GUI and looking at api/services results in three-dots and no service content loading
- In Nagios, the following status is returned for all service r…
-
bm25s.BM25 save and load methods crash as they generate / load json files with non-ASCII characters.
This can be fixed with something like:
bm25s.BM25.save method:
```python
with open(vocab_pa…
-
## Description
In Windows 11, if one starts a session by opening a folder whose path includes non-ascii characters, , e.g. "A", then JupyterLab cannot open the folder and open the `condabin` …
-
Hello,`
Issue: "Malformed String" with Non-ASCII Characters in Numeric or Timestamp Fields on Firebird Database
This issue occurs in any version of Firebird when using non-ASCII characters in a …
-
### Enhancement Description
- One-line enhancement description (can be used as a release note): Allow special characters in environment variables
- Kubernetes Enhancement Proposal: https://github.…
-
The Ringboard EGUI client is not displaying i18n characters correctly, resulting in garbled text or missing characters in the UI. This issue affects users using languages with non-ASCII characters, su…
-
parser = trt.OnnxParser(network, trt_logger)
parse_valid = parser.parse_from_file(onnx_model)
When I used the above two lines of code to parse the onnx model path with Chinese, I kept reporting error…