metakeule

Results 10 issues of metakeule

Hi Matt, -first of all- I don't want to spam you: This is the same text, I wrote you via email some minutes ago. I just thought that it might...

Is there any reason apart from space requirements that the generated ids are no UUIDs. That would make it easier to synchronized different tiedot databases.

The idea is to have a shortcut like 'x' or 'r' to remove the selected file/dir when scrolling trough the view and have the view jump to the upper directory...

> Local Override: Stable allows local bundles that are just [relative] path entries in the bundle, resulting in canonicalized paths in the PONYPATH. How can we do this while also...

It would be nice to be able to plug in any database that implements an interface instead of having to use redis. For example boltdb could be an interesting backend...

enhancement
after 1.0

Move most of the code to a sub package that allows usage as library, so you can have different mountable handlers with different configurations for multi project servers

Hi, for a long time I am looking for a sound editor that allows to set the cutting and play cursors via MIDI controllers (MIDI "learn" would be the best...

The pager hangs and does nothing e.g. ````go package main import ( "bytes" "github.com/noborus/ov/oviewer" ) func main() { doc, err := oviewer.NewDocument() if err != nil { panic(err) } if...

question

Please add support for [referential integrity](http://en.wikipedia.org/wiki/Referential_integrity), e.g. ``` type Person struct { ID int64 `ql:"uindex xPersonID"` } type Address struct { ID int64 `ql:"uindex xAddressID"` StreetNo string City string Person...

enhancement

Hi Joe, I am writing to you, since you worked on MIDI and I wrote a rather complete library in the last weeks where some inspiration and code came from...