Davide Taviani

Results 18 issues of Davide Taviani

After messages are trashed, there is currently no way to proceed to a real deletion. Trash looks just like a tag. Mentioned also in #933

Bugs
Back End
Privacy / Security

Rendered Markdown can easily be printed (it's HTML after all). It would be great to have the capability of printing directly on the page.

:octocat: enhancement
medium :hurtrealbad:

### What version of Datahike are you using? 0.4.1478 ### What version of Java are you using? openjdk version "11.0.10" 2021-01-19 ### What operating system are you using? MacOS ###...

bug
triage

Reader conditionals [are only valid](https://clojure.org/guides/reader_conditionals) in `.cljc` file, so we should get a warning when using them somewhere else.

enhancement
PR welcome

![CleanShot 2021-01-05 at 17 12 26](https://user-images.githubusercontent.com/283733/103669980-4e67e180-4f79-11eb-8f66-d748487dc02d.gif) Killing should only affect text **after** the cursor

From the [relevant thread on slack](https://nextjournal.slack.com/archives/C16N1JCQ4/p1601018861051700) ```clojure (print "AAA" | ) ``` If cursor is at `|`, when i press `)` on my keyboard, i expect it to become: ```clojure...

Assume `(foo "|bar")` (where `|` denotes the cursor). - in my REPL, pressing Meta-S: `(foo bar)` - in clojure-mode, `foo "bar"`

bug

Remove distinction between clj and cljs as we're already in the clj branch

The newer version of clj-time supports tagged literals for clj-time/date-time. Fixes #27

If I have in my ring configuration ```(assoc-in site-defaults [:session :store] (cookie-store {:key "a very secret cookie key"}))``` I get the error: ``` java.lang.RuntimeException: No reader function for tag object...