Joe Cranney

Results 7 issues of Joe Cranney

# Description The [proxy middleware](https://github.com/gofiber/fiber/tree/master/middleware/proxy) is a great way to make your server act as a proxy in order to make changes to requests, etc. However, it lacks the ability...

💡 Help wanted
♻ Wait for Response
✏️ Feature

**Question description** The word "proxy" is being used a lot here so it's a bit confusing, but I am using the [proxy middleware](https://github.com/gofiber/fiber/tree/master/middleware/proxy) in my API. My goal is to...

🤔 Question

Hello, I really like Resty, but I noticed the order of my headers are not always preserved. Is there a way to make it so the order is what I...

question

As referenced in issue #17 color printing is not supported on Windows currently. Thanks to [go-colorable](https://github.com/mattn/go-colorable) we can easily fix this. I have only changed the Print() method as its...

I'm using go-figure in my app. It works nicely on macOS but I've recently began testing on Windows and noticed that color is not being printed on Windows. Instead, the...

Electron in and of itself is not a secure (anti-crackable) framework which I'm aware of, however I noticed that go-astilectron-bundler completely exposes html, css, and js and index.html files in...

question

I would like to load a crx extension file that is dynamically served from an api. I tried this example: https://github.com/go-rod/rod/blob/252b329c9ff8db7873fccf5e0fe4d16df2ded286/examples_test.go#L569-L589 but it appears to not work for crx. I...

question