ragulka

Results 40 issues of ragulka

This PR is a solution to https://github.com/thedersen/backbone.validation/issues/211. It allows pre-validating a set of attributes against itself or another set of attributes. ``` javascript // Validate a hash of attributes against...

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: When a page, for example, an edit form contains a `scroll-region` and we use either the...

bug

This is a proposed fix for #1211 This change will ensure that whenever `setPage` is called, the `preserveScroll` option is respected. Since this option is always passed from current callers...

**Bug Description** When I try to make my first swap, I had to approve & sign, but then the interface is stuck with the "Approving" button spinning for a few...

bug

It seems that if I provide a specific target and that target does not exist in grunt config, then watch goes into an infinite loop: ``` Running "watch:joke" (watch) task...

By looking at your example and trying on my own I can see that a javascript file that only requires other javascript files and does not contain any code in...

This PR proposes 2 new interfaces: * `RefreshTokensInterface` - can be implemented by OAuth2 providers that support refreshing an access token * `RevokeTokensInterface` - can be implemented by OAuth2 providers...

stale

This PR leverages the Laravel Service Container to create new instances of the `Modal` class. This allows developers to customize the Modal class by binding their own implementation to the...

Hey - first: great plugin! So far the best jQuery popover plugin I've found. The issue I am facing is this: I'm trying to set focus to the button element...

It'd be great if dotty could work with nested arrays as well, for example, with something like this: ``` javascript { some: 'property', other: [{ properties: true }, { properties:...