Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last Week in Pony - January 12, 2024 #1035

Open
SeanTAllen opened this issue Dec 29, 2024 · 3 comments
Open

Last Week in Pony - January 12, 2024 #1035

SeanTAllen opened this issue Dec 29, 2024 · 3 comments
Labels
discuss during sync Should be discussed during an upcoming sync last-week-in-pony Special label applied to the current active LWIP issue

Comments

@SeanTAllen
Copy link
Member

No description provided.

@SeanTAllen SeanTAllen added the last-week-in-pony Special label applied to the current active LWIP issue label Dec 29, 2024
@SeanTAllen SeanTAllen pinned this issue Dec 29, 2024
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Dec 29, 2024
@SeanTAllen SeanTAllen added last-week-in-pony Special label applied to the current active LWIP issue and removed last-week-in-pony Special label applied to the current active LWIP issue labels Dec 29, 2024
@redvers
Copy link
Collaborator

redvers commented Jan 5, 2025

Pony has a simple http framework jennet which extends the functionality of Pony's http_server to add lightweight request matching, routing, and parameter parsing. Examples of this type of type of router (or multiplexer) model in other languages include Elixir's phoenix framework, or Go's httprouter.

This week we bumped all the dependencies to the latest versions, including linking to OpenSSL 3.0.x.

There is one breaking change that was introduced by a breaking change in the upstream http_server library in ponylang/http_server#74. The Content-Length header is no longer an optional header unless chunking.

Please see the updated examples for more context.

@SeanTAllen
Copy link
Member Author

SeanTAllen commented Jan 7, 2025

Office Hours...

Sean, Adrian, and Red

  • Discussed actor pinning so far.
  • Talked about Nominal vs structural typing
  • How they relate to traits and interfaces in Pony
  • When you want to use each and what they are for
  • Discussed the mixin pattern and how red implemented it without knowing the pattern
  • Discussed the library documentation action and pony's built in documentation building

@SeanTAllen SeanTAllen changed the title Last Week in Pony - January 5, 2024 Last Week in Pony - January 12, 2024 Jan 7, 2025
@SeanTAllen
Copy link
Member Author

Sync recording for January 7, 2024:

https://vimeo.com/1045102238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss during sync Should be discussed during an upcoming sync last-week-in-pony Special label applied to the current active LWIP issue
Projects
None yet
Development

No branches or pull requests

3 participants