Scott Stevens

Results 13 issues of Scott Stevens

If I change this setting: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_per_page Then on the second page, if I drag any items, it will reset ordering to 10, 20, 30... and so on, which if saved,...

On iOS Safari, `align-items` uses the bottom of the `input` element for baseline calculations. iOS versions verified: 10.3, 12.1 [Example code](https://codepen.io/anon/pen/ROyzKV) ``` CSS Flex Bug .test { display: flex; align-items:...

Atom version 1.8.0 release, Win10 64-bit Steps to reproduce (verified with `find-and-replace` and `activate-power-mode`): 1. Open Keybindings tab, search for a package or key combination 2. Disable/enable package, or package...

I get the following when trying to install: ``` Install-Package: C:\program files\powershell\7\Modules\PowerShellGet\PSModule.psm1:9711 Line | 9711 | … talledPackages = PackageManagement\Install-Package @PSBoundParameters | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Package 'PSReflect-Functions' failed to be installed...

### Description I found the environment variable is not being respected when using `compose up`. Looking at [the source for `compose up`][upcmd] vs [the source for `compose down`][downcmd] I can...

kind/bug

`python-black` only formats when the language is `source.python`, but I have `django-atom` installed, which adds `source.python.django` as a grammar/language, and opening Python files often defaults to that instead. Could `source.python.django`...

### Description Within the `environment` directive, if you define a variable without a value, or set it to null (e.g. `VAR: `), it is supposed to defer to the shell...

kind/bug
status/0-triage

### Description Within an `include` directive, I can specify an `env_file`. This changes interpolation for the included YAML, but if that YAML file has a `service` with an `env_file`, that...

kind/bug

### Description I think this might be two separate issues - please let me know and feel free to split it up. **End goal**: 10+ containers use the `configs` entry...

kind/bug
status/0-triage

Fixes #102 (pylama now supports Python 3.7). This pull request is not designed to influence #100 in any way, and is intended purely to allow linter-pylama to continue to working...