Dejay Clayton

Results 15 comments of Dejay Clayton

@krm1 to clarify, volumes are not preserved into an image layer during commit.

What happens if you use `createHttpLink` instead of `new HttpLink`? ``` import { createHttpLink } from 'apollo-link-http'; import fetch from 'node-fetch'; const link = createHttpLink({ fetch, uri: this.endPoint.toString(), }); ```

> The node-fetch 2.x is not compatible with apollo-link. The signature of fetch is different. Ah, I guess you can duck punch it.

> Nice! Yeah, that's what I hacked together in a very similar action: Thanks for providing this! It's quite a neat tool.

> Admitedly haven't tried it, but likely you could specify it in your `if` statement to match the specfic matrix values? Thanks for this, I'm new to all this and...

This problem stopped happening on my router, because I've abandoned OpenWrt and gone back to using the manufacturer's firmware. When OpenWrt only delivers 8Mb/s whereas the manufacturer's firmware delivers 650Mb/s,...

While you're waiting for this feature to land, make the following changes to `xyz_grid.py`: Look for following code: ```python grid = images.image_grid(processed_result.images[start_index:end_index], rows=len(ys)) if draw_legend: grid = images.draw_grid_annotations(grid, processed_result.images[start_index].size[0], processed_result.images[start_index].size[1],...

Just want to throw my anecdote into the mix. I've encountered this issue twice, and in both cases, the "/info" endpoint starts throwing 500 errors, causing all of the other...

UPDATE: I discovered that I had an older version of Miaoshou-assistant installed, which was apparently installing an older version of gradio, which in turn installed an older version of gradio_client,...

@Gerschel: >The way I see it, you're crawling the seeds to find one that does good on certain types of images. That may be your specific use case, but it's...