Vladilen Kozin
Vladilen Kozin
Hi Bogdan. I wonder if [this logic](https://github.com/Bogdanp/deta/blob/master/deta-lib/query.rkt#L99-L101) ought to be reconsidered. What happens when you insert an entity into SQLite? You simply query for the last inserted row-id and update...
``` clojure (i/parser {:foo (cat (string "foo") "." (string "bar"))} :start :foo) ;; => ;; IllegalArgumentException No matching clause: instaparse.cfg/seq-nt (cfg.clj:236) ;; followed by unhelpful stack ``` You can easily...
## Expected behavior `cider-load-buffer` should report any top-level exceptions ## Actual behavior `eval-last-sexp` on e.g. `(cons 1 2)` will correctly report an error, while `cider-load-buffer` with the same expression at...
Hey Greg. This is a weird one which I'm not entirely sure how to report or reproduce reliably. Perhaps you'll be able to think of where the problem might be...
Would be nice to have _eldoc_ show something helpful when it comes to Racket macros. Probably impossible in general maybe there're some reasonable cases that we could cover. Example: ```...
This is more of a **heads up** for anyone attempting to write extensions in ClojureScript. Your sourcemaps, although correctly generated and present won't load. Will manifest as Warnings in Console...
Was experimenting with outlines and noticed that *lispy-outline* related functions didn't work at all. I would add a bunch of headers and try *lispy-tab* (**i**) on them and get errors...
Could you clarify and expand what the `upgrade` verb in the following statement from [Custom transformations with .transform_sql](https://sqlite-utils.datasette.io/en/stable/python-api.html#custom-transformations-with-transform-sql) means, please? > The .transform() method can handle most cases, but it...
Use `Info-additional-directory-list` which is way more reliable and in fact recommended in Emacs docs. Initialising Info pages from `Info-default-directory-list` can very easily by overwritten by other machinery (say if you...
@indutny throwing when rule not found appears to change semantics and break things. No idea why and I can't give you a small enough case. Returing false is what it...