Yu Zhao
Yu Zhao
Hi, I searched the bashhub code and found the following lines(and maybe something more): ``` rest_client.py:13:from bashhub_globals import BH_URL, BH_AUTH rest_client.py:39: url = BH_URL + "/api/v1/user " rest_client.py:61: url =...
``` Debugger entered--Lisp error: (void-function --each) (--each packages (if (not (package-installed-p it)) (progn (package-install it)))) packages-install((.... init--install-packages() ``` I've tried this on mac(GNU Emacs 25.1.1) and linux(GNU Emacs 24.5), both...
[SOLVED] $ meteor add okland:accounts-phone => Errors while adding packages: While loading package [email protected]_2: error: Command failed: /Users/cmal/.meteor/packages/meteor-tool/.1.4.1.7bxam++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm rebuild --no-bin-links --update-binary ../src/bcrypt_node.cc:54:18: error: no member named 'Dispose' in 'v8::Persistent' callback.Dispose();...
# Please check everything that applies to your issue: - [x] I looked in closed issues and it has not already been answered - [x] My issue appeared with a...
Can the `httpkit` server running with an optional `[ring-proxy](https://github.com/tailrecursion/ring-proxy)`? And make something like `:proxy ["/path", "https://remote.com/path"]` work in the figwheel's config? I am trying to get APIs from another domain/hostname...
redis.clj: ``` (ns proj.redis (:require [celtuce.connector :as conn] [taoensso.timbre :as log] [mount.core :as mount] [proj.global :as g])) (mount/defstate redis-client :start (let [port (get-in @g/config [:port :redis]) connector (conn/redis-server (str "redis://localhost:"...
 Hi, I find `vlf` cannot find the encoding of file and open it with right encoding the same way as GNU Emacs default `find-file`. I can open the same...
I found in clojure-mode `aggressive-indent-mode` is very slow, when I used `cider-connect` to connect to a remote nrepl. ``` Enabled minor modes: Abbrev Aggressive-Indent Async-Bytecomp-Package Auto-Composition Auto-Compression Auto-Encryption Auto-Revert Cider...
How could I create a search field like `DataTables` with this project? Or any ideas about how to create a search plugin to use? Thanks!
The url get response data cut: http://localhost:3000/www/stock/klinedata?stockid=300370.SZ&period=D the original url: https://www.joudou.com/stockinfogate/stock/klinedata?stockid=300370.SZ&period=D The error message are: 2017-05-20 00:19:02,287 [qtp1106269094-16] WARN org.eclipse.jetty.server.HttpChannel - //localhost:3000/www/stock/klinedata?stockid=300370.SZ&period=D clojure.lang.ExceptionInfo: Couldnt' write to stream at clojure.core$ex_info.invokeStatic(core.clj:4617) at...