Matthias Wahl

Results 51 issues of Matthias Wahl

This would make conditional compilation possible as we currently have for the platform (windows, darwin, linux, ...) but for different pony versions for which there might exist breaking changes in...

and return them from `NetAddress` instead of their raw representation. [Rendered](https://github.com/ponylang/rfcs/blob/ip-address-classes/text/0000-ip-address-classes.md) Fun fact: Making the `IPv6Address` class Hashable was the actual motivation for #157

[Rendered](https://github.com/ponylang/rfcs/blob/move-hashable-builtin/text/0000-hashing-builtin.md) Suggested changes: https://github.com/ponylang/ponyc/compare/hashing-builtin?expand=1#diff-3fcbdccf4a6378f88bdb211e3838307bR9

This issue tries to spark the discussion around 1. the need for asynchronous file IO, 2. The possible implementations thereof and 3. The new look and feel of such an...

Value classes are classes that serve as (mostly immutable) containers for 1 or more values (their fields). To make them actually usable with pony, they need to be Equatable (e.g....

It has been raised as a question several times and is worth explaining as a pony pattern. An example from @SeanTAllen is here: ```pony actor Main new create(env: Env) =>...

# Pull request ## Description ## Related ## Checklist * [x] The RFC, if required, has been submitted and approved * [x] Any user-facing impact of the changes is reflected...

Add a function for generic formatting according to a format string: ``` std::datetime::format(, , ) ``` with the third parameter optional and defaulting to `UTC`. Some constants for common formats...

enhancement
hacktoberfest

**Describe the problem you are trying to solve** I am trying to update prost and tonic dependencies in our Repo, but this failed due to e.g. googapis depending on prost...

enhancement

As an early stage project we’ve biased in favour of documenting the essentials and getting content in place as fast as possible. This has worked well but a side-effect is...

documentation
enhancement