Onur Yıldırım

Results 16 issues of Onur Yıldırım

Subsequent key-mappings are considered as conflicts. e.g.: keymap1: ["CTRL+ALT+C", "CTR+ALT+R"] keymap2: ["CTRL+ALT+C", "CTR+ALT+B"] This is not a conflict (the binding itself works without errors in Sublime). Note: If there was...

Is there a mysql example?

ES2015 code with `static` class property is documented but `scope` is set to `"instance"`. Forcing with `@static` does not help. ### Input code ```js /** * Dummy docs. */ class...

I can't see how I can get CIDR prefix length (bits) of an IPv6 subnet. I have the IP address and the subnet mask. Is it even possible with this...

A quote from a fellow developer: > _"I don't like aliases. They make it seem like it works differently when reading the code."_ I'm thinking he's right. Should we remove...

design
v3
poll

- Updated `request` (production) dependency to latest version. Fixes #62 - Updated devDependencies to their latest (major) versions. Tests pass. - Fixed `new Buffer()` warning. Fixes #63 - Created `package-lock.json`

NPM warnings when `iyzipay` is installed for a project: ```sh npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated [email protected]: Use uuid module instead npm WARN deprecated...

[`new Buffer()` usage](https://github.com/iyzico/iyzipay-node/blob/master/lib/utils.js#L35) causes the warning below: ```sh (node:3640) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. ```

When you click on a bookmark of a page with a query-string, `context` has incorrect `pathname` and `querystring`. ### Example: Page URL is `http://domain.com/products/?id=10` which includes the following link: ```...

bug

Mac OS X, v10.11.5 Node v4.4.3 NPM v3.10.2 ``` npm install devtool -g /usr/local/bin/devtool -> /usr/local/lib/node_modules/devtool/bin/index.js > [email protected] install /usr/local/lib/node_modules/devtool/node_modules/fsevents > node-pre-gyp install --fallback-to-build [fsevents] Success: "/usr/local/lib/node_modules/devtool/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" is installed via...