You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew tap cooklang/tap
brew install cooklang/tap/cook
cook version
# v0.1.2 – in food we trust
mkdir recipes
cook seed ./recipes
cook server ./recipes
# Started server on http://127.0.0.1:9080, serving cook files from ./recipes.# Navigate to http://localhost:9080/# Navigate to http://localhost:9080/shopping-list# zsh: segmentation fault cook server ./recipes
The text was updated successfully, but these errors were encountered:
When building from within Xcode this bug does not surface. But when attaching xCode debugger to running command, it appears to crash in the Embassy code. It looks like it could be related to this issue: envoy/Embassy#96.
Reproduction steps:
The text was updated successfully, but these errors were encountered: