limoli

Results 9 issues of limoli

I am using the library `github.com/guregu/null` in order to provide an easy management of null fields on my database entities. The library provides the following structures: - `null.String` - `null.Int`...

I am trying to set your toolbar in my UITableViewController. I have just copy and paste your example code. I have detected that the toolbar is hidden **under the navigation...

As documentation, I executed: `go get -u github.com/d2r2/go-dht` ``` # github.com/d2r2/go-dht In file included from ../../go/src/github.com/d2r2/go-dht/dht.go:3: ../../go/src/github.com/d2r2/go-dht/dht.go.h:304:15: warning: implicit declaration of function 'sched_setscheduler' is invalid in C99 [-Wimplicit-function-declaration] # github.com/d2r2/go-dht...

Status: Review Needed
Priority: Low

I am reading simple answers not answered, ignored pulled requests.

Given the following configuration: ```go Args: relay.NewConnectionArgs(graphql.FieldConfigArgument{ "fromDate": &graphql.ArgumentConfig{ Description: "From date value with `YY-MM-DD` format", Type: graphql.DateTime, }, "toDate": &graphql.ArgumentConfig{ Description: "To date value with `YY-MM-DD` format", Type: graphql.DateTime,...

Is it possible to set JWT token as header in the connection settings?

I am new into this library and I would know if there is the possibility to implement multiple scheduled hours using `At` method. _Example_ ```go sched.Schedule().Every(2).Days().At("9:30").At("11:30").Do(something) ``` _Or_ ```go sched.Schedule().Every(2).Days().At([]string{"12:32",...

I open an initial page where there is a form. At the end of this form, I have some redirections. I want to listen the change of url in order...

On browser socket works perfectly. When I build the application in Ionic (both dev and prod modes) there isn't any socket connection.