Guillermo Perez

Results 13 issues of Guillermo Perez

Any chance to use this with koa? Looks great. Simple and straight to the point.

Is there a plan to include the `pageless` option in the API? If not, what alternative options do we have to create/display a document as pageless? Maybe a URL param?...

type: feature request
priority: p3

Hi. This library is great, thank you. Just one thing: scrolling while zooming should be possible. That's the common behaviour if you zoom in chrome by example. By other hand,...

enhancement
help wanted

I've copied the test content, and it fails when I run it: > incrementAsync Saga test > > /srv/http/redux-saga-beginner-tutorial/sagas.spec.js:16 > var gen = (0, _sagas.incrementAsync)(); > ^ > > TypeError:...

Great library. Just to let you know that it now raises a warning regarding react lifecycle method `componentWillMount`. It is being deprecated.

It's a great UI. Very handy. Thanks. However, the extension it's not working with React.

Hi. I'm running the latest WP (4.5.2) and I found an issue with this line at /lib/ManualImageCropSettingsPage.php: $cropMethod = get_option($s.'_crop'); Issue is that only thumbnail return 1. Medium & Large...

I have some variables called like `import_expenditure`. And the plugin gets confused and inserts the new imports there instead of in the top of the file. So, a quick solution...

Hi. I'm using Win 10, CLion 2020.2.3, and I already installed ESP-IDF Tools using the [windows executable installer](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html#esp-idf-tools-installer). As stated in the new project wizard, I have to setup something...

I'm using yaml on init method, like this: ``` backend: { loadPath: path.join(__dirname, '/../locales/{{lng}}/{{ns}}.yml'), }, ``` Afterwards, I want to load more resources, but `addResourceBundle` doesn't recognize yaml format. It...