Michael Vasin
Michael Vasin
When I use `return $vcard->save();` instead of `return $vcard->download();`, it does save the proper (not-trimmed) vCard on the harddrive. `echo $vcard->getOutput();` works fine as well. I tried `nginx` and built-in...
Excuse me?
Injecting `` does work by means of `typography.injectStyles()`, as mentioned in the readme. Similar `inject` method is missing for google fonts, and I resorted to copying `` from google fonts...
Hi and thanks for the great library! I noticed the `extract` method in the docs https://cheerio.js.org/interfaces/CheerioAPI.html#extract and in the tests https://github.com/cheeriojs/cheerio/blob/dec7cdc9ad21a1fc5667a2ed015aba9ee3b47e5f/src/api/extract.spec.ts, but when I try to use it: ``` const...
I also have the issue of not ignoring the ignored files. Here's my `.scss-lint.yml`: ``` exclude: - 'vendor/**/*' - 'assets/main.scss' ``` I do have the files ignored by cli `scss-lint`,...
1. https://codex.wordpress.org/Installing_WordPress DOES contain the suggestion to use wp-cli: > Installing through wp-cli > wp-cli is a great command line tool with which you can easily install and update WordPress...
To be precise, after navigating from `/page#something1` to `/page#something2` the back button works. But if you open a `/page` and scroll down, then click a link that takes you to...
This is definitely an issue that should be addressed in readme. It may be funny for people who are well familiar with this, but for those who are not "Enter...
What comes to mind is intercepting these swipe gestures and disabling entering transition in that case. Getting rid of this glitch (by glitch I mean showing entering transition when page...
One more idea to explore (I don't know if it will work) - `preventDefault()` this off the screen swipe and then programmatically trigger history back (or forth, if that was...