vijay edwin

Results 29 issues of vijay edwin

defcustom is the workaround I am using https://github.com/Sterlingg/json-snatcher/pull/10

So basically want this feature https://github.com/statmobile/pydoc/blob/master/pydoc.el#L754 however the above requires jedi, while your implementation seems to not require anything which is why I prefer it. I guess it seems odd...

Getting this when running ```clojure (require 'named-re.core) CompilerException java.lang.IllegalArgumentException: No matching method: readDelimitedList, compiling:(reader_macros/core.clj:96:5) ``` __strack trace__ 2. Unhandled clojure.lang.Compiler$CompilerException Error compiling reader_macros/core.clj at (96:5) Compiler.java: 6875 clojure.lang.Compiler/analyzeSeq Compiler.java: 6669...

this fixes the errors i'm getting for ``` Caused by: clojure.lang.ArityException: Wrong number of args (12) passed to: taoensso.timbre/-log! at clojure.lang.AFn.throwArity(AFn.java:429) at clojure.lang.AFn.invoke(AFn.java:82) ``` ## alternate approaches I tried excluding...

**Describe the bug** A clear and concise description of what the bug is. The docker build step fails without much an error, I've made a simplified build command (https://github.com/vxe/clasp/wiki )...

bug

from the command line VLC can start a track at a specific point ``` /Applications/VLC.app/Contents/MacOS/VLC --start-time 5 --end-time 20 9A\ -\ 160\ -\ Euphoria.aif ``` can this be hooked into...

enhancement

equivalent in python: ``` for i in GENERATOR_OBJECT: print(i['output']) ``` thanks in advance

something in the spirit of https://pypi.org/project/latex2sympy2/ ? may consider working on something of this sort once I get up to speed on SICM