Enrico

Results 19 issues of Enrico

For compatibiliy with the new rails method `form_with` there is an intention to add the method `search_form_with` in a future release?

Help Wanted

I love faker and I use it a lot on my tests. Something like this: ``` type User struct { Id uint64 `faker:"-"` Email string Username string FirstName string LastName...

I have the following playground: https://play.golang.org/p/0d3PEY1UBZW Seems that the keep tag does not work for a nested struct. Is there a way to make the playground work?

I have a goroutine in a for loop that runs `faker.FakeData`, here a sample code: ```go package main import ( "reflect" "github.com/bxcodec/faker" ) type User struct { Username string `faker:"first_name"`...

I've a scope like this: ```ruby pg_search_scope :fulltext, against: [:firstname, :lastname, :middlename, :wholename, :title, function], using: { tsearch: { prefix: true }, trigram: { :threshold => 0.2 } } ```...

I've prepare this repo to show my problem https://github.com/pioz/electron-prebuilt-compile-issue You can install and run with $ git clone https://github.com/pioz/electron-prebuilt-compile-issue.git $ cd electron-prebuilt-compile-issue $ npm install $ npm start First time...

It would be great to have the option to hide the icon from the menubar.

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link: [https://github.com/pioz/countries](https://github.com/pioz/countries) -...

I need to check a program that has a systemd unit under user namespace and this is my monit conf: ``` check program foo with path "/usr/bin/systemctl --user -q is-active...

Ensure that `q_value` is a string to call method `downcase!` (line 12) and `strip!`. You can pass for example the email parameter = null with Postman: in this scenario you...