-
### The problem in depth
Hi MUI Support,
Is there a way, on copy/paste within DataGrid, to override the row delimiter? It appears the cell delimiter can be overridden but that isn't enough for my …
-
It seems that DELIMITER commands aren't forwarded to the MySQL server properly.
```
DELIMITER $$
DELIMITER ;
```
This is perfectly correct, and runs fine from DBeaver or even the MySQL command li…
-
**Describe the bug**
The delimiter statement in proc import is not highlighted and there is no syntax help.
**Steps to reproduce**
proc import ....;
delimiter=';';
run;
**Expected behavio…
-
**Description**
DDL that have delimiter inside comment fail to parse:
```
CREATE TABLE t (status tinyint COMMENT '1=active; 0=inactive');
```
fails with:
```
2024-09-20T15:18:37.116392Z WARN taki…
-
As far as I can tell, this is not currently possible?
main use case:
`find | jq -R` works
but because filenames can contain newlines that is not safe, so I'd like to use `find -print0`, but jq does …
-
### Describe the bug
I am migrating from Solr to OpenSearch and need to maintain the same analyzer behavior that I had in Solr, where the word_delimiter_graph filter is applied before the synonym e…
-
## What's the problem?
There are many uses of delimiters in the Wordplay programming language for data structures and evaluations (e.g., `[]`, `{}`, `()`). Frequently, however, when writing some co…
-
Hello, v4 has reduced the amount of dependencies of libs. In order to profit optimally I want to try to move to csv only. However I am missing the spot how I can customize the delimiter and or support…
tobhv updated
2 weeks ago
-
Currently the library only allows comma as delimiter. It would be great to have an option to set the delimiter (for instance semi-colon) when initializing.
-
### Reproduction
Run: npx shadcn-vue@latest add sidebar
### Describe the bug
In the example page you're not able to watch the code to try to reproduce the example yourself.
Also when you …