I hereby claim:
- I am viluon on github.
- I am viluon (https://keybase.io/viluon) on keybase.
- I have a public key ASC2cjxCPwVY677g4EHdpqUpshoT8smPCDaI59Lrx_SK9wo
To claim this, I am signing this object:
| local upvalue = {} | |
| local x = {} | |
| local ns = {} | |
| local index = 1 | |
| function ns.inner() | |
| return upvalue() | |
| end |
I hereby claim:
To claim this, I am signing this object:
| FROM archlinux:20200205 AS arch-ghc-build-env | |
| RUN pacman -Syu --noconfirm | |
| RUN pacman -S --noconfirm git base-devel go python python-sphinx libedit numactl exa | |
| # use all possible cores for subsequent package builds | |
| RUN sed -i 's,#MAKEFLAGS="-j2",MAKEFLAGS="-j$(nproc)",g' /etc/makepkg.conf | |
| # don't compress the packages built here | |
| RUN sed -i "s,PKGEXT='.pkg.tar.xz',PKGEXT='.pkg.tar',g" /etc/makepkg.conf | |
| # set up the packager user |
| // Cloudflare supports the GET, POST, HEAD, and OPTIONS methods from any origin, | |
| // and allow any header on requests. These headers must be present | |
| // on all responses to all CORS preflight requests. In practice, this means | |
| // all responses to OPTIONS requests. | |
| const corsHeaders = { | |
| 'Access-Control-Allow-Origin': '*', | |
| 'Access-Control-Allow-Methods': 'GET,HEAD,POST,OPTIONS', | |
| 'Access-Control-Max-Age': '86400', | |
| }; |
| --[[-- | |
| LibDeflate 1.0.0-release <br> | |
| Pure Lua compressor and decompressor with high compression ratio using | |
| DEFLATE/zlib format. | |
| @file LibDeflate.lua | |
| @author Haoqian He (Github: SafeteeWoW; World of Warcraft: Safetyy-Illidan(US)) | |
| @copyright LibDeflate <2018> Haoqian He | |
| @license GNU General Public License Version 3 or later |
| source_url "https://raw.githubusercontent.com/cachix/devenv/95f329d49a8a5289d31e0982652f7058a189bfca/direnvrc" "sha256-d+8cBpDfDBj41inrADaJt+bDWhOktwslgoP5YiGJ1v0=" | |
| use devenv | |
| unset PS1 |