Matt Seddon

Results 236 comments of Matt Seddon

@SoyGema would a button that could generate the DAG be useful from this screen? I think if we were going to use an animation like the one shown in the...

We will get to this but we don't have capacity right now 🙏🏻. Thank you @SoyGema.

Isn't this the same as `distinct`? From the unique docs: ```python >>> pd.unique(pd.Series([2, 1, 3, 3])) array([2, 1, 3]) ``` This passes: ```python def test_distinct(test_session): dc = DataChain.from_values( val=[2, 1,...

I think this answer should fix this issue: https://github.com/microsoft/vscode-remote-release/issues/9285#issuecomment-1845480377 I built the image in the OP, started it using `docker run -d -p 8443:8443 --name sqlmesh-code-server sqlmesh-code-server --host 0.0.0.0`, connected...

I think that you misunderstood what I wrote (I will confirm later). From memory: You need to start the **codeserver container** with the `--host 0.0.0.0` option. Not the `sqlmesh ui`.

To clarify: Are there multiple images created by the pipeline or do you have an original image that you want to compare to the output? Can you give an example...

Let me clarify the question. In the example above are there multiple images available for `000000000042.jpg`? Do you have an image available with each of the combinations of labels available?...

> One option for implementation would be a custom plot template, right? No, I do not believe that you could shoe-horn the required data/image into the current DVC plots engine....

@BradyJ27 can you provide a concrete example of one of the XML files that you mentioned [here](https://github.com/iterative/vscode-dvc/issues/4917#issuecomment-1782163114)? Is this the only format available?

Looks like we might be able to get away without using a plotting library for this. One potential way would be to use https://github.com/lovell/sharp in the clients + generate SVG...