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
require 'google/cloud/tasks/v2' | |
http_method = 'POST' | |
url = '' | |
project = '' | |
location = '' | |
queue = '' | |
parent = "projects/#{project}/locations/#{location}/queues/#{queue}" |
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
org.embulk.exec.PartialExecutionException: org.embulk.spi.DataException: Expected object node: [{"f":1}] | |
at org.embulk.exec.BulkLoader$LoaderState.buildPartialExecuteException(BulkLoader.java:340) | |
at org.embulk.exec.BulkLoader.doRun(BulkLoader.java:566) | |
at org.embulk.exec.BulkLoader.access$000(BulkLoader.java:35) | |
at org.embulk.exec.BulkLoader$1.run(BulkLoader.java:353) | |
at org.embulk.exec.BulkLoader$1.run(BulkLoader.java:350) | |
at org.embulk.spi.Exec.doWith(Exec.java:22) | |
at org.embulk.exec.BulkLoader.run(BulkLoader.java:350) | |
at org.embulk.EmbulkEmbed.run(EmbulkEmbed.java:242) | |
at org.embulk.EmbulkRunner.runInternal(EmbulkRunner.java:291) |
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
! プレイヤー内のニコニコアプリへのリンク | |
app-cliapi.nicovideo.jp | |
! プレイヤー上部のニュース枠 | |
flapi.nicovideo.jp/api/getmarquee_new | |
nicovideo.jp/marquee/* | |
nicovideo.jp##.MarqueeContainer | |
twitter.com## div > article :-abp-contains(プロモーション) |
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
nnoremap [unite] <Nop> | |
nmap <Space> [unite] | |
nnoremap <silent> [unite]a :<C-u>UniteWithCurrentDir -auto-preview -buffer-name=all buffer file_mru bookmark file<CR> | |
nnoremap <silent> [unite]f :<C-u>Unite -auto-preview -buffer-name=file file<CR> | |
nnoremap <silent> [unite]b :<C-u>Unite -auto-preview -buffer-name=buffre buffer<CR> | |
nnoremap <silent> [unite]u :<C-u>Unite -auto-preview -buffer-name=file_mru buffer file_mru<CR> | |
nnoremap <silent> [unite]m :<C-u>Unite -auto-preview -buffer-name=mru file_mru<CR> | |
nnoremap <silent> [unite]d :<C-u>UniteWithBufferDir -auto-preview -buffer-name=dir file<CR> | |
nnoremap <silent> [unite]A :<C-u>UniteBookmarkAdd<CR><CR><CR> |
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
let g:unite_source_history_yank_enable = 1 | |
let g:unite_source_history_yank_save_clipboard = 1 | |
let g:unite_split_rule = 'rightbelow' | |
let g:unite_enable_start_insert = 0 | |
let g:unite_source_file_mru_limit = 200 | |
let g:unite_enable_split_vertically = 1 | |
let g:unite_source_grep_max_candidates = 200 | |
let g:unite_source_grep_default_opts = | |
\ "-HnEi" | |
\ . " --exclude='*.svn*'" |
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
let g:ref_refe_version=2 | |
let g:ref_refe_encoding = 'utf-8' | |
let g:ref_refe_cmd = 'rbenv exec refe' |
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
autocmd MyAutoCmd FileType ruby,eruby nnoremap <buffer>K :<C-U>Ref refe <C-R><C-W><CR> | |
autocmd MyAutoCmd FileType ruby,eruby nnoremap <buffer>KK :<C-U>Ref ri <C-R><C-W><CR> |
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
call dein#add('thinca/vim-ref', { | |
\ 'lazy': 1, | |
\ 'on_map': ['<Plug>(ref-keyword)'], | |
\ 'hook_add': 'source ' . s:plugins_dir . '/.nvimrc.vim-ref.preload', | |
\ 'hook_source': 'source ' . s:plugins_dir . '/.nvimrc.vim-ref', | |
\ }) | |
call dein#add('yuku/vim-ref-ri', { | |
\ 'lazy': 1, | |
\ 'depends': 'vim-ref', |
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
! プレイヤー内のニコニコアプリへのリンク | |
app-cliapi.nicovideo.jp | |
! プレイヤー上部のニュース枠 | |
flapi.nicovideo.jp/api/getmarquee_new | |
nicovideo.jp/marquee/* | |
nicovideo.jp##.MarqueeContainer |
NewerOlder