Skip to content

Instantly share code, notes, and snippets.

View chocopowwwa's full-sized avatar
🌸

noname chocopowwwa

🌸
View GitHub Profile
@chocopowwwa
chocopowwwa / coc-settings.json
Created July 7, 2020 03:11
Nvim issue issues/1532
{
//"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",
@chocopowwwa
chocopowwwa / nvim9jvq7r
Created June 22, 2020 21:16
coc nvim issues/1532
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,[
@chocopowwwa
chocopowwwa / i3-config
Created May 16, 2020 20:03
/r/i3wm issue Window shown in the wrong place
# 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!
@chocopowwwa
chocopowwwa / while-do-done.yaml
Created October 7, 2019 04:28
k8s while do done
command: [ "/bin/sh", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
@chocopowwwa
chocopowwwa / monzo-alertmanager-config.yaml
Created August 28, 2019 01:41 — forked from milesbxf/monzo-alertmanager-config.yaml
Monzo's Alertmanager Slack templates
###################################################
##
## 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)
##
// ==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();
@chocopowwwa
chocopowwwa / etcd.yml
Last active August 20, 2018 08:56
vamp-l7-load-balancer
---
apiVersion: v1
kind: Service
metadata:
name: etcd-client
spec:
ports:
- name: etcd-client-port
port: 2379
protocol: TCP
### 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:
@chocopowwwa
chocopowwwa / my case
Last active May 25, 2017 09:11
output
#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
version : '2'
services:
yarn:
image: containership/alpine-node-yarn
ports:
- "8080:8080"
working_dir: /code
logging:
driver: "json-file"