type messageBody = {
message: string,
input: string
};
type response = {
statusCode: int,
body: Js.Json.t
};
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl req -x509 -out localhost.crt -keyout localhost.key \ | |
-newkey rsa:2048 -nodes -sha256 \ | |
-subj '/CN=localhost' -extensions EXT -config <( \ | |
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: /Users/darren/Sites/site/node_modules/sharp: Command failed. | |
Exit code: 1 | |
Command: (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy) | |
Arguments: | |
Directory: /Users/darren/Sites/site/node_modules/sharp | |
Output: | |
info sharp Detected globally-installed libvips v8.5.7 | |
info sharp Building from source via node-gyp | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#kill cache | |
<FilesMatch "\.(html|htm|js|css)$"> | |
FileETag None | |
<ifModule mod_headers.c> | |
Header unset ETag | |
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" | |
Header set Pragma "no-cache" | |
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" | |
</ifModule> | |
</FilesMatch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.animate { | |
-webkit-animation-duration: 0.5s; | |
-webkit-animation-timing-function: ease; | |
-webkit-animation-fill-mode: both; | |
-moz-animation-duration: 0.5s; | |
-moz-animation-timing-function: ease; | |
-moz-animation-fill-mode: both; | |
-ms-animation-duration: 0.5s; | |
-ms-animation-timing-function: ease; | |
-ms-animation-fill-mode: both; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"font_face": "Monaco", | |
"font_size": 12.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["ctrl+,"], "command": "move", "args": {"by": "subwords", "forward": false} }, | |
{ "keys": ["ctrl+."], "command": "move", "args": {"by": "subword_ends", "forward": true} }, | |
{ "keys": ["ctrl+shift+,"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} }, | |
{ "keys": ["ctrl+shift+."], "command": "move", "args": {"by": "subword_ends", "forward": true, "extend": true} }, | |
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }, | |
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} }, | |
{ "keys": ["ctrl+'"], "command": "move_to", "args": {"to": "eol"} }, | |
{ "keys": ["ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true} }, |
Biraj: Darren, I will be setting up your services on your account now. I will personally make sure that the account is set up correctly the way you want it to be. While waiting, may I ask you a few questions to make sure that we get you in the right package that suits your needs?
DARREN: I think I'm fine with the package I selected
Biraj: I understand your concern. However we have some great offer for our existing customer.
DARREN: ok let's see what you got then, but I'm not interested in any phone services
Biraj: Okay.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
DocumentRoot "/home/desktop/data/code/public" | |
ServerName dev.lebuy.co.id | |
<Directory /home/desktop/data/code/public> | |
Options +Indexes +FollowSymlinks | |
Order allow,deny | |
Allow from all | |
AllowOverride all | |
</Directory> | |
</VirtualHost> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Support files install directory [/usr/local/phpfog]: Path to install PF executable [/usr/local/bin]: PHP Warning: fopen(php://stdin): failed to open stream: operation failed in - on line 87 | |
PHP Warning: fgets() expects parameter 1 to be resource, boolean given in - on line 87 | |
All settings correct for using PF. | |
Cloning pf repo to /usr/local/phpfog/pf | |
Permission denied (publickey). | |
fatal: The remote end hung up unexpectedly | |
PHP Warning: symlink(): No such file or directory in - on line 182 | |
Installation is complete however the following issue(s) may prevent pf from working: | |
Could not find pf in $PATH. Please add the following to your $PATH: /usr/local/bin |
NewerOlder