Results 108 issues of Danny Ben Shitrit

How do we feel about allowing instantiation with a connection string? I find myself instantiating a `RemoteSyslogLogger` by using several lines of code, instead of something simpler - like: ```ruby...

Hello, and thanks for this implementation. Are there any plans to make the installation process more standard and streamlined? I imagine the `sqlite3` gem is a good baseline example, with...

help wanted
C

In the CDN version, the "learn more" link leads to webworks.ga/acc_toolbar

It would probably be beneficial if the repo runs automated build tests on each PR and each push. Things that can be tested: - Markdown style - can be done...

enhancement

Perhaps it will be useful to have the navigation builder also add breadcrumbs on top of all the navigation pages? ![image](https://user-images.githubusercontent.com/2405099/41163401-3948232e-6b41-11e8-8bdb-6961829ea183.png) This could either be done by the builder itself,...

enhancement

Hello, I wish there was a way to disable the trial and error from the CLI (to transfer `false` to this line): https://github.com/ThomasR/nonogram-solver/blob/67d61f4dfded96f689e16ddf11bf80561fa6f4ac/src/Strategy.js#L25 My use case: I would like to...

## :bookmark_tabs: Summary Added Madness markdown server to the integrations list.

Any chance for a binary release to be provided in the GitHub releases tab? Perhaps with [go-release-action](https://github.com/wangyoucao577/go-release-action) or [goreleaser](https://github.com/goreleaser/goreleaser).

kind/feature
lifecycle/keep-alive

The `Naming/AccessorMethodName` cop complains about methods named `set_*` even when they are `protected` or `private`. Fixing this violation will result in the code having to use `self.method_name = ...`, which...

stale