-
Consider this function:
```clojure
(schema.core/defn foo :- s/Uuid
[bar :- s/Int])
```
It uses the plumatic schema library.
This is the result of `lsp-describe-thing-at-point`:
```
m…
-
Currently partial application is implemented as follows:
1. Natives magically implement as one-offs, using Pact.Eval `apply`,`apply'`
2. the typechecker relies on the type signature of the consumin…
-
I have searched open and closed issues for duplicates.
## Feature
A quick way to cd to the directory containing the current document would be useful.
**Describe the solution you'd like**
Add …
-
I have found that the default error printing is very hard to parse and in many cases completely omits important information. As a result I have found myself having to manually eval `*e` every time I w…
-
Is it possible to dedicate a window to _not_ display windows of a certain mode/ modes? Right now I have 4 windows. 2 are dedicated to Clojure, 1 is dedicated to Cider REPL and 1 is not dedicated (gene…
-
Functions that involve multiple calls to `print`, `println`, `(.Write ^TextWriter w "bla")`, etc – basically anything that writes to `*out*` in multiple steps – are prone to print to the emacs repl in…
-
Environment: Dell XPS 15 (L502X), Intel Core i7, 6GB, 750GB, Lubuntu 12.04 AMD64.
Steps to error:
(1) New Git clone for project
(2) cd sketchpad
(3) lein deps
(4) lein run
Symptom:
Compiling sketchp…
-
Abstract representation meaning (AMR) is a semantic representation of the meaning of a sentence
```
(w / want-01
:arg0 (b / boy)
:arg1 (g / go-01
:arg0 b))
```
It would be useful ha…
-
So I'm trying to write tests for the `Interpreter` "routing" system, which is the cascade of recognizers that send items on the `:exec` stack to the appropriate other stacks.
At the moment [this is t…
-
(Is this the only way to post a comment?)
Hi Tim,
Thanks for the code. Just three short and beautiful functions! (I still don't fully understand how the lazy seq thing works.)
I notice you also …