Skip to content

Instantly share code, notes, and snippets.

View howdoicomputer's full-sized avatar
🐙

Tyler Hampton howdoicomputer

🐙
View GitHub Profile
[howdoicomputer@framework:~/workspace/aws-cdktf-example]$ cdktf deploy
aws-cdktf-example Initializing the backend...
aws-cdktf-example
Successfully configured the backend "remote"! Terraform will automatically
use this backend unless the backend configuration changes.
aws-cdktf-example Initializing provider plugins...
- Finding hashicorp/aws versions matching "5.20.1"...
aws-cdktf-example - Installing hashicorp/aws v5.20.1...
aws-cdktf-example - Installed hashicorp/aws v5.20.1 (signed by HashiCorp)
@howdoicomputer
howdoicomputer / gist:5d16fc054fce51927c6a41b3192a8c99
Created October 11, 2018 02:14
errors log for invisible scav
This file has been truncated, but you can view the full file.
2018-10-10 15:43:45.633 -07:00|0.10.1.1918|Error|Default|Could not execute operation on server: Terminated
Possible desync.|
2018-10-10 15:58:10.930 -07:00|0.10.1.1918|Error|Default|Could not execute operation on server: Terminated
Possible desync.|
2018-10-10 15:58:46.566 -07:00|0.10.1.1918|Error|Default|Can't get inventory confirm callbackId:23|
2018-10-10 16:20:43.750 -07:00|0.10.1.1918|Error|Default|NullReferenceException: Object reference not set to an instance of an object
EFT.Player. (EFT.SoundBank , Single )
EFT.Player. (Single )
EFT.Player+.MoveNext ()
UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress)
Sep 26 21:24:37 howdoicomputer gitea[1450]: [Macaron] PANIC: runtime error: index out of range
Sep 26 21:24:37 howdoicomputer gitea[1450]: /usr/local/go/src/runtime/panic.go:502 (0x42d578)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /usr/local/go/src/runtime/panic.go:28 (0x42c3bd)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /go/src/code.gitea.io/gitea/vendor/github.com/chaseadamsio/goorgeous/goorgeous.go:352 (0x110daf2)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /go/src/code.gitea.io/gitea/vendor/github.com/chaseadamsio/goorgeous/goorgeous.go:210 (0x110be8d)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /go/src/code.gitea.io/gitea/vendor/github.com/chaseadamsio/goorgeous/goorgeous.go:50 (0x110ab22)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /go/src/code.gitea.io/gitea/modules/markup/orgmode/orgmode.go:44 (0x1111527)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /go/src/code.gitea.io/gitea/modules/markup/orgmode/orgmode.go:55 (0x1111602)
Sep 26 21:24:37 howdoicomputer gitea[1450]: /go/src/code.gitea.io/gitea/mod
app = buffalo.New(buffalo.Options{
Env: ENV,
SessionStore: sessions.Null{},
SessionName: "_dropsquads_discord_session",
PreWares: []buffalo.PreWare{cors.Default().Handler},
})
import Vue from 'vue'
import axios from 'axios'
export default Vue.extend({
name: 'HelloWorld',
data () {
return {
msg: ''
}
<script lang="ts">
import Vue from 'vue'
import axios from 'axios'
export default Vue.extend({
name: 'HelloWorld',
data () {
return {
msg: ''
resource "aws_autoscaling_group" "mars_service" {
vpc_zone_identifier = ["${aws_subnet.main.*.id}"]
name = "mars_service_${var.environment} - ${aws_launch_configuration.mars_service.name}"
max_size = 2
min_size = 1
wait_for_elb_capacity = 1
wait_for_capacity_timeout = 0
health_check_grace_period = 300
desired_capacity = 1
launch_configuration = "${aws_launch_configuration.mars_service.name}"
user www-data;
worker_processes auto;
pid /run/nginx.pid;
daemon off;
include /etc/nginx/main.d/*.conf;
events {
worker_connections 2000;
# multi_accept on;
server {
listen 80;
listen [::]:80;
server_name localhost;
root /home/app/findahome/public;
passenger_enabled on;
passenger_user app;
passenger_ruby /usr/bin/ruby2.3;
passenger_app_env production;
@howdoicomputer
howdoicomputer / tf output
Created March 3, 2017 02:08
terraform output
module.graphite-terraform-module.aws_db_instance.grafana_dashboards: Still destroying... (3m50s elapsed)
module.graphite-terraform-module.aws_db_instance.grafana_dashboards: Destruction complete
module.vpc.aws_internet_gateway.default: Still destroying... (3m30s elapsed)
module.graphite-terraform-module.aws_instance.carbon_cache.0: Still destroying... (1m50s elapsed)
module.graphite-terraform-module.aws_instance.carbon_cache.2: Still destroying... (1m50s elapsed)
module.graphite-terraform-module.aws_instance.carbon_cache.1: Still destroying... (1m50s elapsed)
module.vpc.aws_internet_gateway.default: Still destroying... (3m40s elapsed)
module.graphite-terraform-module.aws_instance.carbon_cache.1: Still destroying... (2m0s elapsed)
module.graphite-terraform-module.aws_instance.carbon_cache.0: Still destroying... (2m0s elapsed)
module.graphite-terraform-module.aws_instance.carbon_cache.2: Still destroying... (2m0s elapsed)