Mattias

Results 41 comments of Mattias

Would really appreciate it if you would build and publish the .dlls for the dotnetcore2 version.

Found the problem and fixed it in my fork: https://github.com/mattiasw2/marginalia/commit/08bdfed33c0298a4e0e49ecd6c12368d938fe17f I have not made a pull request yet, do you want my -root extension too?

So you are saying that it is treated as text, since Microsoft decided to included the string "xml" in the content type name of a binary format, since .xlsx is...

Just an idea: It might also the symlinks created by "relx -d" that is the problem.

In my case, it happens for Yaws compilation of files. I have not fixed it, it just tells me when it fails. I use embedded yaws. https://github.com/mattiasw2/sync/commit/75ef60964b6f042cbee2321c2d87dd80e02b3356

GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-22 sayid-version says "wrong type argument: sequencep, 0\\.0 \\.15" cider-version says "CIDER 0.15.0snapshot (package: 20170430.816)"

Yes, defining sayid-read-if-string solves it. I think this is related to the Emacs version. Now, also M-x sayid-version works and shows "clj=0.0.15 el=0.0.15"

However, after defining sayud-read-if-string, C-c s t b stops working. I get > sayid-setup-buf: Wrong type argument: listp, "(\"Traced namespaces:\\n 3 / 3 quickshare2.basis.awss3cmds\\n\\n\\nTraced functions:\\n\" ((\"color\" (((\"\" \"\") ((76 (0))))))...

I testing with a new system ubuntu 16.04 + latest emacs (GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2018-01-23, and still have to define (defun sayid-read-if-string (v)...

Why not define sayid-read-if-string if it isn't defined? I assume I can get it by removing the def of sayid-read-if-string, what do you want to know?