Nic Ferrier

Results 32 issues of Nic Ferrier

I was having problems with RETURNING statements (like an INSERT returning the id of the created row) but it turned out that it was just a problem with async notifications...

When I try and register with chishop I get a failure: > > > > > Traceback: > > > > > File "/home/nferrier/chishop/parts/django/django/core/handlers/base.py" in get_response > > > >...

I am trying to implement a proxy with http-kit but it seems the client is not very async, only the connection? I'm doing something like this: ``` (http-client/get url {:as...

question/usage
client

Are the docs wrong on parameters? for example: https://github.com/crystal-lang/crystal-db/blob/437f8c39eccc82628223eff965d740fd3389499a/src/db/query_methods.cr#L67 I'm using 0.4.1 shard and had to use $x (eg: $1) for params and not ?. Is this right or am...

duplicate

It seems like quite a lot of functionality is embedded in Shape but there doesn't seem to be any docs for it! I've looked in Container elements... it's not in...

I don't want it to echo what I send.. I've got something like: ``` (ssh/with-connection nic-sesh (let [ch (doto (ssh/shell-channel nic-sesh) (.setPty true)) in (.getInputStream ch) out (.getOutputStream ch)] (ssh/with-channel-connection...

Does it work with latest elnode? (this is really cool by the way)

First off, this is a brilliant brilliant tool. I really love it. Second, I'd really like a way to just download all my gists and keep them locally (in my...

feature

First - this is very cool. Good job. Summary ask: can you expose the parser API somehow so it's possible to parse a response and update a response.body to stop...

The point of this is to allow evaling lisp safely. We currently do not have an eval. Erbot's is just: ``` (defun fsi-eval (expr) (eval (erblisp-sandbox expr))) ``` which makes...