stevenwdv

Results 37 issues of stevenwdv

Currently the `evaluate` and `evaluateHandle` functions and `JSHandle` itself are very loosely typed, for example, this is allowed: ```ts async function demo(handle1: JSHandle, handle2: JSHandle) { const notActuallyBoolean: JSHandle =...

feature
breaking change

`rtcwake` and other suspend/standby/hibernate commands don't work because there are no modes available in `/sys/power/state`. I read somewhere that this could be because the kernel wasn't compiled with `CONFIG_HOTPLUG_CPU` or...

MariaDB (MySQL-compatible) added support for `CHECK` constraints to version 10.2.1 (stable=10.2.8). It would be very useful if PHPMyAdmin had a UI for adding and managing these in tbl_create.php and tbl_structure.php....

enhancement
parser
waiting on upstream

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

bug
package: eslint-plugin
accepting prs

### Support plan - Which support plan is this issue covered by? (Community, Sponsor, Enterprise): Community - Currently blocking your project/work? (yes/no): no - Affecting a production system? (yes/no): no...

bug

Note: part of the info below is outdated, in the end we settled on using a CTAP vendor command instead, see the rest of the issue comments. ---- I created...

This adds credential algorithm detection to #397 to also support EdDSA signatures. It also adds a trusted comment field to the request with key `3`. If provided with an EdDSA...

1. **`saltEnc` type was not checked causing an assertion in `cbor_value_copy_byte_string` to fail.** Reproduce using solo-python: Go to `HmacSecretExtension` in `extensions.py` in python-fido2 and replace `2: salt_enc` by `2: "hey"`,...

The parser currently shows warnings for `CHECK` constraints, which are supported in MariaDB 10.2.1+ ```sql ALTER TABLE t_a ADD CONSTRAINT CHECK(col = 42); CREATE TABLE t_b ( col INT CHECK(col...

enhancement
kind/support

The validator marks queries with an alias (with or without `AS`) after [window functions](https://mariadb.com/kb/en/library/window-functions/) like `RANK`, `DENSE_RANK`, `ROW_NUMBER`, `CUME_DIST`, etc. as incorrect: ```SELECT RANK() OVER(ORDER BY NULL) rank``` ``` [...

enhancement
kind/support