Mihai

Results 20 issues of Mihai

The fileserver implementation returns http 200 regardless if the file exists or not or if there is any other error reading it.

The storage implementations(i.e. file) should support clean-up/remove ops as well. Currently even if you `Drop` the torrent you still have to deal with the torrent data removal. So a method...

enhancement
help wanted
low-priority

The navigation keyboard shortcuts found in Chome (i.e. cmd + arrow left/right to navigate back or forward) are not working. Listening to keyboard events (using javascript) is not working either(i.e....

Driver for[ database/sql ](https://golang.org/pkg/database/sql/)interface using the SQL feature introduced in 6.3.

This is a feature request to provide a persistent and serializable cursor. Currently as per docs it seems that the cursor is valid only as long as the transaction is...

Information
Won't Fix

Is there any plan to support iOS/Android ?

possibly stale

https://tools.ietf.org/html/draft-ietf-appsawg-webfinger-14#section-4.4.3 ``` The "properties" object comprises zero or more name/value pairs whose names are absolute URIs and whose values are strings or null. ``` Why do we have map[string]interface{} ?