EaseWay

Results 16 issues of EaseWay

I made the code working without change with my OV2640 module. However, the frame is obtained over 200ms. I've tried tuning the XCLK and OV2640 CLKRC, and finally I got...

This is cool piece. It will great if the following global variables can be moved to Terminal struct: ``` var ( InputFD int = unix.Stdin Input io.Reader = os.Stdin Output...

I'm writing a program supporting both interactive/non-interactive mode (e.g. the cli is running in a pipe), the following init function crashes my program in non-interactive mode: ``` func init() {...

### 1. Issue or feature description On AWS EKS `g4dn-xlarge` node, inside a privileged container requesting GPU resource, a nested container failed with error: ``` mount "proc" to "/proc": Operation...

reference to ongoing server effort [HyperMake Server](https://github.com/evo-cloud/hmaked)

external repo

Add `pull` property to be used in two scenarios: 1. With `build` ``` targets: toolchain: pull: true build: docker/toolchain image: local-toolchain:latest toolchain-with-different-name: pull: evocloud/toolchain:latest build: docker/toolchain image: local-toolchain:latest ``` When...

.P1
feature

The current project root is mapped to `/src` by default. It should be the same as host project path to keep consistency on source filenames. It's helpful for debugging.

enhancement
.P2

Introducing a template language (most likely the Go template) for pre-processing HyperMake file (as well as .hmake/.hmakerc files). Add command line option `-D key=val` and normal arguments in the form...

.P2
feature

There's no way to specify additional properties like `env`, `volumes` etc in wrapper mode, which makes it impossible to checkout private repos.

enhancement
.P2