Steve Peak

Results 54 comments of Steve Peak

This may be a good start for you. Within nginx.conf you can add under `http.server` new entries like these below. ``` location = /favicon.ico { rewrite (.*) https://newlocation.com/favicon.ico; } ```

From my understanding it's intended to be a safe guard. In your application add this which will inform the buildpack that your app has started properly. ``` python with open('/tmp/app-initialized',...

Hey @magestican, sorry I did not reply earlier didn't see this :( This is related to https://github.com/codecov/codecov-node/issues/8 which will be fixed soon. Thanks!

Hey @hbetts Thank you for the detailed way to approach this. Since I'm not to npm this is very helpful. Once I fix this issue (https://github.com/codecov/codecov-node/issues/8) I'll go about fully...

I would love to learn what your team chooses here. [Codecov](https://codecov.io) would like to offer similar welcome packages to employees and customers. @nelsonic 😉

@iteles just for you 👍 😃 hehe 1. Branded Macbook lint cloth for the keyboard :neckbeard: 2. USB-C to USB (I just got one from [Readme.io](readme.io) in the mail, pretty...

As the founder of [Storyscript](https://storyscript.io), I'm coming from the position that we need a new level of abstraction for programming that utilizes the power of the cloud resources, distributed computing,...

I believe the problem is simply **observability in data-flow** and focusing on what matters most **business-logic**. > @kelseyhightower [said it flawlessly here](https://www.youtube.com/watch?v=oNa3xK2GFKY&s=8%3A30) When you leave the monolith you loose the...

@charliehelps this is a test