Sami Keijonen
Sami Keijonen
There are some documentation how to get Docker up and running in `docker-compose.yml` file. But here is a summary what steps have we done to make Docker work. Maybe using...
It's common that Gulp handles all the assets like CSS and JS. At the moment `gulp` is run when `$SCSS_CHANGED` is `true` in `post-receive` hook. It would make sense that...
**Describe the bug** When I try to open characters modal using Voiceover in Safari, nothing really happens. It seems that paragraph text kind of even disappear. **Steps to Reproduce** 1....
Hi Justin. I have translations coming from [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/breadcrumb-trail/dev/fi/default) now. So can you remove translations from the plugin, thanks.
I don't think [shortName is used anymore in font-sizes](https://github.com/justintadlock/mythic/blob/master/app/functions-setup.php#L103), it can be removed.
Travis helps test and deploy code. It can run tests we specify by adding `.travis.yml` file. I especially find it useful when doing PRs for other projects. This is also...
SVG system may or may not be good fit for this project. If you ask me, it is:) I can't remember the last time when SVGs wasn't involved in a...
I was wondering about how WP loads editor styles. I have used this with relative path and seems working fine with child themes. ``` /* Add the theme's editor styles....
I noticed that screen icon is deprecated. http://codex.wordpress.org/Function_Reference/screen_icon
This is more like a question since I'm a little lost. In Seravo stack there is `WP_ENV` constant? What is the relating to [WP native `wp_get_environment_type()` function?](https://make.wordpress.org/core/2020/07/24/new-wp_get_environment_type-function-in-wordpress-5-5/). I'm trying to...