Uriel Chemouni

Results 36 issues of Uriel Chemouni

Hi, This is a code pattern I have commonly: ## With the current Bluebird ```typescript const api = {} as any;// my dataprovider async function main() { // first ids...

Hi, I have just done making my opencv4nodejs fork works. [UrielCh/opencv4nodejs](https://github.com/UrielCh/opencv4nodejs) [![NPM Version](https://img.shields.io/npm/v/@u4/opencv4nodejs.svg?style=flat)](https://www.npmjs.org/package/@u4/opencv4nodejs) [UrielCh/npm-opencv-build](https://github.com/UrielCh/npm-opencv-build) [![NPM Version](https://img.shields.io/npm/v/@u4/opencv-build.svg?style=flat)](https://www.npmjs.org/package/@u4/opencv-build) Main changes: - Tested and work and used on Debian/ Windows 10 / Raspberry...

Hi, I want to convert the sample of this repository to a working javascript version. It's not an easy task, but it's interesting. The conversion itself is doable, but I...

One of my Biggest PR. This PR contains the following changes: ## Improvements - All workflows are working - All plugin are written in typescript - Dependency loader rewrite. -...

plugin: stealth ㊙️
plugin: recaptcha 🏴
plugin: puppeteer-extra
package: core

Hi after a year away from this project, I'm back. I'm happy that my previous PRs (#455 #461) had help in #555. My next change will convert more remaining JS...

issue: proposal

Hi I have just opened a PR containing a Typescript version of [puppeteer-extra](https://github.com/berstend/puppeteer-extra/pull/649) Would a full Typescript PR for this project be accepted? After spending a full week on my...

List of changes: - @types/axios is a long time deprecated, axios contains his own types. - Add koa as dev dependency, koa is the smallest full spec http server. -...

the Issue #37 is closed. I try to use 2 UDP socket, but that not enough. I did not find valid solution to bypass this lack of feature. Should I...

Hi, Thank for this project. I'm trying to replace my ugly dnsmask configuration + nodejs front, by an pure nodejs solution. I forked your source for some changes, but I...