Bahman Movaqar

Results 21 issues of Bahman Movaqar

hey 👋 running `helm-lsp-workspace-symbol` or `helm-lsp-global-workspace-symbol` invariably fails with `Error processing message (wrong-type-argument stringp nil).` as i type the symbol name. i'm using emacs-27.2 with helm, projectile and company. what...

is there a reason why the symbols `(:some :every :notany :notevery)` are not `export`ed? https://github.com/slburson/fset/blob/69c209e6eb15187da04f70ece3f800a6e3cc8639/Code/defs.lisp#L32

PersianUtils should be able to convert SimpleDate into Words. For example: SimpleDate(1392, 3, 3) is سوم خرداد یک هزار و سی صد و شصت و یک

:bulb: idea
✅ enhancement

Depending on the operating system and the keyboard layout, for some certain characters there are slight variations which look very similar to the Persian character but are from other languages....

:bulb: idea
✅ enhancement

Should [Joda-Time](http://www.joda.org/joda-time/) replace `java.util.Date` and `java.util.Calendar` in `SimpleDate`? What are the pros and cons of using Joda-Time?

enhancement
question

Should `DateConverter` provide implicit conversions `java.util.Date String` out of the box? Or should it leave it to users?

❓ question
✅ enhancement

Hey 👋 I'm trying to debug a Scala/SBT application using a custom template as below: ```lisp (dap-register-debug-template "My Scala Attach" (list :type "scala" :request "attach" :name "My Scala Attach" :hostName...

First off, great work! --- It'd be very helpful if there were general documentation which helped map the theory and concepts to the class hierarchy or the main facades. That...