Yagiz Nizipli

Results 171 issues of Yagiz Nizipli

Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...

pending

This is a draft pull request to improve the developer experience by fixing internal function's JSDoc declarations. I wanted to receive some feedback before investing time on this. Previously, all...

errors
needs-ci

Fixes https://github.com/nodejs/node/issues/44040 according to TAP specification available on http://testanything.org/tap-version-14-specification.html Example test: ```javascript const test = require('node:test'); const assert = require('node:assert'); test('top-level test 1', async (t) => { await t.test('level 1.1',...

needs-ci
test_runner

Because of the lack of bluebird in this library, you had to promisify nedb from scratch. But basically, you could have used `Promise.promisifyAll(Datastore.prototype);`. On the other hand, request-promise library already...

Here's the underlying commit to disable fallback data on all tables: https://github.com/socketkit/socketkit/commit/dae4e80b7e8550ec4f9c97703e6ece5390bc6389

We are using Webpack with our Electron application and upon adding the integration I'm receiving the following error: ``` [28752:0812/082043.551169:ERROR:session_preferences.cc(38)] preload script must have absolute path: ../../common/temp/node_modules/.pnpm/@[email protected][email protected]/node_modules/@cliqz/adblocker-electron-preload/dist/preload.es6.js ```