(not (null nil))

Results 21 issues of (not (null nil))

Example ``` (ql:quickload '(:weblocks :weblocks-ui :weblocks-navigation-widget)) (defpackage todo (:use #:cl #:weblocks-ui/form #:weblocks/html) (:import-from #:weblocks/widget #:render #:update #:defwidget) (:import-from #:weblocks/actions #:make-js-action) (:import-from #:weblocks/app #:defapp) (:import-from #:weblocks-navigation-widget #:defroutes)) (in-package todo) (defapp tasks...

When visit something like `127.0.0.1/a%20a` it will give error like this: `There was an error processing your request: Parse error:URI "/a a" contains illegal character #\ at position 2.%` It...

See [this](https://github.com/fukamachi/clack/blob/f22b36123a32146c4a2584bc97c95d5c9fdc8b12/src/handler/wookie.lisp#L112): > ``` > (list > ... > :path-info (quri:url-decode (uri-path quri) :lenient t) > ... > ) > ``` :path-info will be `"/calculator/3/2"` for `"http://www.franz.com/calculator/3%2f2"` But what I...

Hi, everytime I run `rustic-cargo-build/run/test...`, emacs give something like: ``` error in process sentinel: rustic-compilation-sentinel: Wrong type argument: number-or-marker-p, nil error in process sentinel: Wrong type argument: number-or-marker-p, nil ```...

Btw, could you tell me where to find documentation on regexp like "\\s", I have headed into gnu emacs manual but found nothing.

Code in C: ``` XChangeProperty(disp2, root2, prop_root, XA_PIXMAP, 32, PropModeReplace, (unsigned char *) &pmap_d2, 1); ``` How to do this in clx? I tried something like this: ``` (setf *pixmap*...

Hi I came from McCLIM, where I found I can't use fcitx to switch input method to input Chinese. And I found that McCLIM is using CLX as backend, so...

when visit / (using demo from [here](wookie.lyonbros.com/)), you will see the following error from your browser: ``` There was an error processing your request: The value NIL is not of...

1.能否在应用刚启动的时候不联网呢 先提醒用户“解锁”,然后用户确认解锁之后再联网 2.既然都登录了那能不能搞个收藏呢 3.分享那里或许可以把“share”改成“copy”,点了之后等了好几秒弹窗[捂脸] 作者加油!(o^^)oo(^^o)

app-i18n/fcitx-rime-9999:5/5::gentoo-zh 依赖 rime-prelude,但这个包好像被删了,我在仓库里没有找到。