Kevin Orr

Results 21 comments of Kevin Orr

Similar error with the tslint image. See https://github.com/bltavares/actions/commit/ed94782e9413819b5b8e5c457a10e2a920c9d1b9. One possible fix would be to pin the alpine image tag, or lose the version constraints altogether, which is recommended by alpine.

@emteere thanks for your response. I have one question though. > In your case, you would need to add stdint.h to your list of header files before the header file...

Unfortunately no, although I haven't played around with custom headers since around the time of the last comment

Closes #1102 Edit: huh, I guess these automatic issue-closing keywords don't work in any arbitrary PR comment

Also 0.3.1 on Hackage still seems to require base=4.15, or has and needs its version range bumped?

Thanks for your response. I agree that there's a bug in helm, but that's just one example of why a user might not want dedicated windows. Regardless of this bug,...

It looks like in the `evil-ex-define-argument-type substitution` lambda, `(minibuffer-selected-window)` returns nil, which is an error to use with `with-selected-window`. Funnily enough, if I delete the `with-selected-window` call (but keep its...

Some more examples: ```py def test1( x=a, y=a, ): pass def test2( x=a, y=a(), ): pass def test3( x=a(), y=a, ): pass def test4( x=a, y=a().foo, ): pass def test5(...

> The `--target` option is not recognized by `docker-compose build` (version 1.28.5), so I'm sadly resorting to `DOCKER_BUILDKIT=0`. Iirc, when using Compose, `target` is a field in the `build:` subsection...

Oops, I should have run the tests locally before submitting this PR. It seems as though some of the tests rely on the old behavior of `flycheck-error-level-interesting-p`. For example `flycheck-first-error/over-warnings/goes-to-first-error`...