The discord.js interactions PR has been merged, and d.js master (v13 dev) now has proper support for slash commands!
Official resources:
The discord.js interactions PR has been merged, and d.js master (v13 dev) now has proper support for slash commands!
Official resources:
| -Xmx2048m | |
| -Xss256k | |
| -XX:+UseG1GC | |
| -XX:InitiatingHeapOccupancyPercent=65 | |
| -XX:G1HeapRegionSize=16m | |
| -XX:MaxGCPauseMillis=100 |
| MIT License | |
| Copyright (c) 2018 Noel Bundick | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable | |
| sudo apt-get update | |
| sudo apt-get -y upgrade | |
| sudo apt-get install golang | |
| # Usually this is good to install golang, but alas the apt-get repo is usually out of sync with the latest. |
The standard names for indexes in PostgreSQL are:
{tablename}_{columnname(s)}_{suffix}
where the suffix is one of the following:
pkeyfor a Primary Key constraint;keyfor a Unique constraint;exclfor an Exclusion constraint;idxfor any other kind of index;
| # ref http://stackoverflow.com/questions/3297196/how-to-set-up-a-squid-proxy-with-basic-username-and-password-authentication | |
| # first install apache: | |
| # $ sudo apt-get install -y apache2-utils | |
| # add these five lines to /etc/squid3/squid.conf | |
| auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/passwords | |
| auth_param basic realm proxy | |
| acl authenticated proxy_auth REQUIRED | |
| http_access allow authenticated | |
| http_port 3128 # or whatever you like |
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/