- Web & developer tooling
 - Cannot get into mechanical keyboards
 - Write vim plugins when bored
 
  
    
      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
    
  
  
    
  | vim.keymap.set('n', 'gd', function() | |
| vim.lsp.buf_request_all( | |
| 0, | |
| 'textDocument/definition', | |
| vim.lsp.util.make_position_params(), | |
| function(res) | |
| if #res == 0 then | |
| return vim.notify("No definitions under cursor", vim.log.levels.WARN) | |
| else | |
| -- req_all result to location list format | 
  
    
      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
    
  
  
    
  | 188K βββ scheduler | |
| 192K βββ image-size | |
| 192K βββ jest-worker | |
| + 196K βββ cacache | |
| 204K βββ asn1.js | |
| + 212K βββ expand-brackets | |
| 216K βββ browserify-zlib | |
| 224K βββ @hapi | |
| + 224K βββ @xtuc | |
| 232K βββ public-encrypt | 
  
    
      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
    
  
  
    
  | let string = ''; | |
| process.stdin.on('data', data => { | |
| string += data; | |
| }); | |
| process.stdin.on('close', data => { | |
| const map = parseString(string) | |
| .filter(t => t.type === 'match') | |
| .map(x => x.data.submatches[0].match.text) | |
| .reduce((acc, el) => { | 
  
    
      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
    
  
  
    
  | β² ./rome test internal/compiler/lint/rules/ | |
| β Running compile on internal/browsers-db/regions.json seems to be taking longer than expected. Have been waiting for 3s. | |
| internal/binary-transport/RSERWriterBase.ts:484:8 tests/unhandledRejection βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| β Don't know how to serialize the object UIDPath<lint/ts/useTsExpectError/reject/1/lint_ts_useTsExpectError.ts> to RSER | |
| 483 β throw new Error( | |
| > 484 β pretty`Don't know how to serialize the object ${val} to RSER`, | |
| β ^ | 
  
    
      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
    
  
  
    
  | window: | |
| opacity: 1 | |
| padding: | |
| x: 0 | |
| y: 0 | |
| decorations: 'none' | |
| font: | |
| normal: | |
| family: 'Fira Code' | 
  
    
      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
    
  
  
    
  | " { | |
| " \ 'Comment': { | |
| " \ 'guifg': '#123456', | |
| " \ 'ctermfg': '8' | |
| " \ } | |
| " \ } | |
| let color_dict = {} | |
| " ['SpecialKey xxx ctermfg=8 guifg=#65737e'] | |
| let color_list = split(execute('highlight', 'silent!'), '\n') | 
  
    
      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
    
  
  
    
  | /** | |
| * To be used by babel-codemod to fix the global promise prototype patch | |
| * | |
| * @see https://www.npmjs.com/package/babel-codemod | |
| * @see https://github.com/neoclide/coc.nvim/issues/2637 | |
| */ | |
| import {types as t} from '@babel/core'; | |
| import type {PluginObj, NodePath, PluginPass} from '@babel/core'; | |
| type FFF = [NodePath<t.CallExpression>, t.Expression]; | 
  
    
      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
    
  
  
    
  | ~/Documents/dev/personal/rome feat/optional-call-expressions-fix* 25s | |
| β² ./rome start | |
| Building trunk | |
| ! This command has been hidden. Consider its usage to be experimental and do not expect support or | |
| βΉ No running daemon found. Starting one... | |
| net.js:1292:20 internalError/fatal INTERNAL βββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| β Permission denied for | |
| /var/folders/_p/0j0qxd9964j7ly9tzp6z1y2d_r242z/T/rome/10.0.4-beta-dev-wait.sock | 
NewerOlder