Coder Social home page Coder Social logo

caddy-pirsch-plugin's Introduction

👋 Hi there! I'm Ferdinand Mütsch

I love to solve problems with code

Coding Activity Followers

👨‍💻 About Me

  • 📍 I'm based in Karlsruhe, Germany
  • 🔬 I'm passionate about science, software, open source and technology in general
  • 🎓 I'm a PhD student at Karlsruhe Institute of Technology
  • 🏢 I previously worked in ClimateTech at Orbio
  • 📝 I write blog posts from time to time
  • ⚙️ I love to hack
  • 🗣 I'm always up for tech talk

⚙️ Tech Skills

Java
Java
(⭐️⭐️⭐️)
Go
Go
(⭐️⭐️⭐️)
JavaScript
JavaScript
(⭐️⭐️⭐️)
TypeScript
TypeScript
(⭐️⭐️)
Python
Python
(⭐️⭐️)
Vue
Vue
(⭐️⭐️⭐️)
Docker
Docker
(⭐️⭐️)

🗒 Guestbook

  • Alfagun74 wrote on 1/9/2024: Wakapi was a solid idea, exactly what i was looking for!
  • oasido wrote on 3/27/2022: Aangenaam kennis te maken!
  • xMdb wrote on 1/30/2022: Thanks for making Wakapi!
  • CuukyOfficial wrote on 1/28/2022: Love your work! Greetings from Karlsruhe :) (I'm also at the KIT)
  • wsascha wrote on 10/5/2021: Nette Seite! Wusste gar nicht, dass das KIT Alumni emails anbietet. – Direkt mal beantragt. ^^
  • MeerBiene wrote on 4/20/2021: Thanks for your work on wakapi!
  • OGoodness wrote on 2/17/2021: Love the Wakapi app! Thanks!
  • Kugelschieber wrote on 2/1/2021: Is this thing on?
  • poettig wrote on 9/15/2020: This is a guestbook entry.
  • muety wrote on 9/15/2020: Welcome to my GitHub profile 🙂

Do you like my project or just want to say hi? Feel free to post to my guestbook!

🙏 Donations

If you like my projects and want to support their development, consider sponsoring me. Every single donation will be appreciated and will boost my motivation to keep on coding in open source 🙃. There are several options to support me:

Please don't forget to leave me some kind of message (with the donation or as a separate e-mail) to let me know which specific project the donations is for, what you like about it and what I can do to improve it further 🙂.

📬 Contact

See bio 👈. Feel free to contact me at any time!

caddy-pirsch-plugin's People

Contributors

muety avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

caddy-pirsch-plugin's Issues

Fatal error - concurrent map read and write

There currently is a critical error that gets Caddy to crash with the following error:

Oct 05 01:11:04 localhost caddy[31157]: fatal error: concurrent map read and map write
Oct 05 01:11:04 localhost caddy[31157]: goroutine 9422 [running]:
Oct 05 01:11:04 localhost caddy[31157]: runtime.throw(0x19679fa, 0x21)
Oct 05 01:11:04 localhost caddy[31157]:         runtime/panic.go:1117 +0x72 fp=0xc0004e0538 sp=0xc0004e0508 pc=0x438592
Oct 05 01:11:04 localhost caddy[31157]: runtime.mapaccess1_faststr(0x17db0a0, 0xc000384f00, 0xc000566ad8, 0x3, 0x25f9300)
Oct 05 01:11:04 localhost caddy[31157]:         runtime/map_faststr.go:21 +0x465 fp=0xc0004e05a8 sp=0xc0004e0538 pc=0x414045
Oct 05 01:11:04 localhost caddy[31157]: net/textproto.MIMEHeader.Get(0xc000384f00, 0x18f022c, 0x3, 0xc000896048, 0x20)
Oct 05 01:11:04 localhost caddy[31157]:         net/textproto/header.go:34 +0x5f fp=0xc0004e05e0 sp=0xc0004e05a8 pc=0x689a5f
Oct 05 01:11:04 localhost caddy[31157]: net/http.Header.Get(...)
Oct 05 01:11:04 localhost caddy[31157]:         net/http/header.go:46
Oct 05 01:11:04 localhost caddy[31157]: github.com/pirsch-analytics/pirsch-go-sdk.(*Client).HitWithOptions(0xc0000ef8c0, 0xc000ab0900, 0x0, 0xc000ab0600, 0xc000030000)
Oct 05 01:11:04 localhost caddy[31157]:         github.com/pirsch-analytics/[email protected]/client.go:115 +0x59 fp=0xc0004e06c8 sp=0xc0004e05e0 pc=0x1591299
Oct 05 01:11:04 localhost caddy[31157]: github.com/pirsch-analytics/pirsch-go-sdk.(*Client).Hit(...)
Oct 05 01:11:04 localhost caddy[31157]:         github.com/pirsch-analytics/[email protected]/client.go:110
Oct 05 01:11:04 localhost caddy[31157]: github.com/muety/caddy-pirsch-plugin.(*PirschPlugin).ServeHTTP.func1(0xc000ed29b0, 0xc000ab0900)
Oct 05 01:11:04 localhost caddy[31157]:         github.com/muety/[email protected]/plugin.go:46 +0x5a fp=0xc0004e07d0 sp=0xc0004e06c8 pc=0x1599eda
Oct 05 01:11:04 localhost caddy[31157]: runtime.goexit()
Oct 05 01:11:04 localhost caddy[31157]:         runtime/asm_amd64.s:1371 +0x1 fp=0xc0004e07d8 sp=0xc0004e07d0 pc=0x472681
Oct 05 01:11:04 localhost caddy[31157]: created by github.com/muety/caddy-pirsch-plugin.(*PirschPlugin).ServeHTTP
Oct 05 01:11:04 localhost caddy[31157]:         github.com/muety/[email protected]/plugin.go:45 +0x4d
Oct 05 01:11:04 localhost caddy[31157]: goroutine 1 [select (no cases), 47 minutes]:
Oct 05 01:11:04 localhost caddy[31157]: github.com/caddyserver/caddy/v2/cmd.cmdRun(0xc0000783c0, 0x0, 0x0, 0x0)
Oct 05 01:11:04 localhost caddy[31157]:         github.com/caddyserver/caddy/[email protected]/cmd/commandfuncs.go:275 +0x1395
Oct 05 01:11:04 localhost caddy[31157]: github.com/caddyserver/caddy/v2/cmd.Main()
Oct 05 01:11:04 localhost caddy[31157]:         github.com/caddyserver/caddy/[email protected]/cmd/main.go:85 +0x25b
Oct 05 01:11:04 localhost caddy[31157]: main.main()
Oct 05 01:11:04 localhost caddy[31157]:         caddy/main.go:14 +0x25

Looks like a race condition, I'll fix this as soon as possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.