This file contains hidden or 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
| { | |
| //"coc.preferences.formatOnSaveFiletypes": ["py", "rs", "c", "cpp", "julia"], | |
| "coc.preferences.formatOnSaveFiletypes": [], | |
| "coc.preferences.hoverTarget": "float", | |
| "signature.target": "float", | |
| "languageserver": { | |
| "julia": { | |
| "command": "/usr/bin/julia", | |
| "args": [ | |
| "--startup-file=no", |
This file contains hidden or 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
| 4:14:43 AM DEBUG [transport] - request to nvim: 1,nvim_get_api_info,[] | |
| 4:14:43 AM DEBUG [transport] - request to nvim: 2,nvim_call_function,[ | |
| "coc#util#path_replace_patterns", | |
| [] | |
| ] | |
| 4:14:43 AM DEBUG [transport] - nvim notification: nvim_set_var,[ | |
| "coc_process_pid", | |
| 1785399 | |
| ] | |
| 4:14:43 AM DEBUG [transport] - response of nvim: 1,57ms,[ |
This file contains hidden or 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
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see https://i3wm.org/docs/userguide.html for a complete reference! |
This file contains hidden or 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
| command: [ "/bin/sh", "-c", "--" ] | |
| args: [ "while true; do sleep 30; done;" ] |
This file contains hidden or 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
| ################################################### | |
| ## | |
| ## Alertmanager YAML configuration for routing. | |
| ## | |
| ## Will route alerts with a code_owner label to the slack-code-owners receiver | |
| ## configured above, but will continue processing them to send to both a | |
| ## central Slack channel (slack-monitoring) and PagerDuty receivers | |
| ## (pd-warning and pd-critical) | |
| ## |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Summernote On Weblate | |
| // @version 1 | |
| // @require http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/summernote.js | |
| // @grant none | |
| // ==/UserScript== | |
| $.getStylesheet = function (href) { | |
| var $d = $.Deferred(); |
This file contains hidden or 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
| --- | |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: etcd-client | |
| spec: | |
| ports: | |
| - name: etcd-client-port | |
| port: 2379 | |
| protocol: TCP |
This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am chocopowwwa on github. | |
| * I am chocopowwwa (https://keybase.io/chocopowwwa) on keybase. | |
| * I have a public key ASDuecPShzM44ZGh_vH2_reA5TqoXeJ1Cm4xozYyWQ3ZCwo | |
| To claim this, I am signing this object: |
This file contains hidden or 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
| #php --version | |
| #composer --version | |
| #cd /tmp | |
| #git clone https://github.com/justinrainbow/json-schema.git | |
| #cd json-schema | |
| #git checkout origin/6.0.0-dev | |
| #grep phpdocumentor composer.json | |
| #composer install | |
| #rm -rf vendor composer.lock | |
| #git checkout 5.x.x |
This file contains hidden or 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
| version : '2' | |
| services: | |
| yarn: | |
| image: containership/alpine-node-yarn | |
| ports: | |
| - "8080:8080" | |
| working_dir: /code | |
| logging: | |
| driver: "json-file" |
NewerOlder