Veesh Goldman
Veesh Goldman
You can already work around this if you know that you need to search it by putting the id you're interested in also into notes. I'm fairly certain that's what...
while you're at it, you probably want to be able to assert things against the result of the job. Sometimes you're testing that it fails, sometimes that it succeeded, etc.
I think you read into the example too much. Progress is an arbitrary meta-data field, not an inherent part of Minion. On Wed, Aug 26, 2020 at 11:06 PM Dave...
You would need to use something which has a pub/sub interface. Options include a websocket hub (like Mercury) or Redis (if you want to stay strictly in the Mojo camp)....
You're working with too blunt of a hammer. You're assuming that EVERY item put in notes is related to progress, which isn't necessarily true. For example, I personally use notes...
Notes is a hashref. I don't know what you mean by subset. On Thu, Aug 27, 2020 at 12:34 AM Dave Hayes wrote: > You're working with too blunt of...
For the record, when I looked at other dynamic languages, the term property was more used than attribute. On Sat, Feb 26, 2022, 10:54 Ovid ***@***.***> wrote: > @abraxxa I...
I'm having this problem also on Ubuntu with version 2018.04.1 built on MoarVM version 2018.04.1 implementing Perl 6.c. What's odd is that when i `zef look` into the directory, and...
I'm more than happy to help maintain a perl SDK, for what it's worth. Regarding FFI, the best option is [FFI::Platypus](https://metacpan.org/pod/FFI::Platypus). I am familiar with using it, it's quite pleasant
I solved this by adding the address_only_keys flag to the call. It would be nice if this API had ANY documentation.