Jonathan A. Sternberg

Results 37 comments of Jonathan A. Sternberg

Whenever this comes up, the problem is that we don't know what series to return. In the use case given by the example, fill seems intuitive because you have no...

I think the hard part would be determining which series to use. If they have a condition and it matches two series, should we output those or return nothing? This...

Hm, I don't necessarily think so, but I want to explore the idea a bit more before saying for certain. The first thing is I think you may have some...

We have no progress on this. If you have any kind of idea that gets around the problem listed earlier in this thread for why we can't do this, we...

Cool. I'll make sure to make a separate branch then that doesn't contain the fork specific code and make a pull request later today or tomorrow.

I don't know about the inline vs reference-style, but v2 of blackfriday isn't able to tell you whether a link is an auto link or not. So you can't tell...

👍 for anyone who needs the library form for their own code like I do, they can just use my fork.

We recently merged a change that may be related to this issue. If you are still experiencing this issue, do you think you can try building buildkit off of master...

I'm going to close this issue for now because of the PR here: https://github.com/moby/buildkit/pull/4116 If you're still running into buildkit using too much memory after testing with that change, we'd...

I concur that the default settings as described in the spec seem to create a situation that could lead to user confusion if implemented exactly as specified in the spec....