budowski

Results 15 issues of budowski

Useful when trying to control when the release-to-refresh mode begins (in case you want the pull distance to be less sensitive).

Including client-side AJAX calls to the REST API.

So if we have a `blob_prop` inside a `struct_prop`, the URL endpoint will be: `/api/my_model/struct_prop/blob_prop`. This support should be recursive (e.g. blob property within a structured property within a structured...

i.e. `DELETE /api/my_model/123/blob_prop` will delete the blob from the blob store and set the BlobKeyProperty to None

Used while developing - similar to what djagno-rest-framework has.

enhancement

In the UserRESTHandler + RESTHandler constructors: Raise a ValueError in case of using permissions that don't make sense. For example: - POST with PERMISSION_USER_OWNER - Any others?

As part of the `zoomListener` - it's a callback that's called *before* zooming starts. This is useful in cases we want to manipulate the image/view being displayed, before the zooming...

**Describe the bug** Dappeteer options not being passed by jest.config.js or package.json (when using `@chainsafe/dappeteer` Jest preset). **To Reproduce** Steps to reproduce the behavior: package.json -> `jest` key: ``` "jest":...

bug

Glad to see an official Vuex Cognito plugin! As part of AWS Cognito usage, usually there are Cognito-authenticated API calls (to API Gateway, etc.). For that, we'll need to retrieve...

Thanks for submitting a PR! Please read these instructions carefully: - [ X ] Explain the **motivation** for making this change. - [ X ] Match the **code formatting** of...