-
We have an open PR (#29216) deprecating `word_delimiter` filter in favour of `word_delimiter_graph` filter. Similarly, we also have `synonym` and `synonym_graph` filter, the first of which ought to b…
-
## Is your feature request related to a problem?
When using CodableCSV to load user-provided CSV files, one currently needs to ask the user which field delimiter is used in their file.
## Describe…
-
not sure what this means but moving this to issues to track @DaDevFox
-
# Summary
The delimiter is not processed correctly when there is no space after the delimiter, as observed when using the spd-sya -w "hello,this,is,a,test" command.
# Steps to Reproduce
+ gen…
-
Implementation issue for https://github.com/microsoft/cadl/issues/789
* Delete trailingDelimiterIsValid, and behave as though it was always true.
* Add parser tests for all cases.
* Add formatter…
-
Example:
```go
r.Get("/{name}.json", ...)
// Request: GET /1.0.json
```
This fails because of (how I think) the routing algorithm works. For `{name}.json` the first character after the placeh…
-
### Definition of Ready
- [ ] Does this meet the INVEST criteria?
- [ ] Does this have a clearly defined user?
- [ ] Does this have an estimate?
- [ ] Does this have acceptance criteria?
- [ ] Does th…
-
Was happy with:
Set chainIds = new Set();
if (chainOfIdsStr != null && chainOfIdsStr.trim().length() > 0) {
chainIds.addAll(chainOfIdsStr.split(Constants.RPG_ID_CHAIN_DELIMITER));
}
wh…
-
### Prerequisites
- [X] I have searched the repository’s issues and [Kinde community](https://thekindecommunity.slack.com/archives/C04K316BXEH) to ensure my issue isn’t a duplicate
- [X] I have check…
-
I need to add a custom delimiter for a search engine menu i'm adding. it requires +, and im not sure how to do that