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
<code_scheme name="DNB ShaSL" version="173"> | |
<JavaCodeStyleSettings> | |
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" /> | |
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="10" /> | |
</JavaCodeStyleSettings> | |
<codeStyleSettings language="JAVA"> | |
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> | |
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> | |
<option name="CALL_PARAMETERS_WRAP" value="1" /> | |
<option name="METHOD_PARAMETERS_WRAP" value="1" /> |
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
{"cssVars":{"bg":"#2E3440","title_fg":"#ECEFF4","sub_title_fg":"#E5E9F0","label_fg":"#D8DEE9","label_fg_hover":"#88C0D0","label_fg_active":"#81A1C1","info_fg":"#B48EAD","true_fg":"#A3BE8C","false_fg":"#BF616A","active_fg":"#D08770","inactive_fg":"#D8DEE9","favicons_placeholder_bg":"#8FBCBB","btn_bg":"#434C5E","btn_bg_hover":"#D8DEE9","btn_bg_active":"#D8DEE9","btn_fg":"#88C0D0","btn_fg_hover":"#4C566A","btn_fg_active":null,"scroll_progress_h":"3px","scroll_progress_bg":"#88C0D0","ctx_menu_font":null,"ctx_menu_bg":null,"ctx_menu_bg_hover":null,"ctx_menu_fg":null,"nav_btn_fg":null,"nav_btn_width":null,"nav_btn_height":null,"pinned_dock_overlay_bg":null,"pinned_dock_overlay_shadow":null,"tabs_height":"25px","tabs_pinned_height":null,"tabs_pinned_width":null,"tabs_indent":null,"tabs_font":"0.8rem jetbrains mono","tabs_count_font":null,"tabs_fg":"#D8DEE9","tabs_fg_hover":null,"tabs_fg_active":null,"tabs_bg_hover":null,"tabs_bg_active":null,"tabs_activated_bg":null,"tabs_activated_fg":null,"tabs_selected_bg":null," |
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
#TabsToolbar-customization-target { | |
display: none; | |
} | |
#sidebar-header { | |
display: none; | |
} |
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
diff --git a/vars/shaslSpringDeploy.groovy b/vars/shaslSpringDeploy.groovy | |
index faa7e52..3ea72e7 100644 | |
--- a/vars/shaslSpringDeploy.groovy | |
+++ b/vars/shaslSpringDeploy.groovy | |
@@ -43,7 +43,15 @@ def call(Map config) { | |
DEPLOY_ENV = params.Environment | |
REGION = params.Region | |
VERSION = params.Version | |
- // MAJOR_VERSION = readMavenPom().getVersion() | |
+ version = readMavenPom().getVersion() |
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
. | |
├── Jenkinsfile | |
├── README.md | |
├── build.gradle | |
├── gradle | |
│ └── wrapper | |
│ ├── gradle-wrapper.jar | |
│ └── gradle-wrapper.properties | |
├── gradlew | |
├── gradlew.bat |
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
[display] | |
lcd_type: uc1701 | |
cs_pin = PB8 | |
a0_pin = PB9 |
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
$ prove -l | |
t/00-basic.t ..................... ok | |
t/backend-file-basic.t ........... ok | |
t/backend-file-messages.t ........ ok | |
t/backend.t ...................... ok | |
t/config.t ....................... ok | |
t/connection.t ................... ok | |
t/connection_name.t .............. ok | |
t/irc-basic.t .................... ok | |
t/irc-commands.t ................. ok |
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
$ prove -l | |
t/00-basic.t ..................... ok | |
t/backend-file-basic.t ........... ok | |
t/backend-file-messages.t ........ ok | |
t/backend.t ...................... ok | |
t/config.t ....................... ok | |
t/connection.t ................... ok | |
t/connection_name.t .............. ok | |
t/irc-basic.t .................... ok | |
t/irc-commands.t ................. ok |
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
CORE | |
Perl v5.30.0 (5.16) | |
Convos 3.08 (3.00) | |
Crypt::Eksblowfish 0.009 (0.009) | |
File::HomeDir 1.004 (1.00) | |
File::ReadBackwards 1.05 (1.05) | |
IO::Socket::SSL 2.066 (2.009) | |
IRC::Utils 0.12 (0.12) | |
JSON::Validator 3.16 (3.16) |
This file has been truncated, but you can view the full file.
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
$ prove -l | |
t/00-basic.t ..................... ok | |
t/backend-file-basic.t ........... ok | |
t/backend-file-messages.t ........ ok | |
t/backend.t ...................... ok | |
Can't call method "path" on an undefined value at /Users/marcus/Source/convos/lib/Convos/Plugin/Helpers.pm line 33. | |
# Tests were run but no plan was declared and done_testing() was not seen. | |
# Looks like your test exited with 2 just after 1. | |
t/config.t ....................... | |
Dubious, test returned 2 (wstat 512, 0x200) |