Skip to content

Instantly share code, notes, and snippets.

angle
armoire
banc
bureau
cabinet
carreau
chaise
classe
clef
coin
@borisguery
borisguery / INSTALL.md
Last active July 4, 2017 09:43
Disque install and systemd service configuration
$ cd /tmp
$ git clone https://github.com/antirez/disque.git
$ cd disque/
$ make
$ make test
$ sudo make install
$ sudo useradd -M -r disque
$ mkdir /etc/disque/
$ cp disque.conf /etc/disque/
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0</real>
@borisguery
borisguery / api_errors.md
Last active February 20, 2018 10:28
HTTP Cache API Doc

Errors

There are currently 3 types of errors:

  • Server errors
  • Client errors
  • Forms validations errors

The Error object