Evgeniy Shurmin
Evgeniy Shurmin
``` cap dump:backup:create ``` ``` * executing `dump:backup:create' * executing `dump:remote:create' * executing "cd /home/user/application/current; bundle\\ exec\\ rake -s dump:create PROGRESS_TTY\\=\\+ RAILS_ENV\\=production TAGS\\=remote,backup" servers: ["server"] [server] executing command command finished...
I just try select from goroutines inside opened transaction and got ths error: `pgdriver: Next: unexpected message '\x00'` Then I use pgx driver i got error: `driver: bad connection`
Steps: 1. I have open transaction 2. Create table inside transaction 3. Insert model in table 3.1. BeforeInsert 3.1.1. Run db.Model(&User{}).Where(`"users"."id" != ? AND "users"."email" = ?`, u.ID, u.Email).Count() ->...
Middleware and an [`Upload` scalar](#class-graphqlupload) to add support for [GraphQL multipart requests](https://github.com/jaydenseric/graphql-multipart-request-spec) (file uploads via queries and mutations) to various golang GraphQL servers. ## Usage ```go server := &http.Server{ Addr:...
I found bug. (Rails 2.3.8) Need change in file form_helper.rb on line 45 -- ( js_code.blank? ? '' : "#{js_code}" ) ++ ( js_code.blank? ? '' : content_tag("script",js_code) )
https://github.com/status-im/keycard-go/blob/b0e0482ba91df26220d05a1901ba3acd6c36d9e3/hexutils/hexutils.go#L17
**Describe the bug** CPU/Memory usage widgets hav only tolpit on hover on bar line not on cell. It's very difficult point mouse on this little bar to see metrics. **To...