-
Currently we have a plan endpoint that syntactically validates the query, however there are many ways a user can create a valid query that is most obviously not what they had intended. We need an end…
-
hi,
Going through the code of raven.sc I've noticed that two different are used when closing s-expressions
```
(if bla
(do this)
(do that))
```
vs.
```
(if bla
(do this)
(do th…
benkb updated
5 years ago
-
It can take both [``](https://drafts.csswg.org/css-conditional-3/#typedef-supports-condition) and ` : `. The former represents a wider set of values that includes the set from the latter, which does n…
-
We allow defining PLpgSQL variables with any concrete type, including composite types. This works in some cases:
```
root@localhost:26257/defaultdb> CREATE OR REPLACE PROCEDURE foo() LANGUAGE PLpgSQ…
-
It would be nice to have "highlighting" of matching braces/brackets/parentheses in the Julia REPL. The highlighting can be done either by showing up the braces in different colors (like in emacs or vi…
-
Common in Wikipedia links.
Example: From link is recognized as `https://en.wikipedia.org/wiki/Join_`.
-
### System details
RStudio Edition : Desktop
RStudio Version : Version 2023.12.0-daily+221
OS Version : Mac
R Version : 4.3.1
### Steps to reproduce the problem
…
-
The following code is giving me `Unnecessary parens`
```
test : Bool
test =
(if True then
identity
else
identity
)
True
```
-
Sometimes unbalanced parens cause the "lein-cljsbuild auto" process to crash with an NPE, and I have to restart the process.
``` clojure
(on $body :click :#a nil
(fn [e]
(log "test";;)
…
-
Very minor regression in rescript@11:
```rescript
"foo"->Js.log(_)
```
will be formatted to
```rescript
"foo"->(Js.log(_))
```
Doesn't cause any issues outside of just being inconsiste…