mukund

Results 17 issues of mukund

For example, it should not be possible to e.g. go from originating to merchant funded (skipping customer funded in the process).

enhancement

It looks like [`ember-cli` calls `DS._setupContainer` to setup tests](https://github.com/rpflorence/ember-qunit/blob/master/lib/module-for-model.js#L4-29). Is there a recommended way to do this with EPF yet?

This is the same issue as #51, but I've added a breaking test. Basically, `before_save :handle_ranking` gets run only **after** the validation throws the error. This is because validation callbacks...

This fixes the breaking spec in #68 After I changed to `before_validation`, a bunch of specs failed. They failed only because they were using `update_attribute`, which skips validation. I replaced...

I need to test this with Yeoman to make sure it works. I've heard a report that it doesn't. Not too familiar with Yeoman, though, so I'll need to set...

question

Hi Timon, big fan of your crates, had this idea: 1. In `cargo_fmt_manifest.toml`: ```toml workspace-only-dependencies = [ "clap", "crossterm", "tokio", ] ``` 2. This should now be an error: ```toml...

When textures are rendered, there is a placeholder image that flashes for a single frame before the actual image. Here is an example of how it looks: Example reproduction: ```rust...