Mal Graty
Mal Graty
This repo is effectively EOL and the NPM package ownership has been transferred to an outside party. I'd recommend searching for another package that will meet your goals. Sorry I...
@Neilpang on the original PR for this work you mentioned that you needed to think about it a bit, as the year comes to a close it'd be good to...
The readme is going to keep changing, and this is going to keep creating conflicts. @Neilpang let me know when you're ready to merge and I'll rebase it a final...
Rebased a (hopefully) final time now that it won't conflict with the deploy readme. /cc @Neilpang 🙂 Deploy hook doc additions https://github.com/Neilpang/acme.sh/wiki/deployhooks ```` ## . Deploy the cert to AWS...
/cc @Neilpang I'm guessing at this point that this is probably a write off ... 😛 Never the less, I've rebased one last time just in case. 🤞
Hmm, the queues I'm using on SQS are made up of `https;////`. These are all on queues that live in the default region `us-east-1` and has dual working endpoints `queue.amazonaws.com`...
It is covered here: I believe you'd want something like this (untested). ```renpy transform window_shader(child=None): Model().texture(child).child('window_control_image.png') shader 'renpy.my_window_shader' ```
Curious as to what the use case would be, and why a simple `.rpy` rather than an `.rpym` wouldn't be more suitable for this?
This seems like a good potential case for creators to use `MultipleTransition`, which would better support (for example) using different warps for the two dissolves (i.e. `easein`, then `easeout` -...
Update: There are still some issues with this approach and modality, as Booplicate points out below - and Tom confirms - it's only evaluated once. --- Building atop Andy's code,...