Leo Lou

Results 25 comments of Leo Lou

@GeneralMidi see https://github.com/JesusFreke/lalboard/blob/master/eagle/mapping.pdf and https://github.com/JesusFreke/lalboard/tree/master/vinyl_cut_pcb for the wiring :)

@PhiBabin Do you have a forked version or a pull request please? I'd like to make modifications based on your version with proper git history.

I'm experiencing a delay too. It takes some time to start the recompilation after a file change.

It's available at splitKbCompare now.

:+1: I want to start maynard either by default, or via SSH.

One of the methods is to override `layoutSubviews` in ViewPagerController such that it does not change the frame of `self.contentView` For the child view controllers, because its first scroll view...

In `app/run.go`, use ```go func preflightHandler(w http.ResponseWriter, r *http.Request) { headers := []string{"Content-Type", "Accept"} w.Header().Set("Access-Control-Allow-Headers", strings.Join(headers, ",")) methods := []string{"GET", "HEAD", "POST", "PUT", "DELETE"} w.Header().Set("Access-Control-Allow-Methods", strings.Join(methods, ",")) glog.Infof("preflight request for...

It would be nice for a grapi db plugin. This shouldn't be added in the grapi core to avoid bloats.

see grapi.toml and tools.go in the generated project