juacala
juacala
The SQL Parser fails to parse the following query: ```sql update `table1` as e, (select * from table2) e2 set e.`id` = e2.id, where e.id=e2.id ``` It returns the output...
We've made quite a lot of use in the `properties-of` methodology for dealing with array shapes. One issue we've ran into, is that if there is an array shape with...
The following code does not work: ``` $keyInfo = [ "kty" => "oct", "kid" => "unitTestJWKHMAC", "alg" => "HS256", "k" => "SecretKey", ] $jwk = \Firebase\JWT\JWK::parseKey($keyInfo); ``` Is there an...
The main purpose of this is to rename a global function to a static method of a well namespaced class to help migrate legacy code. Something like rename symbol would...
psalm does not recognize the `properties-of` type if it's assigned to a property of a class, and then it gets fetched using properties-of See: https://psalm.dev/r/e76bd1defd ```
I am getting that a constructor param that is typed as an array appears incompatible with `properties-of`. Seems like this should be compatible. See: https://psalm.dev/r/706b992dc9