Ekin Dursun

Results 12 issues of Ekin Dursun

For showing the CWD path in a more compact way, this function - shortens path parts before last from right to left, until first character of the path stays (`directory`...

Before 1.3.4, `apollo-utilities` didn't have `graphql@^15.0.0` as a peer dependency, so when `apollo-link` is already installed and user switched to `[email protected]` they could have peer dependency warnings. This update solves...

It was not good enough that methods returning HTTPResponse instances, so I extracted status and body and return as an instance of IyzipayResponse (a new class which I introduced).

In version 0.630 and `master` (with Python 3.7.0), I get this error : ```py def foo() -> None: global myglobal myglobal = 2 # error: Name 'myglobal' is not defined...

bug
priority-1-normal
false-positive
topic-runtime-semantics
topic-variable-scope

## Description ## Related Issue ## Motivation and Context ## Screenshots (if appropriate):

When I use a column with `hll` type as a field in `GROUP BY` clause, I get the error: ``` ERROR: could not identify an equality operator for type hll...

The semver range already includes `6.0.3`, but it doesn't disallow lower versions. So for the best security, it should be upgraded in `package.json`.

This version supports Python 3.12 and doesn't break anything. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of...

**Description** Python 3.12 removed `assertDictContainsSubset`, so we are removing all usages by replacing it with subset assertion. --- This checklist is used to make sure that common guidelines for a...

customer-reported

**Description** Python 3.12 removes `assertNotEquals`, so we are removing the uses by replacing it by `assertNotEqual`. This checklist is used to make sure that common guidelines for a pull request...

customer-reported