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
set -g prefix C-a | |
unbind-key C-b | |
bind C-a send-prefix | |
set -g base-index 1 | |
set -g history-limit 100000 | |
bind m \ | |
set -g mouse on \;\ | |
display 'Mouse: ON' |
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
2019/07/04 00:38:08 [INFO] Packer version: 1.4.2 | |
2019/07/04 00:38:08 Packer Target OS/Arch: linux amd64 | |
2019/07/04 00:38:08 Built with Go Version: go1.12.6 | |
2019/07/04 00:38:08 Detected home directory from env var: /root | |
2019/07/04 00:38:08 Using internal plugin for proxmox | |
2019/07/04 00:38:08 Using internal plugin for triton | |
2019/07/04 00:38:08 Using internal plugin for amazon-ebs | |
2019/07/04 00:38:08 Using internal plugin for amazon-ebsvolume | |
2019/07/04 00:38:08 Using internal plugin for docker | |
2019/07/04 00:38:08 Using internal plugin for parallels-pvm |
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
[src/zpool/description.rs:121] &inner = [ | |
Pair { | |
rule: raid_line, | |
span: Span { | |
str: " mirror-0 DEGRADED 0 0 0\n", | |
start: 456, | |
end: 517 | |
}, | |
inner: [ | |
Pair { |
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
{ | |
"something": { | |
"a_type": "typea-1", | |
"a_params": { | |
"a": 1, | |
"b": 2 | |
}, | |
"b_type": "typeb-1", | |
"b_params": { | |
"a": 3, |
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
Compiling bobby v0.1.0 (file:///usr/home/andoriyu/Dev/Heaven/bobby) | |
warning: unused `#[macro_use]` import | |
--> src/main.rs:1:1 | |
| | |
1 | #[macro_use] extern crate actix; | |
| ^^^^^^^^^^^^ | |
| | |
= note: #[warn(unused_imports)] on by default | |
warning: unused import: `self` |
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
Compiling bobby v0.1.0 (file:///usr/home/andoriyu/Dev/Heaven/bobby) | |
warning: unused `#[macro_use]` import | |
--> src/main.rs:1:1 | |
| | |
1 | #[macro_use] extern crate actix; | |
| ^^^^^^^^^^^^ | |
| | |
= note: #[warn(unused_imports)] on by default | |
warning: unused import: `self` |
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
2017-12-17 13:12:30,515 [ 24110] ERROR - llij.ide.plugins.PluginManager - tried to access method net.miginfocom.layout.UnitValue.<init>(FLjava/lang/String;ZILjava/lang/String;)V from class com.intellij.ui.layout.MigLayoutBuilderKt | |
java.lang.IllegalAccessError: tried to access method net.miginfocom.layout.UnitValue.<init>(FLjava/lang/String;ZILjava/lang/String;)V from class com.intellij.ui.layout.MigLayoutBuilderKt | |
at com.intellij.ui.layout.MigLayoutBuilderKt.a(MigLayoutBuilder.kt:331) | |
at com.intellij.ui.layout.MigLayoutBuilderKt.a(MigLayoutBuilder.kt:340) | |
at com.intellij.ui.layout.MigLayoutBuilderKt.c$default(MigLayoutBuilder.kt:337) | |
at com.intellij.ui.layout.MigLayoutBuilder.build(MigLayoutBuilder.kt:76) | |
at org.rust.ide.idea.CargoConfigurationWizardStep.getComponent(CargoConfigurationWizardStep.kt:109) | |
at com.intellij.ide.wizard.AbstractWizard.addStep(AbstractWizard.java:318) | |
at com.intellij.ide.wizard.AbstractWizard.addStep(AbstractWizard.java:308) | |
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
--- config.def.h.orig 2016-08-11 14:25:58 UTC | |
+++ config.def.h | |
@@ -5,7 +5,7 @@ | |
* | |
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | |
*/ | |
-static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; | |
+static char font[] = "Fira Mono:pixelsize=14:antialias=true:autohint=false"; | |
static int borderpx = 2; | |
This file has been truncated, but you can view the full file.
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
Index: Makefile | |
=================================================================== | |
--- Makefile (revision 453865) | |
+++ Makefile (working copy) | |
@@ -4,11 +4,11 @@ | |
# Based on the java/intellij port | |
PORTNAME= intellij-ultimate | |
-PORTVERSION= 2016.2.5 | |
+PORTVERSION= 2017.2.5 |
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
[00:00:00] ====>> Creating the reference jail... done | |
[00:00:01] ====>> Mounting system devices for freebsd_10_3-amd64-default | |
[00:00:01] ====>> Mounting ports/packages/distfiles | |
[00:00:01] ====>> Stashing existing package repository | |
[00:00:01] ====>> Mounting packages from: /usr/local/poudriere/data/packages/freebsd_10_3-amd64-default | |
[00:00:01] ====>> Copying /var/db/ports from: /usr/local/etc/poudriere.d/options | |
/etc/resolv.conf -> /usr/local/poudriere/data/.m/freebsd_10_3-amd64-default/ref/etc/resolv.conf | |
[00:00:01] ====>> Starting jail freebsd_10_3-amd64-default | |
[00:00:01] ====>> Logs: /usr/local/poudriere/data/logs/bulk/freebsd_10_3-amd64-default/2017-11-05_17h30m16s | |
[00:00:01] ====>> Loading MOVED |