Maxim Martynov

Results 76 issues of Maxim Martynov

Fixes https://github.com/sjkingo/virtualenv-api/issues/42 Also allows to install packages with -e (editable) option

`atlas-client` is a Python library, not a CLI tool or application. It should not mess up root logging format and handlers

There are a lot of nested if clauses in the `AtlasClient.call_api` method which can be removed or rearranged

Hello. Github has an option to mark repo as archived. This means that nobody can create new pull requests or issues, no new commits can be pushed as well as...

Like https://github.com/phoenixframework/phoenix_html/pull/334, but for phoenix_pubsub. Like https://github.com/phoenixframework/phoenix_pubsub/pull/150 but updated, with only min and max Elixir/OTP versions, and also format and unused dependencies check enabled.

**Is your feature request related to a problem? Please describe.** GraphQL [Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo.Fields) has 2 fields to describe cursor position: `hasNextPage` and `hasPreviousPage`. First returns `true` if there is a...

enhancement
needs review

##### SUMMARY There is an option `use_nfsv4_acls: true` which allows to use NFSv4 ACL rules instead of POSIX ones. It does not work at all. It was already mentioned here...

bug
verified
waiting_on_contributor

# I have made things! In my project I use a lot of new-style annotations - `Type1 | Type2` instead of `Union[Type1, Type2]` provided by Python 3.10. To get these...

### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...

bug

KubeSpawner has `services_enabled` option which creates a service for the notebook pod. But it only creates service of type ClusterIP, and only opens 80 TCP port. But sometimes there are...