GP
GP
@raghu999 How is the `mobile_10166` backend defined?
@krzkaczor Modifying the `HAPROXY_HEAD` template is the intended method to do this. Are there specific challenges you're facing in setting up authentication?
@artful88533 You can bind the same frontend on multiple ports like this — ``` frontend marathon_http_in bind *:8001 bind *:8002 mode http ``` Does this work for your usecase?
@arimendelow Were you able to find a workaround? I'm stuck with this exact issue as well. Would renaming all `.jpg` files to `.jpeg` help?
@cyrilwanner `next-optimized-images` has been an absolute life-saver, so thanks for the project. FWIW, I recently found [`next-img`](https://github.com/humaans/next-img), a somewhat similar project by @kidkarkolis. It offers a few unique things like...
@cyrilwanner 👋 Just checking in, and I wanted to bring to your notice the impending release of Webpack 5. As `next-optimized-images` relies heavily on Webpack, I wanted to understand how...
> `v3.0.0-canary.1` should now support styled-components. @cyrilwanner Does it work with other CSS-in-JS solutions like [emotion](https://emotion.sh/docs/introduction) and [treat](https://seek-oss.github.io/treat/)?
I have a similar use-case with `git-notify`, where I need to pass Git parameters to `post-merge`, `post-rewrite` and `post-checkout` hooks, with the params being dynamic — https://github.com/jevakallio/git-notify#installing-hooks-by-any-other-means Has someone had...
Can you folks help understand the solution here? If I pass in a `Construct` instead of a `Stack`, I still don't get any generated resources from `synthScope`. This is how...
@jsteinich Thanks, that does help a bit, although it could use some more clarity – 1. The inline comment in the linked example says `// Could be a class extending...