Marconi Moreto Jr
Marconi Moreto Jr
Any plans to use the same `.dondur.lock` file for installing dependencies? Of all the package manager for Go I really like the simplicity of `dondur` and only if could have...
When using `tooltip-template-url`, don't refetch template if there's a cache for it.
Just wanted to say hello and that thanks for your package. Was able to create [elixir_pubsub_plus](https://github.com/marconi/elixir_pubsub_plus) based off of it which supports nested topics. Let me know if this is...
Added support [httptreemux](https://github.com/dimfeld/httptreemux): ``` $ go test -bench=. -benchmem 2>/dev/null goos: darwin goarch: amd64 pkg: github.com/marconi/golang-mux-benchmark BenchmarkGocraftWeb_Simple-4 3000000 491 ns/op 308 B/op 6 allocs/op BenchmarkGocraftWeb_Route15-4 1000000 1931 ns/op 575 B/op...
I have the following code: ``` $('.drop-zone').filedrop(...); ``` How do I unbind everything so that `$('.drop-zone')` will get back to a regular div and no filedrop functionality?
Hey guys, Quite new to plivo and I need to hook in when no digits is received, so when user doesn't press any key and it timeout, is there a...
I have a model like: ``` class Item extends Backbone.Model defaults: name: 'default name' price: null description: '' item = new Item ``` and whenever I set like `item.set price:...
I found myself repeating the following: ``` Go ctx.WriteHeader(400) // or ctx.WriteHeader(200) ctx.Write([]byte(somedata)) ``` so i ember the context instead: ``` Go type Context struct { *web.Context } func (ctx...
When searching contacts for example, if your initial search contains `sort` and succeeding nextSearch requests doesn't (because the lib doesn't support passing it), it breaks and API returns 500 server_error.