Stephen Paul Weber
Stephen Paul Weber
Normally I would expect `any []` to be `false`, that is, there does not exist an item matching the condition since there are no items. I'm curious, then, why the...
https://github.com/iNPUTmice/Conversations/blob/0fc191d0040e02fd809e4a634f77784b50ebd236/src/main/res/values/about.xml#L55 lists the icons as CC-BY but they have been Apache2 in upstream for some time.
* Version of collectd: 5.12.0 * Operating system / distribution: Debian * Kernel version (if applicable): 5.10.0-9-rt-amd64 ## Expected behavior There should be a way to set Prometheus labels for...
I'm using Capistrano and Rake with Rails3 and rake-rails. I've narrowed the error down to happening when it gets to defining the cap task for Rake's `db:fixtures:load` ``` /mnt/cache/var/lib/gems/1.9.1/gems/capistrano-2.12.0/lib/capistrano/configuration/namespaces.rb:97:in `task':...
Would be nice if instead of self-signed there was an `sslfie ca` command to make a local CA and then use that for further invocations so all certs are signed...
The UI seems to want to search local directories now instead...
Movim will "ring" and allow to refuse or reply to the phone call, but the proceed or reject message never makes it back to the caller if the have a...
## Summary Purescript is an indentation-based syntax, similar to Haskell. It would therefore be useful to be able to indent code using the character set aside for this purpose, which...
I'm currently doing this: ``` (define old-prompt (current-prompt-function)) (define (my-prompt #:last-return-value [last-ret #f] #:last-return-index [last-ret-n 0]) (printf "\033]0;~a\007" (path->string (current-directory))) (old-prompt) ) (current-prompt-function my-prompt) ```
This allows eg the readline vi mode move # to effectively save current line to history without running it as it would in bash.