Aiden Scandella

Results 37 comments of Aiden Scandella

@AnilSonix are you passing both `deviceType` and `responsive` props, in addition to `ssr`? I had the same issue, and it turns out I wasn't passing `deviceType`. See comment here: https://github.com/YIZHUANG/react-multi-carousel/issues/249#issuecomment-841401225

@lunixbochs can you post a set of reproduction steps so that somebody could help fix this issue?

That's helpful, but not a full repro case. For example, when you say you have a "pretty weird setup" can you explain your repo layout / GOPATH / etc that...

Sorry if it came off that way -- I was looking for a set of steps I could use to reproduce the issue so that I could provide a PR...

What version of Go are you on? I believe this error occurs for older installations. Try updating to 1.17 or later

The underlying library does support YAML anchors, but there are a couple of problems with the `atlantis.yaml` you've provided. The first issue is that Atlantis uses strict YAML parsing, so...

I don't think I did a very good job explaining that the desire for this feature (for me) is to see **progress** of the commit. The gif above is from...

Cool, I just tested out your changes to master and this looks great for my use case (non-instantaneous commits). If people find it annoying we can add a config option...

We just wrote an open-source utility to allow sending checks with file annotations from arbitrary command-line tools, which we're using with BuildKite internally: https://github.com/roverdotcom/checkbridge Our main buildkite pipeline still sends...

Interesting. Do you have a set of repro steps I can follow?