Stephen Lewis
Stephen Lewis
The `mixins.scss` file is missing from the npm package. This means it's not possible to use the package [as documented](https://github.com/ausi/cq-prolyfill/blob/master/docs/usage.md#sass-less-and-other-preprocessors). I think the problem is caused by the `files` property...
Hello, I'm running into an issue when attempting to [copy existing data to encrypted fields](https://hexdocs.pm/cloak_ecto/encrypt_existing_data.html#copy-data-to-new-fields) on [fly.io](https://www.fly.io) (it works fine locally). The error is as follows: ```bash * 1st argument:...
Pretty sure the cache key should include the PHP version, now that we're testing against multiple versions.
Consider replacing the venerable Smartypants with [PHP Typography](https://packagist.org/packages/mundschenk-at/php-typography). [Andrew Welch](https://github.com/khalwat) claims it's the bomb.
Register the Smartdown service in the plugin `init` method. Registering it [in the `composer.json` file](https://github.com/experience/smartdown.craft-plugin/blob/master/composer.json#L24-L26) works, but it's pretty obtuse.
The following `extra` properties now appear to be redundant: - `hasCpSection` - `hasSettings`
## Versions | Item | Version | |:-----|:--------| | Elixir | 1.18.2 (OTP 25) | | Twix | [`92f84f5e`](https://github.com/bratsche/twix/commit/92f84f5e20f9569ebbc1caffe6db2e5d7824711e) | ## Description Twix will not override a `min-h-{x}` class with...
### Environment * Elixir version (elixir -v): 1.18.2 * Phoenix version (mix deps): 1.8.0 * Phoenix LiveView version (mix deps): 1.1.8 * Operating system: macOS, Linux (Fedora), iOS, and Android...
I have little doubt that completing the following checklist will require addressing countless breaking changes and Composer dependency version conflicts, none of which interests me. - [ ] Update PHPUnit...