vijay edwin

Results 29 issues of vijay edwin

``` (yaml:emit-to-string (alexandria:alist-hash-table '((:a . 1) (:b . 2)))) ``` results in ``` There is no applicable method for the generic function # when called with arguments (:B #). [Condition...

for me at least the current ```elisp (defun geeknote-create-old (title) "Create a new note with the given title. TITLE the title of the new note to be created." (interactive "sName:...

```clojure (parse-org "1. maybe 2. some lists? ") {:title nil, :headers "", :content [:div [:p "1. maybe 2. some lists?\n"]]} ```

## Expected behavior `sp-kill-hybrid-sexp` implemented for julia and allows killing of function definitions and control structures here are examples of the use main usages of the language: https://juliabyexample.helpmanual.io/#Hello-World ## Actual...

Could this code base be used/modified to access a on-prem install of stack overflow? https://stackoverflow.com/enterprise

as mentioned here: https://github.com/owainlewis/clojure-mail/issues/66 the issue appears to be with `javax/mail/mailapi/1.4.3` and the exception is ``` Caused by: java.lang.RuntimeException: Unable to find static field: SIZE in class javax.mail.FetchProfile$Item at clojure.lang.Util.runtimeException(Util.java:221)...

Hello, this is a very interesting project, curious if there was a way to configure tab completion over an ssh session for commands on the remote machine's PATH thanks!

``` user=> (require '[abclj.quicklisp :refer [quickload]]) nil user=> (quickload :trivial-http :drakma) Execution error (UnhandledCondition) at abclj.java.AbcljUtils$2/execute (AbcljUtils.java:70). Unhandled lisp condition: Cannot probe a wild pathname as a directory. ``` anyway...

how to prevent this, outside of converting all values to strings prior to parsing? ```clojuren app.core> (yaml.core/parse-string "sofware_version: 20180510.001" ) #ordered/map ([:sofware_version 2.0180510001E7]) ```

here: https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L30 https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L39 https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L40 docs: > Please note that there are a number of scenarios in which add-dependencies will not work, or will not work as you'd expect. Many of...