tison
tison
Thanks for raising this! I hit this issue, and I suggest the server-side logs help also. @shuiyisong May you attach the logs (in text, so we can copy and search)...
Note: timezone is biased with (+08:00). ``` 2024-03-06 22:44:20,078 ERROR sender_thread Operational error: (MySQLdb.OperationalError) (1815, 'Internal error: 1000') [SQL: INSERT INTO keyboard_monitor (hits, ts) VALUES (%s, now())] [parameters: ("'a'",)] (Background...
Please avoid request a large range of reviewers which cause noise. IIRC we have a script to randomly pick up reviewers from volunteers already.
``` sub z { say &?ROUTINE for ^10 };z -> ;; $_ is raw { #`(Block|140378354921920) ... } -> ;; $_ is raw { #`(Block|140378354921920) ... } -> ;; $_...
> How valuable would this be? Because usually the line number is enough to locate where the message came from. Adding the column will increase binary size with questionable (to...
> Could you elaborate a bit how the binary size would be affected? Is it per log! call? If so, how can I verify that? So far, I can see...
https://opendal.apache.org/community/ this page already describes at least "how to subscribe mailling list".
> Hi, @tisonkun, would you like to take a look? I'm not a Java expert like you are. Looks like a good start. Perhaps create a repo for this starter...
@TimDiekmann eyre has an OptionExt::ok_or_eyre So I'd expect something like OptionExt::ok_or_report(IntoReport)
@Xuanwo would you work on a reqsign fix? Or I may handle it.