Vadim Belman
Vadim Belman
Basically, `perl6-tidy -` must do the trick, but `cat t.p6 | perl6-tidy -` simply stucks there with no output.
Oh, should've done it in first place. A bit overwhelmed and forgot to. Here is a golfed down variant suitable for rust-script: ```rust //! ```cargo //! [dependencies] //! serde =...
> vrurg did a huge revamp of the Perl based build back in 2017. @vrurg can you give your opinion on the idea to redo our buildsystem in Meson? As...
No problem, if I can find out how to enable it. :) I'm afraid, your help in a form of advise is needed here.
I finally got time to give the tracing a try. Here is what it says: ``` 2024-07-17T21:18:46.326525Z ERROR async_openai::error: failed deserialization of: { "object": "list", "data": [], "first_id": null, "last_id":...
Luckily, this fix is very simple. :)
I've done as you suggested. Meanwhile, an interesting fact. I did a tests run to check the fix in #252 and it came up with the following: ``` failures: ----...
> I think `files.list()` has better ergonomics than `files.list(None)`. I agree. I just followed #167 and tried to figure out a good compromise. BTW, a side note here. The query...
> That's a good observation too about lack of documentation on `query` parameter - any contribution to help improve it is most welcome! (I think one of examples have a...
I don't think it worth a new issue only because it's just another enum, so I report it here. Another code I saw and which is not specced yet: "invalid_file"....