Fred Wu
Fred Wu
Hi @antonmi , First of all, thank you so much for bringing espec and espec_phoenix to the ecosystem! I have upgraded to v0.5 and as expected most of my test...
Given we cannot control the compilation order of dependencies, we ran into an issue where attempting to `use Nebulex.Caching` results in the following error: `module Nebulex.Caching is not loaded and...
After upgrading to Virtus 1.0 which depends on Coercible 0.2.0, we noticed that a bunch of our attributes are now failing due to the stricter coercion rule. For example, a...
This fork has many bug fixes and enhancements: https://github.com/necolas/jquery-autosuggest
I use Wallaby for feature tests. Despite using `find`, the animation still makes the test brittle for some reason. Disabling the animation resolves it.
Let the parent app decide which money package to use.
Note: breaking changes. The limitation of the current implementation means that the add/remove links cannot be i18n'ed if the resource name also needs translation. This PR addresses this, although, as...