I hereby claim:
- I am jacknoordhuis on github.
- I am jacknoordhuis (https://keybase.io/jacknoordhuis) on keybase.
- I have a public key ASAbo6VtkOF8twN19vycoGWZsu2CL_mtRASrtEtfrHKGdgo
To claim this, I am signing this object:
<?php | |
/** | |
* @name AsyncPoolStartClosures | |
* @main jacknoordhuis\test\AsyncPoolStartClosures | |
* @version 1.0.0 | |
* @api 4.0.0 | |
* @author Jack Noordhuis | |
*/ |
<?php | |
/** | |
* @name TestAsyncPoolInitClosures | |
* @main jacknoordhuis\test\TestAsyncPoolInitClosures | |
* @version 1.0.0 | |
* @api 4.0.0 | |
* @author Jack Noordhuis | |
*/ |
#!/bin/sh | |
PHPSTAN_CONFIG="/pocketmine/phpstan.neon" | |
ROOT_PATH="$PWD" | |
VERSION="4" | |
while getopts "c:p:v" OPTION 2> /dev/null; do | |
case ${OPTION} in | |
c) | |
PHPSTAN_CONFIG="/source/$OPTARG" |
I hereby claim:
To claim this, I am signing this object:
from pymclevel import TAG_Int, TAG_Compound, TAG_List, TAG_String | |
displayName = "EnderChest2Chest" | |
inputs = ( | |
( | |
"Converts ender chests to chests.", "label" | |
), | |
) |
PHP_VERSION="7.3.3" | |
[[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc | |
# | |
# Execute the compile command | |
# | |
phpbrew install -j 12 $PHP_VERSION +neutral -- \ | |
--with-curl="$(brew --prefix curl)" \ | |
--with-zlib="$(brew --prefix zlib)" \ |
<template> | |
<a :href="link" class="text-grey-darkest lg:px-10 px-5 py-12 font-semibold tracking-tight no-underline uppercase">{{name}}</a> | |
</template> | |
<script> | |
export default { | |
name: "welcome-link-component", | |
props: { | |
link: { | |
type: String, |
<?php | |
/** @noinspection ALL */ | |
// @formatter:off | |
/** | |
* A helper file for php-enums, to provide autocomplete information to your IDE. | |
* Generated on 2019-03-02 14:35:54. | |
* | |
* This file should not be included in your code, only analyzed by your IDE! |
<?php | |
namespace jacknoordhuis\example; | |
use pocketmine\plugin\PluginBase; | |
use pocketmine\scheduler\ClosureTask; | |
class RepeatingTaskExample extends PluginBase{ | |
public function onEnable(){ |
diff --git a/compile.sh b/compile.sh | |
index 0b8fc71..95d09c5 100755 | |
--- a/compile.sh | |
+++ b/compile.sh | |
@@ -809,11 +809,10 @@ $HAS_POCKETMINE_CHUNKUTILS \ | |
--disable-xmlwriter \ | |
--disable-cgi \ | |
--disable-session \ | |
---disable-pdo \ | |
--without-pear \ |