Alastair Douglas

Results 29 comments of Alastair Douglas

Right, I guess that makes sense. I could instantiate the package with the configs rather than have the package fetch the configs, but I was thinking of configs in terms...

Propeller concurs. Propeller will always concur with beer.

Indeed, `_get()` conflates all problems into one `return false`. The problem could be anything from key not existing to cache being gone, as far as I can tell. In fact...

Relevant parts: https://github.com/shuppet/p6-api-discord/blob/master/lib/API/Discord/Message.rakumod#L160 https://github.com/shuppet/p6-api-discord/blob/master/lib/API/Discord/Message.rakumod#L182

We can use https://github.com/lizmat/ObjectCache on the ButReals. Then we can use the new `EVICT` behaviour to force a re-fetch if necessary. This will then just straight up cache everything. Nice.

Put this back as enhancement because also I think it works OK now.

If we can find a reasonable way of interfacing with a sound device, or some other means of sending sound data down the pipe, then yeah, we'd like to do...

My thinking was simply to avoid having models at all. Not sure whether it is correct to say that one could simply fake models with IDs in order to get...