Dan Pomohaci
Dan Pomohaci
Hi, I installed Interception and caps2esc on a window 10 pro version 20H2 and after restart the usb and bluetooth mouses stopped working. I tried with a regular usb mouse...
cljstyle splits import statements: ``` clojure (:import (java.text SimpleDateFormat) (java.util Date)) ``` but i would like to be: ``` clojure (:import (java.text SimpleDateFormat) (java.util Date)) ``` I tried with this...
I would like to have the fn body indented only by 1 space. How could I set that in the config file?
Now all rules, corpus and classifiers storage are enbedded in the main functions. In order to implement a db storage a persistent layer shoul be created
For some languages (ro) parse returns duplicated tokens. A workaround is to add a distinct in the analyze function.