Alex Zlotnik
Alex Zlotnik
Old behavior: if you do something like ```js try { await (new Pool()).query(null); } catch (error) { console.log(error); } ``` you get an uncaught exception. If you have a server...
It looks like it just doesn't get into the notifications center. Maybe it's just a permission thing?
I have noticed that the parameter ordering seems inconsistent to what I would expect. An example of this: ```go resultJSON := map[string]interface{}{ "status": "STATUS", "fields": map[string]interface{}{ "id": "ID", }, }...
It would be great to be able to use spring in vagrant (probably zeus users have the same issue). It looks like the issue is that it only checks the...
This adds a class method ``` ruby Duck.rank(:swimming_order).with_swimming_order_position ``` It is meant to be used when serializing a collection with its order. It sets the `swimming_order_position` of each item in...
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story Why I run `pnpm update -r foo@27`, I'd like _package.json_ to...
 ``` ┌─────────────────────┬────────────────────────────────────────────────────────┐ │ high │ jsPDF Bypass Regular Expression Denial of Service │ │ │ (ReDoS) │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Package │ jspdf │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Vulnerable versions │ =3.0.1...
### Description I want `insert({...}).select('id')` to require INSERT, but not require SELECT policy. I want to have a user that can INSERT a record and some corresponding stuff with it....