Vasil Rangelov
Vasil Rangelov
Right now, if you have a PHP file include/require a PHAR file, the PHAR file is effectively ignored (except maybe the stub... I haven't checked that particular detail). By design,...
Added main and types entries to package.json, and removed index.ts and plugin.ts files from repo root (as they were merely pointers to those files). ## PR Checklist Please check if...
The example about UnionToIntersection seems really specific and it doesn't quite make it clear how the resulting "Fn" will be used... Heck, even the source docs say "#darkmagic". Could anyone...
### Expected behavior I have an application that may look for the user in a different database based on the request's hostname. Sure, I could store the DB identifier as...
According to the reference docs at: https://developer.nexmo.com/api/sms#delivery-receipt The delivery receipt should feature a client-ref if one was supplied at the time the SMS was sent. There is no getter for...
Certain requests like sending an SMS could be performed either with a signed request or an unsigned ones, and others still can only be performed by an unsigned request. The...
Recent NodeJS versions support [BigInt primitives](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) which are a perfect fit for MySQL's BIGINT data type. I realize that merely returning BigInt primitives by default would be breaking for a...
## Feature description A select element creates a UI around an HTML input element, and allows a user to its ID via the "id" attribute. However, it doesn't allow setting...
The change() method is a super convenient way to write reversible migrations, but its limited capabilities require going to up()/down() too often, even for seemingly small and easily reversible changes....
## I'm submitting a... [ ] Regression [ ] Bug report [ ] Feature request [x] Documentation issue or request [ ] Support request => Please do not submit support...