Keming

Results 69 issues of Keming

[Upsample](https://github.com/alexgkendall/caffe-segnet/blob/segnet-cleaned/src/caffe/layers/upsample_layer.cpp) layer is used in [SegNet](https://arxiv.org/abs/1511.00561) for image segmentation. I found some pre-trained SegNet caffe model. That helps a lot if parameters can be extract from those models. So, will...

By default, if the user has any `pydantic.BaseModel` data, this API will have a 422 exception. But if the user has defined a 422 exception, the message may be overwritten.

not sure if this works for [flask-restful](https://github.com/flask-restful/flask-restful) these class-based routes.

### Issue Description ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing issues and docs ### Expected behaviour According to the document https://echo.labstack.com/middleware > Middleware...

Signed-off-by: Keming

## Description * VSCode terminal (GitHub theme) ![image](https://user-images.githubusercontent.com/12974685/183343292-6763a4d1-d2e4-462a-87da-e934162ae827.png) * Wezterm (`primary` theme, also tried other light themes) ![image](https://user-images.githubusercontent.com/12974685/183343413-d69470db-ae52-45a2-9382-c15d713cb29f.png) ## Reproduction ## Additional Info envd: v0.2.0-alpha.13+3c46efc BuildDate: 2022-08-08T02:50:56Z GitCommit: 3c46efcf651af6d80010e93212ef8d2f0e26e8fa GitTreeState:...

type/bug ๐Ÿ›

## Description Shall we create a project logo? Also, set the GitHub social media preview.

help wanted ๐Ÿ†˜
priority/3-low ๐Ÿ’™
type/feature ๐Ÿ’ก

## Description [fish](https://fishshell.com/) is another modern shell that works out of the box. It would be good to support the following command in envd. ```py def build(): base(os="ubuntu20.04") shell("fish") ```...

help wanted ๐Ÿ†˜
type/enhancement ๐Ÿ’ญ
type/feature ๐Ÿ’ก
os/linux

## Description `build.envd` ```python def build(): base(os="ubuntu20.04", language="python3") ``` ```console โฏ envd build [+] build envd environment 0.0s (0/0) [+] build envd environment 289.0s (22/22) FINISHED => docker-image://docker.io/tensorchord/python:3.8-ubuntu20.04 31.7s =>...

type/bug ๐Ÿ›
type/documentation ๐Ÿ“„
os/linux
area/lang ๐ŸŒ
area/test ๐Ÿงช
area/docker ๐Ÿณ
area/buildkit ๐Ÿšข

> @yedpodtrzitko It depends what you are trying to achieve. Do you want to buffer whole files in memory? Or do you want to spool them to temp files like...

enhancement
good first issue
help wanted