I hereby claim:
- I am damitkwr on github.
- I am damitkwr (https://keybase.io/damitkwr) on keybase.
- I have a public key ASAjwMpo-UhWiRdqivpxSbypWAbRhQV4Stujmt0UB81DAQo
To claim this, I am signing this object:
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration. | |
You should not put any user code in this function besides modifying the variable | |
values." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory |
" ============================================================================ | |
" emacs keymaping for cursor movement{{{ | |
" You have to unbind C-g before it works | |
" ============================================================================ | |
nmap <c-g> <Esc> | |
vmap <c-g> <Esc> | |
imap <c-g> <Esc>a | |
nmap <c-a> ^ | |
nmap <c-e> $ | |
vmap <c-a> ^ |
" These two mappings, which apply to PLATFORM-SELECT only, | |
" get 'y' and 'p' to work with the mouse selection. | |
pnoremap y vy | |
pnoremap p vp | |
" These mapping are handy if line wrap is turned on. | |
" With them, j,k,$,0,^ behave visually as usual. | |
" On wrapped lines the cursor will not change visual line. | |
" The arrow keys and <Home>, <End> still behave as usual, |
I hereby claim:
To claim this, I am signing this object:
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration. | |
You should not put any user code in this function besides modifying the variable | |
values." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory |
[{ | |
"textPayload": "2019/08/28 18:18:34 http: TLS handshake error from 10.24.0.29:42900: tls: first record does not look like a TLS handshake\n", | |
"insertId": "1no3685g4nov8mh", | |
"resource": { | |
"type": "container", | |
"labels": { | |
"instance_id": "7174115594500519501", | |
"zone": "us-east1-c", | |
"pod_id": "seldon-operator-controller-manager-0", | |
"project_id": "gn-data-science-project02", |
Name: nvidia-sp-nvidia-sp-8888366-7984b654f4-nnr8x | |
Namespace: seldon | |
Priority: 0 | |
PriorityClassName: <none> | |
Node: gke-temp-cluster-gpu-pool-bf4c11e7-k6mr/10.142.0.77 | |
Start Time: Thu, 29 Aug 2019 17:46:46 +0000 | |
Labels: app=nvidia-sp-nvidia-sp-8888366 | |
fluentd=true | |
pod-template-hash=7984b654f4 | |
seldon-app=nvidia-sp-nvidia-sp-nvidia-sp |
2019/08/29 17:42:19 http: TLS handshake error from 10.24.0.29:58834: tls: first record does not look like a TLS handshake | |
2019/08/29 17:42:34 http: TLS handshake error from 10.24.0.29:59008: tls: first record does not look like a TLS handshake | |
2019/08/29 17:42:49 http: TLS handshake error from 10.24.0.29:59186: tls: first record does not look like a TLS handshake | |
2019/08/29 17:43:04 http: TLS handshake error from 10.24.0.29:59376: tls: first record does not look like a TLS handshake | |
predictor is now | |
{"name":"nvidia-sp","graph":{"name":"sp-predictor-istio","type":"MODEL","implementation":"UNKNOWN_IMPLEMENTATION","endpoint":{"type":"REST"},"parameters":[{"name":"url","value":"localhost:2001","type":"STRING"},{"name":"model_name","value":"spelling_model","type":"STRING"},{"name":"protocol","value":"grpc","type":"STRING"}]},"componentSpecs":[{"metadata":{"creationTimestamp":null},"spec":{"containers":[{"name":"sp-predictor-istio","image":"gcr.io/gn-data-science-project02/dev-models/sp-predictor:0.3","resources":{ |
#============================================================================= | |
# dark_powered.toml --- dark powered configuration example for SpaceVim | |
# Copyright (c) 2016-2017 Wang Shidong & Contributors | |
# Author: Wang Shidong < wsdjeg at 163.com > | |
# URL: https://spacevim.org | |
# License: GPLv3 | |
#============================================================================= | |
# All SpaceVim option below [option] section | |
[options] |
function! myspacevim#before() abort | |
imap kj <Esc> | |
vmap kj <Esc> | |
endfunction |