jennet icon indicating copy to clipboard operation
jennet copied to clipboard

A simple HTTP web framework written in Pony

Results 5 jennet issues
Sort by recently updated
recently updated
newest added

When I run the [main example](https://github.com/Theodus/jennet#named-parameters) on Windows, it's either crash (2%) or just hang after several concurrent requests (98%). ## Expected Behavior Pony should never crash or hang once...

Hello, I've saw that the last commit has been made over half of the year ago. Is it stil under the active development? Best, Michal

The ponylang changelog bot is now available for non-ponylang repos: https://github.com/ponylang/changelog-bot-action This will require us to update the labels accordingly.

enhancement

Hi @Theodus, With the following `dockerfile` ```dockerfile FROM ponylang/ponyc:0.52.5-alpine WORKDIR /src/main COPY corral.json ./ RUN corral fetch COPY main.pony ./ RUN apk update && apk upgrade --no-cache RUN apk add...