Alexander Zinov
Alexander Zinov
I believe I've found the culprit of my problem. Calling `await Job("id", pool).abort()` isn't ever safe. If the job isn't found, the specified `job_id` will remain in the `abort_jobs_ss` until...
> hi, did you see if your line fixes the problem? I did **very** limited testing so take it for what it's worth. But yes, [the fix](https://github.com/sashkent3/arq) seems to be...
@SteniMariyaThomas well, nothing prevents the user from running `await Job("id", pool).abort()` while there's no job with the id `"id"`. For example, this could be a first command on a fresh...
@tefra just to clarify, the problem is not only with the type-hinting. The following XML is (incorrectly) parsed without error by the code generated from the above schema: ``` test...
Hi @ekharkunov ! Thanks for your great work on this issue so far! Can't wait to test it out with libdatachannel. I've just noticed that unlike most of its binary...
> I've made quick builds and got following results Without `MBEDTLS_SSL_DTLS_SRTP` > > ``` > -rw-r--r-- 1 yauheni staff 2904800 Dec 2 21:21 libmbedtls.a > -rw-r--r-- 1 yauheni staff 2904800...
> We decided that it's acceptable growth. Amazing news! > Get a try and let me know how it goes for you: I started experimenting with the Linux build today...
Ah, as I understand it now Defold bundles all of the mbedtls components together. The linker throws errors because some feature flags are disabled in Defold, here's a summary: SYMBOL...
This needs attention.