PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.65k stars 208 forks source link

fix: Can't run playground or book from DevContainer #4517

Closed richb-hanover closed 1 month ago

richb-hanover commented 1 month ago

The problem was that the DevContainer became sensitive to the difference between 'localhost', '127.0.0.1' and '0.0.0.0' The fix is to force the components to bind to 0.0.0.0

max-sixty commented 1 month ago

Nice, thanks!