cutecutecat

Results 34 comments of cutecutecat

Thanks for @2x2xplz, I have worked around this distressing problem. For that answer, I would like to provide a revised version for newer Dio and Dart, with some null check...

Here is a tool might be helpful https://github.com/wadey/gocovmerge @lunarwhite If you are too busy for working on this problem, I would like to help.

I have tested `gocovmerge` and it works well on these coverage files. I think it much better to write an Github Action plugin to wrapper it, instead of clone and...

I failed to reproduce `failed with initial frozen solve` ![image](https://user-images.githubusercontent.com/19801166/204736780-dfaedd8e-6894-479e-b26a-6b2e5c7060d3.png) ![image](https://user-images.githubusercontent.com/19801166/204737016-a151d25b-3e6b-4f08-92fd-19283883d85e.png)

I think maybe an additional checker can be added to func `BuildFunc()` https://github.com/tensorchord/envd/blob/5efb0b12b98e3000d0ddc6ef015734e65411ac80/pkg/builder/build.go#L54 after the cache importer is generated. The checker will fetch all available version of images, and do...

## Summary [ormb](https://github.com/kleveross/ormb) is a product which used to packet a model into an OCI artifact. However, it will become so slow when model size up to such as `20GB`...

```python import sys sys.path.append('/root/.cache/huggingface/modules') ``` `/root/.cache` change to your real cache directory

I think it would have much pros for user trial and preview. As envd usually works with docker to pull and up some images from remote repo, there might be...

Also met a similar case, I think these schema of data would happens frequently at a GraphQL API. ```json { "data":{ "issues":{ "nodes":[ { "id":"12345" }, { "id":"67890" } ]...