Borja o'Cook

Results 10 issues of Borja o'Cook

The example below prints "Hello, world" when using `printf`, and " Hello, world" (note the extra leading space) when using `@pony_os_std_print` (which is what `StdStream.print` is using). Note that `@pony_os_std_print`...

help wanted
bug
good first issue
discuss during sync

[Emil Bay reported a bug on Zulip](https://ponylang.zulipchat.com/#narrow/stream/189934-general/topic/Core.20dump.20on.20partial.20application.20on.20Format), the following are the details of the bug: The following pony code causes an asserion error during the verify pass: ```pony primitive Foo...

help wanted
bug

When all member types in an union implement a function with the same number of arguments and the same return type, but one of them has a default argument, as...

triggers release
help wanted
bug

Starting with ponyc 0.49.1, the following Pony code: ```pony class Foo actor Main fun apply(x: Foo iso^ = Foo) => None new create(env: Env) => None ``` causes the compiler...

help wanted
bug

The following code fails to compile, as expected: ```pony actor Main new create(env: Env) => let f = {() => None} f.string() ``` However, the error message says: ``` Error:...

help wanted
bug
good first issue

Probably related to #3727, this code causes the compiler to crash: ```pony primitive Foo fun test(f: U8 = (256)) => None actor Main new create(env: Env) => Foo~test() ``` ```...

help wanted
bug

I managed to reproduce the same behaviour as https://github.com/ponylang/ponyc/issues/3126 with the following code: ```pony actor Main let a: Array[(U64, U64)] = [as (U64, U64): (0,0); (1,0); (2,0); (3,0); (4,0); (5,0);...

help wanted
bug
needs investigation

rust_rdkadka version: 0.32.2 I have this weird issue where a consumer (using assign) will sometimes not resume consuming messages from the log after it gets disconnected from a broker. Here's...

**What version of protobuf and what language are you using?** Version: stable 3.19.4 Language: N/A **What operating system (Linux, Windows, ...) and version?** macOS 11.6.4 **What runtime / compiler are...

bug
documentation
protoc

I'm wondering what's the best way to handle initials, especially dropped initials. For raised initials, I'm basically doing the following, which works "fine": ``` (q (q [(font-size-adjust "300%")] "L") (q...