Nikolai Røed Kristiansen
Nikolai Røed Kristiansen
- Only support Python 3.6+ - Swig 4 - Github actions instead of Travis CI - requirements_test.txt
This stops using the deprecated format_error removed in graphql-core v3.2 https://github.com/graphql-python/graphql-core/commit/09ff14f68bdce1e9cd71decc871fd38274b01971 . `GraphqlError.formatted` has been a thing since at least v1. This PR tries to solve the same thing as...
After https://github.com/kamilkisiela/graphql-config/pull/595 pulled inn `@endemolshinegroup/cosmiconfig-typescript-loader` we now transitively get the `typescript` dependency via `ts-node` in our project. This change increases node_modules size by ~57MB for module consumers, which seems a...
This reduces node_modules size by ~19MB for module consumers
**Command attempted:** Ran `hub pull-request` to create a new PR in a repository belonging to a specific organization. **What happened:** Did not fetch the organization-wide `PULL_REQUEST_TEMPLATE.md` from repo named `.github`...
With `djangorestframework>=3.12` we can now observe the following warning: ``` (...)/site-packages/rest_framework_mongoengine/serializers.py:355: RemovedInDRF314Warning: The `NullBooleanField` is deprecated and will be removed starting with 3.14. Instead use the `BooleanField` field and set...
[CustomTabsSession](https://developer.android.com/reference/android/support/customtabs/CustomTabsSession.html) has a `mayLaunchUrl` method which "warms" the URL and helps decrease page load times. There is an implementation of this in https://github.com/dstaley/react-native-chrome-custom-tabs
This is a WIP of a basic port from the GTK2 UI to GTK3. This also moves to python 3 only. I've tried to keep the changes as minimal as...
Hi, in `.circleci/config.yml`, you use `{{ .Branch }}` in addition to a checkusm of requirements.txt as part of the cache key for the python virtual environment. Could you explain the...