Evgeny

Results 131 issues of Evgeny

**Is your feature request related to a problem? Please describe.** Where is no clear and predictable way to access `page data` inside: * `filter` * `shortcode` * `transform` It would...

enhancement

#### Support plan * *which support plan is this issue covered by?* (e.g. Community, Core, Plus, or Enterprise): Community, Core * *is this issue currently blocking your project?* (yes/no): yes...

feature

### Steps to reproduce the actual/current behavior ```js module.exports = function create(req, res) { const view = new keystone.View(req, res); view.on('init', (next) => { next(new Error('Unhandled error')); }); view.render('index'); };...

bug

### Expected behavior It would be nice to have `TextareaArray` field type. ### Actual/Current behavior `TextArray` field allows to use single line text. ### Environment | Software | Version |...

feature request

**Is your feature request related to a problem? Please describe.** It would be helpfull to support ECMAScript modules as operation handlers. ```js export default { // the express handler implementation...

enhancement

I've faced with incorrect warning: ``` The WordPress CRON jobs system is disabled. This means the garbage collection system will not work unless you run the CRON system manually. ```...

[Plugin] Super Cache

PSi should be PS0 for normal address

Address: > If the equality X==Hs(pV0* R)G+PSi is true Subaddress > if the equality PSi == X - Hs(pV0 * R)G is true https://github.com/monerobook/monerobook/blob/master/chapters/5.md#5343-receiving-to-a-subaddress What is the sense of different...

Continue of https://github.com/electron-userland/electron-forge/pull/1752

ISSUES CLOSED: #1784 * [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate....