Dan Healy

Results 11 issues of Dan Healy

Hi there, I really like what I can see of this project. Unfortunately, I can only get the isometric1 demo running locally (tried chrome and safari), and I can't find...

Latest DRGTK supplies `fn.send_each` which may give some perf improvement in `CompoundSprite`'s `draw_override`

Due to expecting to call `draw_override`, there is an incompatibility when trying to add a `Zif::CompoundSprite` to the `@sprites` array on another `Zif::CompoundSprite`. An example to illustrate this would be...

bug
enhancement
help wanted

The camera should work this smoothly when zooming & panning: ![Kapture 2021-03-20 at 04 43 35](https://user-images.githubusercontent.com/38642/111868391-e0f00e00-8936-11eb-9726-d62ac0b6b68a.gif) This is basic behavior from Godot Camera2D

bug

It should be fairly easy to modify `Zif::Camera` to implement a parallax effect (e.g. flappy dragon) This might be a good first project for a new contributor: 1. Create a...

enhancement
help wanted
good first issue

> Zif is doing very little interactively with DR so I am pretty sure I could get away with rspec tests and some minimal mocking. But it leaves it open...

help wanted

For a `Validatable` `Hanami::Action` (including `hanami-validations`), calls to `rule` inside the `Hanami::Action` are passed through to the `Dry::Validation::Contract` class via the `Hanami::Action::Params` class. ```ruby class Event < Hanami::Action params do...

To demonstrate the benefit of using the framework, apples to apples comparisons of Zif code versus the samples provided in the DR documentation should be written. These are easy first...

help wanted
good first issue

I found this script to mark all entries private: http://henrik.nyh.se/octopress/2007/04/ruby-livejournal-batch-private/ The script uses ":recent => -1" to gather all entries using GetEvents, but it seems this is no longer supported....

Would it be possible to modify the input to support regex instead of a raw string? That way we can search for case insensitivity, etc. Thanks!

enhancement