Vladyslav Huba

Results 12 issues of Vladyslav Huba

I want to use an async function to generate cryptographically strong random numbers for Randexp. But seems like currently `randexp.randInt` can only return generated value, not a `Promise` of the...

feature

## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

enhancement

The Readme says: > maxInterval: specifies the maximum amount of time an account can be locked. Default **30000 (5 minutes)** But if it's the amount of milliseconds, then 30 000...

I want to put a sequelize.literal query under `Op.and` symbol before `get` and `patch` method to attach an `EXISTS` query. But at the same time, seems like because of the...

question
wontfix

These examples: 1. https://googlechrome.github.io/samples/picture-in-picture/audio-playlist 2. https://googlechrome.github.io/samples/picture-in-picture/ When opened on Chrome 81 Android, they write out that "The Picture-in-Picture API is not supported". But when I try to actually play the...

It should be possible to create scoped instances of driver and api. It also should be possible to configure dynamically such thing as URL. Currently it's read once from environment...

I'm trying to create a product with a price: ```javascript const result = await pipedrive.ProductsController.addAProduct({ body: { name: 'Something', active_flag: false, prices: [ { currency: 'EUR', price: 123.45 } ],...

Running this package with Typescript 4.9 and above results in the following error: ``` node_modules/typeorm-cursor-pagination/lib/Paginator.d.ts:34:42 - error TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'. 34 paginate(builder: SelectQueryBuilder): Promise;...

As of now, ScriptProcessorNode is deprecated and it is recommended to look into other ways of handling scheduling such as using AudioWorklets. As I see in the source code, ScriptProcessorNode...

The deprecation notice [suggests usage of `multi: true` option](https://hooks-common.feathersjs.com/migrating.html#deprecations), but the problem is `multi: true` has no flexibility at all and sets the behavior for both internal and external calls...