Sergey Maranchuk

Results 14 issues of Sergey Maranchuk

Sentry related documentation looks outdated. raven package is outdated (3y ago) in favor of [sentry-sdk](https://docs.sentry.io/platforms/python/) lib

easy-pick

Will be fine have some API for run migrations for plugins. Now migrations supported only by storages.

enhancement
help wanted
stale

Will be fine have support for Direct Payment that allow bank card processing without merchant account https://developer.paypal.com/docs/classic/paypal-payments-pro/integration-guide/WPWebsitePaymentsPro/

Kinto internally allow register custom colander based Resource, but i don't see any functionality related to this in kinto-http.js all kinto-http.js API works only with bucket/collections, but what to do...

enhancement
stale

Will be nice have some basic functionality for get file uploading progress Usually it implemented via `XMLHttpRequest` progress event, but kinto based on `fetch()` that still doesn't have this functionality....

enhancement
stale

re #211 * remove CSRF related code from session * use default get_csrf_token() function in templates * update CSRF validator for deform2 * use token functions directly (request.session.* -> pyramid.csrf.*)...

Will be fine have file upload functionality out of the box with features like: * storage * sqlalchemy integration * deform integration (add/edit/view with ability see preview for image types)...

`pyramid_tm.reify` is never be part of pyramid_tm packages, so it must be cleaned https://github.com/websauna/websauna/blob/b6fafa8889981baa75176e6f4885d60475603680/websauna/system/auth/tweens.py#L17-L21 https://github.com/websauna/websauna/blob/b7b55254cca7c94fedd16992381a5e6fb136270c/websauna/system/core/views/internalservererror.py#L15-L18

If i add some filter to .ini like: ```ini [filter:myfilter] ... [app:main] use = egg:MyEgg filter-with = myfilter ``` This part of code failed (cmd like `ws-settings` etc) with error...