config under users/your_user_name/.ssh
Host username1 github.com
Hostname github.com
IdentityFile ~/.ssh/somefile1
User git
| deno compile --target x86_64-unknown-linux-gnu --unstable --allow-all .\main.ts | |
| deno compile --unstable --allow-all .\main.ts | |
| ./src.exe ./rvmparser.exe --tolerance=0.01 --output-gltf-split-level=3 ./8089.rvm --output-gltf=temp | |
| //linux | |
| ./src ./rvmparser-linux-bin --tolerance=0.01 --output-gltf-split-level=3 ./8089.rvm --output-gltf=temp |
| WITH ht_lines_and_docs AS ( | |
| -------------------------------- | |
| -- input data | |
| -------------------------------- | |
| SELECT | |
| tag tag_ref, | |
| lines lines_ref, | |
| docs docs_ref | |
| FROM | |
| test |
| const currentrev = 1; | |
| const prevRev = 0; | |
| const data = [ | |
| { | |
| tag: "tag1", | |
| kg: 1, | |
| rev: 1, | |
| }, | |
| { |
config under users/your_user_name/.ssh
Host username1 github.com
Hostname github.com
IdentityFile ~/.ssh/somefile1
User git
Simple as possible where view have all config, just generate view and column and you DONE, no other table/config etc.. KISS (KEEP IT SIMPLE STUPID )
Columns types:
W_* = writable columns, W_ will not be shown in GUI/GRIDR_* = readonly columns, R_ will not be shown in GUI/GRID , but stop user for editing columnRG_ = writable in api, but only read in grid