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
| ### Keybase proof | |
| I hereby claim: | |
| * I am sanbox-irl on github. | |
| * I am sanbox (https://keybase.io/sanbox) on keybase. | |
| * I have a public key ASDSnJMzOR6lhbREgJ1MKfPJD9uCe2m5eflkNlI5WL8Wawo | |
| To claim this, I am signing this object: |
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
| [ | |
| // Standard macOS bindings | |
| { | |
| "bindings": { | |
| "cmd-u": "editor::FoldAll", | |
| "up": "menu::SelectPrevious", | |
| "pageup": "menu::SelectFirst", | |
| "shift-pageup": "menu::SelectFirst", | |
| "ctrl-p": "menu::SelectPrevious", | |
| "down": "menu::SelectNext", |
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
| if status is-interactive | |
| # Commands to run in interactive sessions can go here | |
| end | |
| set -u fish_greeting | |
| # set up the library path: | |
| set -gx LIBRARY_PATH $LIBRARY_PATH /opt/homebrew/lib /usr/local/lib | |
| /opt/homebrew/bin/brew shellenv | source |
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
| #:schema https://docs.jj-vcs.dev/latest/config-schema.json | |
| [user] | |
| name = "Jonathan Spira" | |
| email = "jjspira@gmail.com" | |
| [signing] | |
| behavior = "drop" | |
| backend = "gpg" |
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
| /* Copyright 2023 @ Keychron (https://www.keychron.com) | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 2 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQINBGe2DHgBEAC50L86Uj3DHMbf9uCIf3F+qYQ9JDAw+tYWoQQloHwBSK0jPBBE | |
| G7QrK6fp0SeCjUAS4B9z8azOFw7WA6j5ZFgGZ19gr6QRnKDw+99KeKUqnn4aPyJE | |
| wfL9is7HIqCX3qCSV5ywEnXSyeojsT6nWVpG2gvqDF/Bj6VMfWpA8wiZ+KLauPjg | |
| KDJqte94ZTyJ1y/Lz6vzYqtGRDr3hWeDW5aIEcGeqXQAlljne+wiP4LM7+aA4ms3 | |
| Bi8ozl/OLxgAgjTKl/rMwno8P9eFQfaWIXqC5SC0IJ9TQN/cfMRPxnKPogkROdQZ | |
| ElbjipRvOQMQMt4uLTw52F90x9j2A5eP2IfFAWB6zau4jr7xNeJ+kSDaTWlELA16 | |
| O+txFicU9RFPajgF2l97iwkHWaMcZZO41EJtt9QWnf+7Y2aoTZIf7qrO2oHKGdYP | |
| d5AaLN3hZpekAwSdyZ+zoIb78uGPvoqcA2fJWFiwJfCgA2GhQhg95v2aGvtiePpe |
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
| pub struct PlayerFsm { | |
| default: Default, | |
| special: Special, | |
| current_state: PlayerStateName, | |
| next_state: Option<PlayerStateName>, | |
| pub blackboard: PlayerStateBlackboard, | |
| } | |
| pub struct Default { |
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
| {"reason":"compiler-artifact","package_id":"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/jjspira/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","use_std"],"filenames":["/Users/jjspira/Documents/Rust/clockwork/target/debug/build/libc-a0a3441023061adc/build-script-build"],"executable":null,"fresh":true} | |
| {"reason":"compiler-artifact","package_id":"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/Users/jjspira/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.7/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test" |
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
| {"reason":"compiler-artifact","package_id":"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/Users/jjspira/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/build.rs","edition":"2015","doctest":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","use_std"],"filenames":["/Users/jjspira/Documents/Rust/clockwork/target/debug/build/libc-a0a3441023061adc/build-script-build"],"executable":null,"fresh":true} | |
| {"reason":"compiler-artifact","package_id":"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/Users/jjspira/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.7/src/lib.rs","edition":"2015","doctest":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test" |
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
| [2020-01-26T18:35:49Z INFO ra_lsp_server] lifecycle: server started | |
| [2020-01-26T18:35:49Z INFO ra_lsp_server] Client 'vscode' 1.41.1 | |
| [2020-01-26T18:35:49Z INFO ra_lsp_server::main_loop] server_config: ServerConfig { | |
| publish_decorations: true, | |
| exclude_globs: [], | |
| use_client_watching: true, | |
| lru_capacity: None, | |
| max_inlay_hint_length: Some( | |
| 20, | |
| ), |
NewerOlder