Shibin Das
Shibin Das
Yes, i can confirm the bug. When clicking on "scrollbar" of the in a long option list, it hides the option list as if you clicked somewhere outside.
@rawksteady , i am able to reproduce the error without scrolling anywhere else. Tested it on google chrome.
@Decipher not yet. And to be honest, didn't even plan this far yet. Atm, am working on an architectural overhaul after some user feedback and difficulty in using the project....
@mathislucka thanks for the PR. This is an interesting concept. So If i understand correctly, `apiParams.addFilter("pet", "cat")` can be also written as, `apiParams.addFilterQuery("pet = 'cat'")` `apiParams.addFilter("name", "Jo", "CONTAINS", "first-name")` can...
This has been in the backlog for a while and am moving to won't fix. I feel this could be a different library that can depend on drupal-jsonapi-params and achieve...
Update: Even though not a good DX, one way this is possible right now is using the FilterFunc in qs library (read more about it here -> https://www.npmjs.com/package/qs). Example usage:...
Checking the Specification for JWT https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.6. ``` [4.1.6](https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.6). "iat" (Issued At) Claim The "iat" (issued at) claim identifies the time at which the JWT was issued. This claim can be...
@stmh , Thanks for the review :) > Instead of passing the 1p reference I'd try to extract the vault id and item id from the url and use the...
@stmh maybe i can create another method to get item from vault using `onePasswordId` and `onePasswordVaultId` and then extract `text` and pass it back. This way, it doesn't really use...