Justin Wong
Justin Wong
Just to confirm, this only happens with pre-built skia right? I don't have any issue if I compile skia with the instructions [here](https://github.com/aseprite/skia#skia-on-linux), then use that to build aseprite, on...
My understanding of bind is that it's used on stable parts of the messaging architecture. In my use case, I have one static subscriber that listens to a fixed endpoint,...
Thanks, guess I'll find a workaround with an intermediary instead. Thanks!
Are you using the `gem install` method? Just tried to download and use it, seems like the ruby gem is outdated. Install directly from repo instead: ``` git clone https://github.com/Dan-Q/twee2...
> The syntax for installing the gem is slightly off and should be just: > > gem install twee2-0.5.0.gem Yup you're absolutely right, will update my previous comment accordingly, thanks!
It was removed from the skia project on 4th May https://github.com/google/skia/commit/64e74e64977709b2291d3fff1eb4cf67b76db8ae#diff-4cc955bcf0b472353786cc8d8b7d346fb432c091bed099de884885e938392814
Thanks for this! I'm a little tied up at the moment so it'll be awhile before I take a look at this.
[mozlz4](https://crates.io/crates/mozlz4) in crates.io is a downstream fork, written as a library crate, that isn't maintained by me. This project can be installed by running `cargo install --path .` in the...
> You could use an AnimatedSprite (or Sprite + AnimationPlayer) as the child of a Control node. This way, you can still use the anchor system. Since AnimatedSprite doesn't inherit...
This is a command line application. It has to be run via the command line.